Date: Fri, 12 Jul 2013 04:04:43 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322812 - in head/www/youtube_dl: . files Message-ID: <201307120404.r6C44hWZ046886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Fri Jul 12 04:04:42 2013 New Revision: 322812 URL: http://svnweb.freebsd.org/changeset/ports/322812 Log: - Update to 2013.07.12. Added: head/www/youtube_dl/files/ head/www/youtube_dl/files/patch-Makefile (contents, props changed) Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Fri Jul 12 04:02:44 2013 (r322811) +++ head/www/youtube_dl/Makefile Fri Jul 12 04:04:42 2013 (r322812) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2013.05.10 +PORTVERSION= 2013.07.12 CATEGORIES= www MASTER_SITES= http://youtube-dl.org/downloads/${PORTVERSION}/ \ http://ftp.de.netbsd.org/pub/unix/Linux/MIRROR.gentoo/distfiles/ Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Fri Jul 12 04:02:44 2013 (r322811) +++ head/www/youtube_dl/distinfo Fri Jul 12 04:04:42 2013 (r322812) @@ -1,2 +1,2 @@ -SHA256 (youtube-dl-2013.05.10.tar.gz) = 0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8 -SIZE (youtube-dl-2013.05.10.tar.gz) = 164843 +SHA256 (youtube-dl-2013.07.12.tar.gz) = 2dc09ce1931a5b6188cc1ec89e9471c58fd87f6e49e055b87b85b0c691b1a227 +SIZE (youtube-dl-2013.07.12.tar.gz) = 274501 Added: head/www/youtube_dl/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/youtube_dl/files/patch-Makefile Fri Jul 12 04:04:42 2013 (r322812) @@ -0,0 +1,23 @@ +--- Makefile 2013-07-02 05:35:23.000000000 +0000 ++++ Makefile.new 2013-06-14 23:10:06.000000000 +0000 +@@ -9,19 +9,9 @@ + PREFIX=/usr/local + BINDIR=$(PREFIX)/bin + MANDIR=$(PREFIX)/man ++SYSCONFDIR=/etc + PYTHON=/usr/bin/env python + +-# set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local +-ifeq ($(PREFIX),/usr) +- SYSCONFDIR=/etc +-else +- ifeq ($(PREFIX),/usr/local) +- SYSCONFDIR=/etc +- else +- SYSCONFDIR=$(PREFIX)/etc +- endif +-endif +- + install: youtube-dl youtube-dl.1 youtube-dl.bash-completion + install -d $(DESTDIR)$(BINDIR) + install -m 755 youtube-dl $(DESTDIR)$(BINDIR)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307120404.r6C44hWZ046886>