aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pypy-devel
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2014-04-25 04:11:01 +0800
committerdbn <dbn@FreeBSD.org>2014-04-25 04:11:01 +0800
commitac8305c230353a246c1bb4c812f891b08a29e876 (patch)
treefa85e19c3d2123162fdbd7b073bec62ca64cae6e /lang/pypy-devel
parent41c4e76500d875ac77a906f6c9a245bc9e14047e (diff)
downloadfreebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.tar.gz
freebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.tar.zst
freebsd-ports-gnome-ac8305c230353a246c1bb4c812f891b08a29e876.zip
Update my ports to be compliant with new USES framework and fix other issues.
Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
Diffstat (limited to 'lang/pypy-devel')
-rw-r--r--lang/pypy-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pypy-devel/Makefile b/lang/pypy-devel/Makefile
index 28c45c9964a1..071eee231348 100644
--- a/lang/pypy-devel/Makefile
+++ b/lang/pypy-devel/Makefile
@@ -43,8 +43,7 @@ ALL_TARGET= ${PYPY_NAMES}
BUILD_WRKSRC= ${WRKDIR}
COMMIT= 92ff43b19372
DATE= 20131216
-USE_BZIP2= yes
-USES= compiler:c11 gettext iconv
+USES= compiler:c11 gettext iconv tar:bzip2
MAKEFILE= ${FILESDIR}/Makefile
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall