Sun Jul 21 09:03:19 2013 UTC ()
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.


(shattered)
diff -r1.49 -r1.50 pkgsrc/archivers/gsharutils/Makefile
diff -r1.10 -r1.11 pkgsrc/archivers/gsharutils/PLIST
diff -r1.17 -r1.18 pkgsrc/archivers/gsharutils/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/archivers/gsharutils/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/gsharutils/Makefile 2012/12/06 11:38:19 1.49
+++ pkgsrc/archivers/gsharutils/Makefile 2013/07/21 09:03:19 1.50
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.49 2012/12/06 11:38:19 jperkin Exp $ 1# $NetBSD: Makefile,v 1.50 2013/07/21 09:03:19 shattered Exp $
2 2
3DISTNAME= sharutils-4.11.1 3DISTNAME= sharutils-4.13.4
4PKGREVISION= 2 
5PKGNAME= g${DISTNAME} 4PKGNAME= g${DISTNAME}
6CATEGORIES= archivers 5CATEGORIES= archivers
7MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/} 6MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html 9HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html
11COMMENT= Allow packing and unpacking of shell archives 10COMMENT= Allow packing and unpacking of shell archives
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
15 14
16AUTO_MKDIRS= yes 15AUTO_MKDIRS= yes
17 16
@@ -19,21 +18,24 @@ USE_PKGLOCALEDIR= yes @@ -19,21 +18,24 @@ USE_PKGLOCALEDIR= yes
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20 19
21INSTALL_TARGET= install install-man 20INSTALL_TARGET= install install-man
22INFO_FILES= yes 21INFO_FILES= yes
23USE_TOOLS+= makeinfo msgfmt sh:run 22USE_TOOLS+= makeinfo msgfmt sh:run
24 23
25CONFIGURE_ARGS+= --disable-uucode 24CONFIGURE_ARGS+= --disable-uucode
26CONFIGURE_ENV+= SH=${TOOLS_SH} 25CONFIGURE_ENV+= SH=${TOOLS_SH}
27 26
28CONFIGURE_ARGS+= --program-prefix=g 27CONFIGURE_ARGS+= --program-prefix=g
29 28
30.include "../../mk/bsd.prefs.mk" 29.include "../../mk/bsd.prefs.mk"
31 30
 31pre-install:
 32 ${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias
 33
32post-install: 34post-install:
33.for f in shar unshar 35.for f in shar unshar
34 ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f} 36 ${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
35 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1 37 ${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1
36.endfor 38.endfor
37 39
38.include "../../devel/gettext-lib/buildlink3.mk" 40.include "../../devel/gettext-lib/buildlink3.mk"
39.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/archivers/gsharutils/PLIST (expand / switch to unified diff)

--- pkgsrc/archivers/gsharutils/PLIST 2012/06/02 08:26:45 1.10
+++ pkgsrc/archivers/gsharutils/PLIST 2013/07/21 09:03:19 1.11
@@ -1,40 +1,37 @@ @@ -1,40 +1,37 @@
1@comment $NetBSD: PLIST,v 1.10 2012/06/02 08:26:45 cheusov Exp $ 1@comment $NetBSD: PLIST,v 1.11 2013/07/21 09:03:19 shattered Exp $
2bin/gshar 2bin/gshar
3bin/gunshar 3bin/gunshar
4gnu/bin/shar 4gnu/bin/shar
5gnu/bin/unshar 5gnu/bin/unshar
6gnu/man/man1/shar.1 6gnu/man/man1/shar.1
7gnu/man/man1/unshar.1 7gnu/man/man1/unshar.1
8info/sharutils.info 8info/sharutils.info
9man/man1/gshar.1 9man/man1/gshar.1
10man/man1/gunshar.1 10man/man1/gunshar.1
11share/locale/bg/LC_MESSAGES/sharutils.mo 11share/locale/bg/LC_MESSAGES/sharutils.mo
12share/locale/ca/LC_MESSAGES/sharutils.mo 12share/locale/ca/LC_MESSAGES/sharutils.mo
13share/locale/cs/LC_MESSAGES/sharutils.mo 13share/locale/cs/LC_MESSAGES/sharutils.mo
14share/locale/da/LC_MESSAGES/sharutils.mo 14share/locale/da/LC_MESSAGES/sharutils.mo
15share/locale/de/LC_MESSAGES/sharutils.mo 15share/locale/de/LC_MESSAGES/sharutils.mo
16share/locale/el/LC_MESSAGES/sharutils.mo 16share/locale/el/LC_MESSAGES/sharutils.mo
 17share/locale/eo/LC_MESSAGES/sharutils.mo
17share/locale/es/LC_MESSAGES/sharutils.mo 18share/locale/es/LC_MESSAGES/sharutils.mo
18share/locale/et/LC_MESSAGES/sharutils.mo 19share/locale/et/LC_MESSAGES/sharutils.mo
19share/locale/fi/LC_MESSAGES/sharutils.mo 20share/locale/fi/LC_MESSAGES/sharutils.mo
20share/locale/fr/LC_MESSAGES/sharutils.mo 21share/locale/fr/LC_MESSAGES/sharutils.mo
21share/locale/ga/LC_MESSAGES/sharutils.mo 22share/locale/ga/LC_MESSAGES/sharutils.mo
22share/locale/gl/LC_MESSAGES/sharutils.mo 23share/locale/gl/LC_MESSAGES/sharutils.mo
23share/locale/hu/LC_MESSAGES/sharutils.mo 24share/locale/hu/LC_MESSAGES/sharutils.mo
24share/locale/id/LC_MESSAGES/sharutils.mo 25share/locale/id/LC_MESSAGES/sharutils.mo
25share/locale/it/LC_MESSAGES/sharutils.mo 26share/locale/it/LC_MESSAGES/sharutils.mo
26share/locale/ja/LC_MESSAGES/sharutils.mo 27share/locale/ja/LC_MESSAGES/sharutils.mo
27share/locale/nb/LC_MESSAGES/sharutils.mo 
28share/locale/nl/LC_MESSAGES/sharutils.mo 28share/locale/nl/LC_MESSAGES/sharutils.mo
29share/locale/nn/LC_MESSAGES/sharutils.mo 
30share/locale/pl/LC_MESSAGES/sharutils.mo 29share/locale/pl/LC_MESSAGES/sharutils.mo
31share/locale/pt/LC_MESSAGES/sharutils.mo 
32share/locale/ru/LC_MESSAGES/sharutils.mo 30share/locale/ru/LC_MESSAGES/sharutils.mo
33share/locale/rw/LC_MESSAGES/sharutils.mo 
34share/locale/sr/LC_MESSAGES/sharutils.mo 31share/locale/sr/LC_MESSAGES/sharutils.mo
35share/locale/sv/LC_MESSAGES/sharutils.mo 32share/locale/sv/LC_MESSAGES/sharutils.mo
36share/locale/tr/LC_MESSAGES/sharutils.mo 33share/locale/tr/LC_MESSAGES/sharutils.mo
37share/locale/uk/LC_MESSAGES/sharutils.mo 34share/locale/uk/LC_MESSAGES/sharutils.mo
38share/locale/vi/LC_MESSAGES/sharutils.mo 35share/locale/vi/LC_MESSAGES/sharutils.mo
39share/locale/zh_CN/LC_MESSAGES/sharutils.mo 36share/locale/zh_CN/LC_MESSAGES/sharutils.mo
40share/locale/zh_TW/LC_MESSAGES/sharutils.mo 37share/locale/zh_TW/LC_MESSAGES/sharutils.mo

cvs diff -r1.17 -r1.18 pkgsrc/archivers/gsharutils/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/gsharutils/distinfo 2011/11/19 18:59:20 1.17
+++ pkgsrc/archivers/gsharutils/distinfo 2013/07/21 09:03:19 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2011/11/19 18:59:20 marino Exp $ 1$NetBSD: distinfo,v 1.18 2013/07/21 09:03:19 shattered Exp $
2 2
3SHA1 (sharutils-4.11.1.tar.gz) = e73d15384e5bd688a12ff0b48a605170ea13f4d5 3SHA1 (sharutils-4.13.4.tar.gz) = 29c8a3ed89ae63cda6c25db552719abeb9d50cbd
4RMD160 (sharutils-4.11.1.tar.gz) = 79b57b8c139cd7845de2c0778f5230261c5331b2 4RMD160 (sharutils-4.13.4.tar.gz) = cd1160ffe963181c99396e6b2a0c2b09464a807a
5Size (sharutils-4.11.1.tar.gz) = 1297757 bytes 5Size (sharutils-4.13.4.tar.gz) = 1956545 bytes