diff options
author | bouyer <bouyer@pkgsrc.org> | 2017-10-17 11:10:35 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2017-10-17 11:10:35 +0000 |
commit | e69d35f3362040fdaca0ac18bdc1578c9b4230fc (patch) | |
tree | 1f81f4543799621e8a238857c3bb682f51a54e4e /sysutils/xenkernel46 | |
parent | 046a62c7f3b530af73ad82d9764acbcc5b6d7d59 (diff) | |
download | pkgsrc-e69d35f3362040fdaca0ac18bdc1578c9b4230fc.tar.gz |
Put back PKGREVISION=1. It was there on purpose, to make it clear that
there are extra (security) patches and it's not the stock 4.6.6 or 4.8.2
Diffstat (limited to 'sysutils/xenkernel46')
-rw-r--r-- | sysutils/xenkernel46/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xenkernel46/Makefile b/sysutils/xenkernel46/Makefile index 4d3b4ff5bfc..5059c0d4797 100644 --- a/sysutils/xenkernel46/Makefile +++ b/sysutils/xenkernel46/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2017/10/17 11:02:06 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/10/17 11:10:35 bouyer Exp $ VERSION= 4.6.6 DISTNAME= xen-${VERSION} PKGNAME= xenkernel46-${VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/ |