aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pypy
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
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')
-rw-r--r--lang/pypy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index adc8a73f81cb..a868f984fe80 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -39,8 +39,7 @@ CONFLICTS_INSTALL= pypy-devel-[0-9]*
ALL_TARGET= ${PYPY_NAMES}
BUILD_WRKSRC= ${WRKDIR}
DATE= 20130810
-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