diff options
author | hubertf <hubertf> | 2001-11-29 01:12:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-11-29 01:12:24 +0000 |
commit | dfbf38a3ef25dda3800d125bfd25148ae1c64431 (patch) | |
tree | 57da34d13a725a0c61343ca8eabdee3d27dfbd9a /textproc | |
parent | 860d7f9af53233c444d6a575ba4ac0748bc4dc74 (diff) | |
download | pkgsrc-dfbf38a3ef25dda3800d125bfd25148ae1c64431.tar.gz |
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/helpdeco/Makefile | 5 | ||||
-rw-r--r-- | textproc/ispell-base/Makefile | 5 | ||||
-rw-r--r-- | textproc/jade/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Node/Makefile | 5 | ||||
-rw-r--r-- | textproc/rtf-tools/Makefile | 5 |
6 files changed, 16 insertions, 12 deletions
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile index 0e4de915057..f695fd5421e 100644 --- a/textproc/helpdeco/Makefile +++ b/textproc/helpdeco/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:49 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/11/29 01:12:49 hubertf Exp $ # DISTNAME= helpdc21 -PKGNAME= helpdeco-21nb1 +PKGNAME= helpdeco-21 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SIMTEL:=win95/winhelp/} EXTRACT_SUFX= .zip diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 99865acc4d8..895e7f5f966 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/06/20 09:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/11/29 01:12:49 hubertf Exp $ # DISTNAME= ispell-3.1.20 -PKGNAME= ispell-base-3.1.20nb1 +PKGNAME= ispell-base-3.1.20 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 1707d1b04a5..de2a698107f 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2001/10/27 07:00:53 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2001/11/29 01:12:49 hubertf Exp $ DISTNAME= jade-1.2.1 -PKGNAME= jade-1.2.1nb4 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/jade/ \ diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 8b8844f475c..799f3f58cc7 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/11/17 15:28:49 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:50 hubertf Exp $ DISTNAME= libxml2-2.4.10 -PKGNAME= ${DISTNAME}nb1 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} diff --git a/textproc/p5-XML-Node/Makefile b/textproc/p5-XML-Node/Makefile index 039b766eae8..6dcf46510fb 100644 --- a/textproc/p5-XML-Node/Makefile +++ b/textproc/p5-XML-Node/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2001/11/26 06:50:25 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/29 01:12:50 hubertf Exp $ # DISTNAME= XML-Node-0.10 -PKGNAME= p5-${DISTNAME}nb1 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5xno CATEGORIES= textproc perl5 MASTER_SITES= http://belmont-shores.ics.uci.edu/pub/ \ diff --git a/textproc/rtf-tools/Makefile b/textproc/rtf-tools/Makefile index 14021e2b26e..93d0516aae0 100644 --- a/textproc/rtf-tools/Makefile +++ b/textproc/rtf-tools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/05/31 11:04:56 agc Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/29 01:12:50 hubertf Exp $ # DISTNAME= RTF-1.10 -PKGNAME= rtf-tools-1.10nb1 +PKGNAME= rtf-tools-1.10 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.primate.wisc.edu/software/RTF/ EXTRACT_SUFX= .tar.Z |