diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-06-24 18:54:47 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-06-24 18:54:47 +0000 |
commit | 9e3d065033b0f9fd42daab853ddd27ca1fe60e7b (patch) | |
tree | bc7d39e88aae41f98871964fe1679a9b4bea89e3 /textproc/gsed | |
parent | 45e8fc02d7279e8a02d9b033d8772b4c57507243 (diff) | |
download | ports-9e3d065033b0f9fd42daab853ddd27ca1fe60e7b.tar.gz ports-9e3d065033b0f9fd42daab853ddd27ca1fe60e7b.zip |
- Update GNU sed to 4.2.2
- Adopt port
Approved by: gabor (old maintainer)
Notes
Notes:
svn path=/head/; revision=321705
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 10 | ||||
-rw-r--r-- | textproc/gsed/distinfo | 4 | ||||
-rw-r--r-- | textproc/gsed/pkg-plist | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 8286201e9e10..7685d3523024 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -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@FreeBSD.org +MAINTAINER= johans@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} diff --git a/textproc/gsed/distinfo b/textproc/gsed/distinfo index d70bf568a2c3..93273e6f1f7c 100644 --- a/textproc/gsed/distinfo +++ b/textproc/gsed/distinfo @@ -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 diff --git a/textproc/gsed/pkg-plist b/textproc/gsed/pkg-plist index 514e00084d8a..7ea5ba3b44ac 100644 --- a/textproc/gsed/pkg-plist +++ b/textproc/gsed/pkg-plist @@ -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 +@dirrmtry %%NLS%%share/locale/ast/LC_MESSAGES +@dirrmtry %%NLS%%share/locale/ast |