Date: Thu, 28 Aug 2014 16:34:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366432 - head/www/youtube_dl Message-ID: <201408281634.s7SGYZJI035433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281634.s7SGYZJI035433>