svn commit: r366432 - head/www/youtube_dl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 28 16:34:35 UTC 2014
Author: sunpoet
Date: Thu Aug 28 16:34:35 2014
New Revision: 366432
URL: http://svnweb.freebsd.org/changeset/ports/366432
QAT: https://qat.redports.org/buildarchive/r366432/
Log:
- Update USES=python: it works fine with Python 3.x [1]
- Fix shebang [2]
- Bump PORTREVISION for package change
With hat: python [1]
Reported by: ohauer [2]
Modified:
head/www/youtube_dl/Makefile
Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile Thu Aug 28 16:29:27 2014 (r366431)
+++ head/www/youtube_dl/Makefile Thu Aug 28 16:34:35 2014 (r366432)
@@ -2,6 +2,7 @@
PORTNAME= youtube_dl
PORTVERSION= 2014.08.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/
DISTNAME= youtube-dl-${PORTVERSION}
@@ -16,8 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
-USES= python:2,run
ALL_TARGET= youtube-dl
+MAKE_ARGS= PYTHON=${PYTHON_CMD}
+USES= python:run
OPTIONS_DEFINE= BASH RTMPDUMP FFMPEG
OPTIONS_DEFAULT=RTMPDUMP
More information about the svn-ports-all
mailing list