Hi ports --

Another trivial-ish update to textproc/gsed. One test fails on amd64, two on macppc. But gsed seems ok on both archs even so.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile	16 Jul 2019 21:29:41 -0000	1.12
+++ Makefile	30 Jul 2019 02:13:37 -0000
@@ -2,12 +2,11 @@
 
 COMMENT=		GNU stream editor
 
-DISTNAME=		sed-4.2.2
+DISTNAME=		sed-4.7
 PKGNAME=		g${DISTNAME}
-REVISION=		3
 CATEGORIES=		textproc
 MASTER_SITES=		${MASTER_SITE_GNU:=sed/}
-EXTRACT_SUFX=		.tar.bz2
+EXTRACT_SUFX=		.tar.xz
 
 HOMEPAGE=		https://www.gnu.org/software/sed/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/gsed/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	25 Dec 2012 01:29:54 -0000	1.3
+++ distinfo	30 Jul 2019 02:13:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (sed-4.2.2.tar.bz2) = 8EjRg42ihMi8l1PkUGuFoeDMHqiZnTb2mVvLlGDN29c=
-SIZE (sed-4.2.2.tar.bz2) = 1059414
+SHA256 (sed-4.7.tar.xz) = KIV2jNCin/jVimKAonD/Fh9qPetWkLK+bEn0bUxnvWo=
+SIZE (sed-4.7.tar.xz) = 1298316
Index: patches/patch-lib_Makefile_in
===================================================================
RCS file: patches/patch-lib_Makefile_in
diff -N patches/patch-lib_Makefile_in
--- patches/patch-lib_Makefile_in	25 Dec 2012 01:29:54 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-lib_Makefile_in,v 1.2 2012/12/25 01:29:54 brad Exp $
-
-No need to install charset.alias: an identical file is already
-provided by libiconv.
-
---- lib/Makefile.in.orig	Sat Dec 22 09:21:10 2012
-+++ lib/Makefile.in	Sun Dec 23 16:39:35 2012
-@@ -1698,7 +1698,7 @@ install-exec-localcharset: all-local
- 	  case '$(host_os)' in \
- 	    darwin[56]*) \
- 	      need_charset_alias=true ;; \
--	    darwin* | cygwin* | mingw* | pw32* | cegcc*) \
-+	    darwin* | cygwin* | mingw* | pw32* | cegcc* | openbsd*) \
- 	      need_charset_alias=false ;; \
- 	    *) \
- 	      need_charset_alias=true ;; \
Index: patches/patch-lib_regex_internal_h
===================================================================
RCS file: patches/patch-lib_regex_internal_h
diff -N patches/patch-lib_regex_internal_h
--- patches/patch-lib_regex_internal_h	25 Dec 2012 01:29:54 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-lib_regex_internal_h,v 1.3 2012/12/25 01:29:54 brad Exp $
---- lib/regex_internal.h.orig	Sat Dec 22 08:21:52 2012
-+++ lib/regex_internal.h	Sun Dec 23 16:39:35 2012
-@@ -448,7 +448,6 @@ static unsigned int re_string_context_at (const re_str
- #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
- #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
- 
--#include <alloca.h>
- 
- #ifndef _LIBC
- # if HAVE_ALLOCA
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/gsed/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST	25 Dec 2012 01:29:54 -0000	1.3
+++ pkg/PLIST	30 Jul 2019 02:13:37 -0000
@@ -5,9 +5,8 @@
 share/locale/af/
 share/locale/af/LC_MESSAGES/
 share/locale/af/LC_MESSAGES/sed.mo
-share/locale/ast/
-share/locale/ast/LC_MESSAGES/
 share/locale/ast/LC_MESSAGES/sed.mo
+share/locale/bg/LC_MESSAGES/sed.mo
 share/locale/ca/LC_MESSAGES/sed.mo
 share/locale/cs/LC_MESSAGES/sed.mo
 share/locale/da/LC_MESSAGES/sed.mo

Reply via email to