pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/gzip Explicitly depend on 1.2.4a with the {,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6e18cbca109
branches:  trunk
changeset: 515283:f6e18cbca109
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 30 09:51:01 2006 +0000

description:
Explicitly depend on 1.2.4a with the {,nb[0-9]*} idiom.
We never had any other version in pkgsrc anyway.
Still a binary package change, so bump revision.

diffstat:

 archivers/gzip/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 58c377e5b7d2 -r f6e18cbca109 archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Fri Jun 30 09:45:19 2006 +0000
+++ b/archivers/gzip/Makefile   Fri Jun 30 09:51:01 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:28:52 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/30 09:51:01 joerg Exp $
 #
 
 DISTNAME=      gzip-1.2.4b
+PKGREVISION=   1
 CATEGORIES=    archivers
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -11,7 +12,7 @@
 COMMENT=       The "meta-package" for the GZIP compression utility
 
 DEPENDS+=      gzip-base-1.2.4b{,nb[0-9]*}:../../archivers/gzip-base
-DEPENDS+=      gzip-info-1.2.4*:../../archivers/gzip-info
+DEPENDS+=      gzip-info-1.2.4a{,nb[0-9]*}:../../archivers/gzip-info
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 



Home | Main Index | Thread Index | Old Index