diff options
author | tnn <tnn> | 2008-05-18 01:48:58 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-18 01:48:58 +0000 |
commit | bf88ca927c3c9be5b01ed74e0f6f3192d211e63b (patch) | |
tree | 0390762bd386eae934659ca221573da003b24d98 /archivers/gtar | |
parent | 2af09cf472d7a2b68cd22e2dad19ce1e126d6548 (diff) | |
download | pkgsrc-bf88ca927c3c9be5b01ed74e0f6f3192d211e63b.tar.gz |
Catch up with gtar-base-1.20.
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 6c06542f2bf..a626414b2d7 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2007/10/25 22:00:39 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2008/05/18 01:48:58 tnn Exp $ -DISTNAME= gtar-1.15.1 -PKGREVISION= 1 +DISTNAME= gtar-1.20 CATEGORIES= archivers MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html COMMENT= The "meta-package" for the GNU tape archiver (tar) -DEPENDS+= gtar-base-1.15.1{,nb*}:../../archivers/gtar-base -DEPENDS+= gtar-info-1.15.1{,nb*}:../../archivers/gtar-info +DEPENDS+= gtar-base-1.20{,nb*}:../../archivers/gtar-base +DEPENDS+= gtar-info-1.20{,nb*}:../../archivers/gtar-info PKG_INSTALLATION_TYPES= overwrite pkgviews |