diff options
author | shattered <shattered@pkgsrc.org> | 2013-07-21 09:03:19 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-07-21 09:03:19 +0000 |
commit | 7a4cdf94d8464432fa3c5c9b30a0ab2e71ade6c9 (patch) | |
tree | 7d2b61cd15f8146c054c9105c56cd4e1f93e3efa | |
parent | 6d72311eb77d4bfe89ba10809d89015ad2d8dfac (diff) | |
download | pkgsrc-7a4cdf94d8464432fa3c5c9b30a0ab2e71ade6c9.tar.gz |
Update to 4.13.4. Changes:
* POSIX-ism: they have determined that uudecode is not expected
to exit failure when the output file mode cannot be changed.
Either POSIXLY_CORRECT or --ignore-chmod will cause uudecode
to behave this way.
* output file names may be encoded in the uuencoded file.
By specifying '--encode' on the command line, the output
file name will be base64 encoded in the uuencode file.
-rw-r--r-- | archivers/gsharutils/Makefile | 8 | ||||
-rw-r--r-- | archivers/gsharutils/PLIST | 7 | ||||
-rw-r--r-- | archivers/gsharutils/distinfo | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index b4d7a7ce5da..a82ea0fffb6 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2012/12/06 11:38:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.50 2013/07/21 09:03:19 shattered Exp $ -DISTNAME= sharutils-4.11.1 -PKGREVISION= 2 +DISTNAME= sharutils-4.13.4 PKGNAME= g${DISTNAME} CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/} @@ -29,6 +28,9 @@ CONFIGURE_ARGS+= --program-prefix=g .include "../../mk/bsd.prefs.mk" +pre-install: + ${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias + post-install: .for f in shar unshar ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f} diff --git a/archivers/gsharutils/PLIST b/archivers/gsharutils/PLIST index c939eaa56fb..47b60224170 100644 --- a/archivers/gsharutils/PLIST +++ b/archivers/gsharutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/06/02 08:26:45 cheusov Exp $ +@comment $NetBSD: PLIST,v 1.11 2013/07/21 09:03:19 shattered Exp $ bin/gshar bin/gunshar gnu/bin/shar @@ -14,6 +14,7 @@ share/locale/cs/LC_MESSAGES/sharutils.mo share/locale/da/LC_MESSAGES/sharutils.mo share/locale/de/LC_MESSAGES/sharutils.mo share/locale/el/LC_MESSAGES/sharutils.mo +share/locale/eo/LC_MESSAGES/sharutils.mo share/locale/es/LC_MESSAGES/sharutils.mo share/locale/et/LC_MESSAGES/sharutils.mo share/locale/fi/LC_MESSAGES/sharutils.mo @@ -24,13 +25,9 @@ share/locale/hu/LC_MESSAGES/sharutils.mo share/locale/id/LC_MESSAGES/sharutils.mo share/locale/it/LC_MESSAGES/sharutils.mo share/locale/ja/LC_MESSAGES/sharutils.mo -share/locale/nb/LC_MESSAGES/sharutils.mo share/locale/nl/LC_MESSAGES/sharutils.mo -share/locale/nn/LC_MESSAGES/sharutils.mo share/locale/pl/LC_MESSAGES/sharutils.mo -share/locale/pt/LC_MESSAGES/sharutils.mo share/locale/ru/LC_MESSAGES/sharutils.mo -share/locale/rw/LC_MESSAGES/sharutils.mo share/locale/sr/LC_MESSAGES/sharutils.mo share/locale/sv/LC_MESSAGES/sharutils.mo share/locale/tr/LC_MESSAGES/sharutils.mo diff --git a/archivers/gsharutils/distinfo b/archivers/gsharutils/distinfo index 2e2c8daba73..100869f3b01 100644 --- a/archivers/gsharutils/distinfo +++ b/archivers/gsharutils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2011/11/19 18:59:20 marino Exp $ +$NetBSD: distinfo,v 1.18 2013/07/21 09:03:19 shattered Exp $ -SHA1 (sharutils-4.11.1.tar.gz) = e73d15384e5bd688a12ff0b48a605170ea13f4d5 -RMD160 (sharutils-4.11.1.tar.gz) = 79b57b8c139cd7845de2c0778f5230261c5331b2 -Size (sharutils-4.11.1.tar.gz) = 1297757 bytes +SHA1 (sharutils-4.13.4.tar.gz) = 29c8a3ed89ae63cda6c25db552719abeb9d50cbd +RMD160 (sharutils-4.13.4.tar.gz) = cd1160ffe963181c99396e6b2a0c2b09464a807a +Size (sharutils-4.13.4.tar.gz) = 1956545 bytes |