Sun Jan 17 13:24:27 2010 UTC ()
Undo unnecessary revision bump of this package. It doesn't require "jpeg",
has never required "jpeg" and will hopefully never require "jpeg".


(tron)
diff -r1.165 -r1.166 pkgsrc/pkgtools/pkg_install/Makefile

cvs diff -r1.165 -r1.166 pkgsrc/pkgtools/pkg_install/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkg_install/Makefile 2010/01/17 12:02:37 1.165
+++ pkgsrc/pkgtools/pkg_install/Makefile 2010/01/17 13:24:27 1.166
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.165 2010/01/17 12:02:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.166 2010/01/17 13:24:27 tron Exp $
2 2
3# Notes to package maintainers: 3# Notes to package maintainers:
4# 4#
5# Updating this package does not automatically necessitate bumping 5# Updating this package does not automatically necessitate bumping
6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical 6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical
7# change in the pkg_* tools that pkgsrc relies on for proper operation. 7# change in the pkg_* tools that pkgsrc relies on for proper operation.
8 8
9DISTNAME= pkg_install-${VERSION} 9DISTNAME= pkg_install-${VERSION}
10PKGREVISION= 1 
11CATEGORIES= pkgtools 10CATEGORIES= pkgtools
12MASTER_SITES= # empty 11MASTER_SITES= # empty
13DISTFILES= # empty 12DISTFILES= # empty
14 13
15MAINTAINER= joerg@NetBSD.org 14MAINTAINER= joerg@NetBSD.org
16HOMEPAGE= http://www.pkgsrc.org/ 15HOMEPAGE= http://www.pkgsrc.org/
17COMMENT= Package management and administration tools for pkgsrc 16COMMENT= Package management and administration tools for pkgsrc
18LICENSE= modified-bsd 17LICENSE= modified-bsd
19 18
20PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
21BOOTSTRAP_PKG= yes 20BOOTSTRAP_PKG= yes
22SKIP_LICENSE_CHECK= yes 21SKIP_LICENSE_CHECK= yes
23 22