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:
parent
279d117694
commit
053c912e43
@ -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
|
||||
|
||||
DISTNAME= tar-1.19
|
||||
DISTNAME= tar-1.20
|
||||
PKGNAME= g${DISTNAME}
|
||||
CATEGORIES= archivers
|
||||
HOMEPAGE= http://www.gnu.org/software/tar/
|
||||
@ -19,7 +19,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=tar/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext
|
||||
RUN_DEPENDS= :bzip2-*:archivers/bzip2
|
||||
RUN_DEPENDS= ::archivers/bzip2 ::archivers/lzma
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (tar-1.19.tar.bz2) = vMLhmxmCO5q2jJRYYGenkg==
|
||||
RMD160 (tar-1.19.tar.bz2) = MC2BTBsdaoB0qdJuIC61koS2dbA=
|
||||
SHA1 (tar-1.19.tar.bz2) = HG6+rbZh2AAE5z4PW2SgYZUHbhM=
|
||||
SHA256 (tar-1.19.tar.bz2) = xpDUbad7HuB7fHWN5G1tB9ppinXmPtPo+D4/yo+AnLQ=
|
||||
SIZE (tar-1.19.tar.bz2) = 1882486
|
||||
MD5 (tar-1.20.tar.bz2) = Gn4X8nq/WDs7C8BZqCfmiw==
|
||||
RMD160 (tar-1.20.tar.bz2) = y1pwjoR0ieU3C4OkM/PoR841nlY=
|
||||
SHA1 (tar-1.20.tar.bz2) = TUzaLOhXtep3s53HGCYKsJwUUzU=
|
||||
SHA256 (tar-1.20.tar.bz2) = vovzOvta3CN35F2UaT/9RrdfJn+bgI3wxwBuUSEfnes=
|
||||
SIZE (tar-1.20.tar.bz2) = 1912591
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2007/10/22 16:33:41 naddy Exp $
|
||||
--- configure.orig Mon Oct 22 17:11:20 2007
|
||||
+++ configure Mon Oct 22 17:13:26 2007
|
||||
@@ -33394,7 +33394,7 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.7 2008/04/18 14:52:25 naddy Exp $
|
||||
--- configure.orig Mon Apr 14 14:05:11 2008
|
||||
+++ configure Wed Apr 16 21:52:27 2008
|
||||
@@ -34776,7 +34776,7 @@ fi
|
||||
echo "${ECHO_T}$acl_cv_rpath" >&6; }
|
||||
wl="$acl_cv_wl"
|
||||
acl_libext="$acl_cv_libext"
|
||||
|
@ -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
|
||||
@info info/tar.info
|
||||
@comment lib/charset.alias
|
||||
@ -31,15 +31,11 @@ share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/tar.mo
|
||||
share/locale/nb/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/pt/LC_MESSAGES/tar.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tar.mo
|
||||
share/locale/ro/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/sl/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/vi/LC_MESSAGES/tar.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/tar.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/tar.mo
|
||||
|
Loading…
Reference in New Issue
Block a user