diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /sysutils | |
parent | fe72b789870356ae35ce019005f31a96cc04ddbd (diff) | |
download | pkgsrc-7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72.tar.gz |
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libvirt/Makefile | 3 | ||||
-rw-r--r-- | sysutils/nautilus-sendto/Makefile | 4 | ||||
-rw-r--r-- | sysutils/vxargs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xentools3/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xentools33/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xentools41/Makefile | 4 |
6 files changed, 12 insertions, 11 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index c5ed2235336..eae357b3a12 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/10/12 20:36:55 jym Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/09 12:34:22 wiz Exp $ DISTNAME= libvirt-0.9.3 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ diff --git a/sysutils/nautilus-sendto/Makefile b/sysutils/nautilus-sendto/Makefile index 97c7cd28540..03e6efaef23 100644 --- a/sysutils/nautilus-sendto/Makefile +++ b/sysutils/nautilus-sendto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2012/03/06 17:39:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2012/03/09 12:34:22 wiz Exp $ # DISTNAME= nautilus-sendto-2.32.0 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus-sendto/2.32/} EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/vxargs/Makefile b/sysutils/vxargs/Makefile index 8de18943106..d3a6bf9f02f 100644 --- a/sysutils/vxargs/Makefile +++ b/sysutils/vxargs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/02/10 19:17:45 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/09 12:34:22 wiz Exp $ # DISTNAME= vxargs-0.3.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://dharma.cis.upenn.edu/planetlab/vxargs/ EXTRACT_SUFX= .py diff --git a/sysutils/xentools3/Makefile b/sysutils/xentools3/Makefile index b7dc601a023..01baef74805 100644 --- a/sysutils/xentools3/Makefile +++ b/sysutils/xentools3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2011/10/03 17:01:23 sborrill Exp $ +# $NetBSD: Makefile,v 1.26 2012/03/09 12:34:22 wiz Exp $ # VERSION= 3.1.4 DISTNAME= xen-${VERSION} PKGNAME= xentools3-${VERSION} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ EXTRACT_SUFX= .tar.gz diff --git a/sysutils/xentools33/Makefile b/sysutils/xentools33/Makefile index 024b27aebb3..42abad9e937 100644 --- a/sysutils/xentools33/Makefile +++ b/sysutils/xentools33/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2012/02/03 17:00:24 bouyer Exp $ +# $NetBSD: Makefile,v 1.30 2012/03/09 12:34:22 wiz Exp $ # VERSION= 3.3.2 DISTNAME= xen-${VERSION} PKGNAME= xentools33-${VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ EXTRACT_SUFX= .tar.gz diff --git a/sysutils/xentools41/Makefile b/sysutils/xentools41/Makefile index 09c4e3651d1..bc085484acb 100644 --- a/sysutils/xentools41/Makefile +++ b/sysutils/xentools41/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2012/02/03 17:00:25 bouyer Exp $ +# $NetBSD: Makefile,v 1.16 2012/03/09 12:34:23 wiz Exp $ # # VERSION is set in version.mk as it is shared with other packages .include "version.mk" DISTNAME= xen-${VERSION} PKGNAME= xentools41-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ |