diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-11 07:15:27 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-01-11 07:15:27 +0800 |
commit | 3a18883882aa568f5a1c558e17c6f0a646466449 (patch) | |
tree | 0d5ac268bf5211f4801cc546aea316b09fa39279 /graphics | |
parent | bc918e0681bfbde9679a81bd8be1119af44d35cb (diff) | |
download | freebsd-ports-gnome-3a18883882aa568f5a1c558e17c6f0a646466449.tar.gz freebsd-ports-gnome-3a18883882aa568f5a1c558e17c6f0a646466449.tar.zst freebsd-ports-gnome-3a18883882aa568f5a1c558e17c6f0a646466449.zip |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog-plugins/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-PyX/Makefile | 1 | ||||
-rw-r--r-- | graphics/py3-cairo/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 417f522943cc..cd5844375f3f 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -4,6 +4,7 @@ PORTNAME= eog-plugins PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/py-PyX/Makefile b/graphics/py-PyX/Makefile index cb9b22b46212..6a46d2e986be 100644 --- a/graphics/py-PyX/Makefile +++ b/graphics/py-PyX/Makefile @@ -3,6 +3,7 @@ PORTNAME= PyX PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py3-cairo/Makefile b/graphics/py3-cairo/Makefile index a2a5b3041de2..56abce221f5a 100644 --- a/graphics/py3-cairo/Makefile +++ b/graphics/py3-cairo/Makefile @@ -4,7 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |