diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
commit | 4febfda7ebbac97cc3ec2a609241dcffc1acdf26 (patch) | |
tree | 820e44eed2af43f47867f608c64ff8d3b11ebd04 /wm | |
parent | 52cdf69def6a6a6902e15af2e75201553e4e5f2a (diff) | |
download | pkgsrc-4febfda7ebbac97cc3ec2a609241dcffc1acdf26.tar.gz |
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/oroborox/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 4363c694d24..02a463b445e 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.88 2014/05/05 00:48:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.89 2014/05/17 16:10:49 wiz Exp $ DISTNAME= openbox-3.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= wm x11 MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/wm/oroborox/Makefile b/wm/oroborox/Makefile index 9b0925531ae..43fc6b4d696 100644 --- a/wm/oroborox/Makefile +++ b/wm/oroborox/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2014/05/05 00:48:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.45 2014/05/17 16:10:49 wiz Exp $ # DISTNAME= OroboROX-0.9.8 PKGNAME= oroborox-0.9.8 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} EXTRACT_SUFX= .tar.bz2 |