svn commit: r321705 - head/textproc/gsed

Johan van Selst johans at FreeBSD.org
Mon Jun 24 18:54:49 UTC 2013


Author: johans
Date: Mon Jun 24 18:54:47 2013
New Revision: 321705
URL: http://svnweb.freebsd.org/changeset/ports/321705

Log:
  - Update GNU sed to 4.2.2
  - Adopt port
  
  Approved by:    gabor (old maintainer)

Modified:
  head/textproc/gsed/Makefile
  head/textproc/gsed/distinfo
  head/textproc/gsed/pkg-plist

Modified: head/textproc/gsed/Makefile
==============================================================================
--- head/textproc/gsed/Makefile	Mon Jun 24 18:53:26 2013	(r321704)
+++ head/textproc/gsed/Makefile	Mon Jun 24 18:54:47 2013	(r321705)
@@ -2,14 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	sed
-PORTVERSION=	4.2.1
-PORTREVISION=	2
+PORTVERSION=	4.2.2
 CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	GNU
 PKGNAMEPREFIX=	g
 
-MAINTAINER=	gabor at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	The GNU stream editor
 
 GNU_CONFIGURE=	yes
@@ -26,6 +24,8 @@ USE_GMAKE=	yes
 INFO=		sed
 MAN1=		gsed.1
 
+OPTIONS_DEFINE=	NLS DOCS
+
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/textproc/gsed/distinfo
==============================================================================
--- head/textproc/gsed/distinfo	Mon Jun 24 18:53:26 2013	(r321704)
+++ head/textproc/gsed/distinfo	Mon Jun 24 18:54:47 2013	(r321705)
@@ -1,2 +1,2 @@
-SHA256 (sed-4.2.1.tar.gz) = 8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
-SIZE (sed-4.2.1.tar.gz) = 1152453
+SHA256 (sed-4.2.2.tar.gz) = fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
+SIZE (sed-4.2.2.tar.gz) = 1349912

Modified: head/textproc/gsed/pkg-plist
==============================================================================
--- head/textproc/gsed/pkg-plist	Mon Jun 24 18:53:26 2013	(r321704)
+++ head/textproc/gsed/pkg-plist	Mon Jun 24 18:54:47 2013	(r321705)
@@ -6,6 +6,7 @@ bin/gsed
 %%EXAMPLESDIR%%/dc.sed
 @dirrm %%EXAMPLESDIR%%
 %%NLS%%share/locale/af/LC_MESSAGES/sed.mo
+%%NLS%%share/locale/ast/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/da/LC_MESSAGES/sed.mo
@@ -26,6 +27,7 @@ bin/gsed
 %%NLS%%share/locale/it/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/sed.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/sed.mo
@@ -41,3 +43,5 @@ bin/gsed
 %%NLS%%share/locale/vi/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/sed.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/sed.mo
+ at dirrmtry %%NLS%%share/locale/ast/LC_MESSAGES
+ at dirrmtry %%NLS%%share/locale/ast


More information about the svn-ports-head mailing list