Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 11:32:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481025 - head/multimedia/py-gstreamer1
Message-ID:  <201810011132.w91BWb9T044643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810011132.w91BWb9T044643>