svn commit: r481025 - head/multimedia/py-gstreamer1

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 11:32:38 UTC 2018


Author: antoine
Date: Mon Oct  1 11:32:37 2018
New Revision: 481025
URL: https://svnweb.freebsd.org/changeset/ports/481025

Log:
  Cleanup plist handling

Deleted:
  head/multimedia/py-gstreamer1/pkg-plist-py3
Modified:
  head/multimedia/py-gstreamer1/Makefile

Modified: head/multimedia/py-gstreamer1/Makefile
==============================================================================
--- head/multimedia/py-gstreamer1/Makefile	Mon Oct  1 10:16:21 2018	(r481024)
+++ head/multimedia/py-gstreamer1/Makefile	Mon Oct  1 11:32:37 2018	(r481025)
@@ -19,10 +19,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		gmake libtool localbase pathfix pkgconfig python tar:xz
 USE_GNOME=	pygobject3
-py34_PLIST=	${.CURDIR}/pkg-plist-py3
-py35_PLIST=	${.CURDIR}/pkg-plist-py3
-py36_PLIST=	${.CURDIR}/pkg-plist-py3
-USE_PYTHON=	flavors
+USE_PYTHON=	flavors py3kplist
 USE_GSTREAMER1=	yes
 GNU_CONFIGURE=	yes
 PLIST_SUB=	VERSION="${GST_VERSION}"


More information about the svn-ports-all mailing list