Commit graph

15 commits

Author SHA1 Message Date
hubertf
5542206cba 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.
2001-11-29 01:12:24 +00:00
wiz
dea8a63968 Darwin "support", by Yuji Yamano from pkg/14546. 2001-11-12 03:06:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
9c69323e5e You have to add an 'PKGNAME' if you want to indicate that the package
has changed, but not the distfile.
2001-10-12 22:34:21 +00:00
seb
7865fb7f3f Fix configure so GNU diffutils are really used.
Bump to 5.7nb1
2001-10-08 16:20:46 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
86e2ccf167 Move to sha1 digest, and add distfile size 2001-04-18 10:01:41 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
46fb8db2a2 For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion:  mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02 08:46:51 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
agc
8337bf58c1 Get the path name of the manual page right. 1999-03-16 11:05:29 +00:00
agc
799a33acf2 Provide rcslog as a symbolic link to rlog, and also make a link for the
man page. This is what's done in NetBSD, and is more in keeping with the
rest of the suite of rcs programs: rcsclean, rcsdiff, and rcsmerge.
Pointed out by Luke Mewburn.
1999-03-16 09:46:42 +00:00
agc
fd5f684844 Initial import of RCS 5.7, the GNU revision control system, for software
version control, into the Packages Collection. This package is only for
Solaris - it's in the base NetBSD distribution.
1999-03-12 16:02:32 +00:00