Update to 1.20. Notable changes: This release adds support for

lzma compression and the -a option to select the compression algorithm
basing on the suffix of the archive file name.
This commit is contained in:
naddy 2008-04-18 14:52:25 +00:00
parent 279d117694
commit 053c912e43
4 changed files with 14 additions and 17 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.46 2007/10/22 16:33:41 naddy Exp $ # $OpenBSD: Makefile,v 1.47 2008/04/18 14:52:25 naddy Exp $
COMMENT= GNU version of the traditional tape archiver COMMENT= GNU version of the traditional tape archiver
DISTNAME= tar-1.19 DISTNAME= tar-1.20
PKGNAME= g${DISTNAME} PKGNAME= g${DISTNAME}
CATEGORIES= archivers CATEGORIES= archivers
HOMEPAGE= http://www.gnu.org/software/tar/ HOMEPAGE= http://www.gnu.org/software/tar/
@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext MODULES= devel/gettext
RUN_DEPENDS= :bzip2-*:archivers/bzip2 RUN_DEPENDS= ::archivers/bzip2 ::archivers/lzma
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ARGS= --program-prefix=g

View File

@ -1,5 +1,5 @@
MD5 (tar-1.19.tar.bz2) = vMLhmxmCO5q2jJRYYGenkg== MD5 (tar-1.20.tar.bz2) = Gn4X8nq/WDs7C8BZqCfmiw==
RMD160 (tar-1.19.tar.bz2) = MC2BTBsdaoB0qdJuIC61koS2dbA= RMD160 (tar-1.20.tar.bz2) = y1pwjoR0ieU3C4OkM/PoR841nlY=
SHA1 (tar-1.19.tar.bz2) = HG6+rbZh2AAE5z4PW2SgYZUHbhM= SHA1 (tar-1.20.tar.bz2) = TUzaLOhXtep3s53HGCYKsJwUUzU=
SHA256 (tar-1.19.tar.bz2) = xpDUbad7HuB7fHWN5G1tB9ppinXmPtPo+D4/yo+AnLQ= SHA256 (tar-1.20.tar.bz2) = vovzOvta3CN35F2UaT/9RrdfJn+bgI3wxwBuUSEfnes=
SIZE (tar-1.19.tar.bz2) = 1882486 SIZE (tar-1.20.tar.bz2) = 1912591

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.6 2007/10/22 16:33:41 naddy Exp $ $OpenBSD: patch-configure,v 1.7 2008/04/18 14:52:25 naddy Exp $
--- configure.orig Mon Oct 22 17:11:20 2007 --- configure.orig Mon Apr 14 14:05:11 2008
+++ configure Mon Oct 22 17:13:26 2007 +++ configure Wed Apr 16 21:52:27 2008
@@ -33394,7 +33394,7 @@ fi @@ -34776,7 +34776,7 @@ fi
echo "${ECHO_T}$acl_cv_rpath" >&6; } echo "${ECHO_T}$acl_cv_rpath" >&6; }
wl="$acl_cv_wl" wl="$acl_cv_wl"
acl_libext="$acl_cv_libext" acl_libext="$acl_cv_libext"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2007/06/10 19:27:19 naddy Exp $ @comment $OpenBSD: PLIST,v 1.23 2008/04/18 14:52:25 naddy Exp $
bin/gtar bin/gtar
@info info/tar.info @info info/tar.info
@comment lib/charset.alias @comment lib/charset.alias
@ -31,15 +31,11 @@ share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/tar.mo share/locale/ms/LC_MESSAGES/tar.mo
share/locale/nb/LC_MESSAGES/tar.mo share/locale/nb/LC_MESSAGES/tar.mo
share/locale/nl/LC_MESSAGES/tar.mo share/locale/nl/LC_MESSAGES/tar.mo
share/locale/no/LC_MESSAGES/tar.mo
share/locale/pl/LC_MESSAGES/tar.mo share/locale/pl/LC_MESSAGES/tar.mo
share/locale/pt/LC_MESSAGES/tar.mo share/locale/pt/LC_MESSAGES/tar.mo
share/locale/pt_BR/LC_MESSAGES/tar.mo share/locale/pt_BR/LC_MESSAGES/tar.mo
share/locale/ro/LC_MESSAGES/tar.mo share/locale/ro/LC_MESSAGES/tar.mo
share/locale/ru/LC_MESSAGES/tar.mo share/locale/ru/LC_MESSAGES/tar.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/tar.mo
share/locale/sk/LC_MESSAGES/tar.mo share/locale/sk/LC_MESSAGES/tar.mo
share/locale/sl/LC_MESSAGES/tar.mo share/locale/sl/LC_MESSAGES/tar.mo
share/locale/sv/LC_MESSAGES/tar.mo share/locale/sv/LC_MESSAGES/tar.mo
@ -47,3 +43,4 @@ share/locale/tr/LC_MESSAGES/tar.mo
share/locale/uk/LC_MESSAGES/tar.mo share/locale/uk/LC_MESSAGES/tar.mo
share/locale/vi/LC_MESSAGES/tar.mo share/locale/vi/LC_MESSAGES/tar.mo
share/locale/zh_CN/LC_MESSAGES/tar.mo share/locale/zh_CN/LC_MESSAGES/tar.mo
share/locale/zh_TW/LC_MESSAGES/tar.mo