diff options
author | dbn <dbn@FreeBSD.org> | 2014-04-25 04:11:01 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2014-04-25 04:11:01 +0800 |
commit | ac8305c230353a246c1bb4c812f891b08a29e876 (patch) | |
tree | fa85e19c3d2123162fdbd7b073bec62ca64cae6e /lang | |
parent | 41c4e76500d875ac77a906f6c9a245bc9e14047e (diff) | |
download | freebsd-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')
-rw-r--r-- | lang/pypy-devel/Makefile | 3 | ||||
-rw-r--r-- | lang/pypy/Makefile | 3 | ||||
-rw-r--r-- | lang/pypy3-devel/Makefile | 3 |
3 files changed, 3 insertions, 6 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 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 diff --git a/lang/pypy3-devel/Makefile b/lang/pypy3-devel/Makefile index 8ea62e1c85e3..4c3513293222 100644 --- a/lang/pypy3-devel/Makefile +++ b/lang/pypy3-devel/Makefile @@ -38,8 +38,7 @@ CONFLICTS_INSTALL= pypy3-[0-9]* ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} -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 |