svn commit: r393720 - head/multimedia/totem
Koop Mast
kwm at FreeBSD.org
Sat Aug 8 09:41:00 UTC 2015
Author: kwm
Date: Sat Aug 8 09:40:58 2015
New Revision: 393720
URL: https://svnweb.freebsd.org/changeset/ports/393720
Log:
Totem uses python2. No need to attempt to also include the python3 version of
libpeas python bindings in.
Submitted by: antoine@
Modified:
head/multimedia/totem/Makefile
Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile Sat Aug 8 09:29:01 2015 (r393719)
+++ head/multimedia/totem/Makefile Sat Aug 8 09:40:58 2015 (r393720)
@@ -3,6 +3,7 @@
PORTNAME= totem
PORTVERSION= 3.16.2
+PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -27,8 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon
${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py-libpeas \
gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
gnome-icon-theme-symbolic>=2.91.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
- grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins \
- ${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas
+ grilo-plugins>=0:${PORTSDIR}/net/grilo-plugins
PORTSCOUT= limitw:1,even
More information about the svn-ports-all
mailing list