diff options
author | veego <veego@pkgsrc.org> | 2001-01-21 23:43:13 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-01-21 23:43:13 +0000 |
commit | a4e3971824d4ee8af0f5b47028b2ddcf85a20229 (patch) | |
tree | 241e9cc59c0f074f420d2d00debd9b9fc5c6bb61 /pkgtools | |
parent | 744726aa49feee807e13246d7e5c1fa90fee1e99 (diff) | |
download | pkgsrc-a4e3971824d4ee8af0f5b47028b2ddcf85a20229.tar.gz |
Update to 1.9:
- add SPOOLDIR so you can change the default spool directory without
hacking the source code
- add support for non-sparc architectures by using sysinfo(2), can
be overwritten by the new -a flag.
- add SVR4_PKGNAME support to overwrite the automatically truncating
of PKGNAME which won't work for a few packages like the amanda-*
ones.
- use the PKG_VERSION for the VERSION entry in the pkginfo file and
not ctime(3).
- use st_gid and not st_uid for the groupname in the pkgmap file.
Make me the maintainer of this package.
You need at least pkgsrc/mk/bsd.pkg.mk 1.645 to use the new version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/gensolpkg/Makefile | 7 | ||||
-rw-r--r-- | pkgtools/gensolpkg/files/md5 | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile index 914d0c0e758..4438f270b6f 100644 --- a/pkgtools/gensolpkg/Makefile +++ b/pkgtools/gensolpkg/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2000/08/02 10:53:49 agc Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/21 23:43:13 veego Exp $ # -DISTNAME= gensolpkg-1.8 +DISTNAME= gensolpkg-1.9 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= agc@netbsd.org -HOMEPAGE= http://www.westley.demon.co.uk/software.html +MAINTAINER= veego@netbsd.org ONLY_FOR_PLATFORM= SunOS-*-* # uses Solaris pkgmk(1) diff --git a/pkgtools/gensolpkg/files/md5 b/pkgtools/gensolpkg/files/md5 index 39520ca1e34..ec99bd12261 100644 --- a/pkgtools/gensolpkg/files/md5 +++ b/pkgtools/gensolpkg/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 2000/08/02 10:53:50 agc Exp $ +$NetBSD: md5,v 1.10 2001/01/21 23:43:14 veego Exp $ -MD5 (gensolpkg-1.8.tar.gz) = a4a38bd760727c2225c84dca6580be5f +MD5 (gensolpkg-1.9.tar.gz) = 92c3101cea58b1883f7af4a9dc4185e9 |