diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2015-10-28 01:26:42 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2015-10-28 01:26:42 +0000 |
commit | 43cf3564aa7f14ccd958a8b680d56376bdf30bc4 (patch) | |
tree | 4a0893258f5b753114b84fd9575828a3c435da92 /sysutils | |
parent | 183059dc4a88f846985ce5f8db2b9700496a8ea1 (diff) | |
download | pkgsrc-43cf3564aa7f14ccd958a8b680d56376bdf30bc4.tar.gz |
somehow missed existing PKGREVISION line; pkglint should warn
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xentools45/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index d8630d69658..2655cfd8cda 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.18 2015/10/28 00:47:07 jnemeth Exp $ +# $NetBSD: Makefile,v 1.19 2015/10/28 01:26:42 jnemeth Exp $ VERSION= 4.5.1 VERSION_IPXE= 9a93db3f0947484e30e753bbd61a10b17336e20e DISTNAME= xen-${VERSION} PKGNAME= xentools45-${VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ -PKGREVISION= 1 DISTFILES= ${DISTNAME}.tar.gz DISTFILES+= ipxe-git-${VERSION_IPXE}.tar.gz |