aboutsummaryrefslogtreecommitdiff
path: root/graphics/variety
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2015-03-14 17:23:22 +0000
committerNicola Vitale <nivit@FreeBSD.org>2015-03-14 17:23:22 +0000
commit538fdbb0a885cad206a4bb00716d2cd7d8f529e3 (patch)
tree610b569c207a421df1abe3c4e4de4727a58eabf1 /graphics/variety
parent03a2da5ed714a12407db5712f42fdacbd26967d8 (diff)
downloadports-538fdbb0a885cad206a4bb00716d2cd7d8f529e3.tar.gz
ports-538fdbb0a885cad206a4bb00716d2cd7d8f529e3.zip
- Add missing run dependency (devel/py-gobject3)
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=381288
Diffstat (limited to 'graphics/variety')
-rw-r--r--graphics/variety/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/variety/Makefile b/graphics/variety/Makefile
index 164a78e8201d..c2f2ec28b69b 100644
--- a/graphics/variety/Makefile
+++ b/graphics/variety/Makefile
@@ -3,7 +3,7 @@
PORTNAME= variety
PORTVERSION= 0.5.3
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://launchpad.net/variety/trunk/${PORTVERSION}/+download/ \
http://nivit.altervista.org/FreeBSD/ports/distfiles/
@@ -22,6 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:${PORTSDIR}/www/py-beau
${PYTHON_PKGNAMEPREFIX}curl>=7.19.5.1:${PORTSDIR}/ftp/py-curl \
${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}exiv2>=0.3.2_3:${PORTSDIR}/graphics/py-exiv2 \
+ ${PYTHON_PKGNAMEPREFIX}gobject3>=3.14.0:${PORTSDIR}/devel/py-gobject3 \
${PYTHON_PKGNAMEPREFIX}httplib2>=0.9:${PORTSDIR}/www/py-httplib2 \
${PYTHON_PKGNAMEPREFIX}pillow>=2.6.0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:${PORTSDIR}/devel/py-lxml \