[98198] trunk/dports/net/youtube-dl/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 28 10:09:56 PDT 2012


Revision: 98198
          http://trac.macports.org//changeset/98198
Author:   ryandesign at macports.org
Date:     2012-09-28 10:09:56 -0700 (Fri, 28 Sep 2012)
Log Message:
-----------
youtube-dl: update to 2012.09.27

Modified Paths:
--------------
    trunk/dports/net/youtube-dl/Portfile

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2012-09-28 14:00:17 UTC (rev 98197)
+++ trunk/dports/net/youtube-dl/Portfile	2012-09-28 17:09:56 UTC (rev 98198)
@@ -3,9 +3,8 @@
 
 PortSystem          1.0
 PortGroup           github 1.0
-PortGroup           python27 1.0
 
-github.setup        rg3 youtube-dl 2012.02.27
+github.setup        rg3 youtube-dl 2012.09.27
 categories          net
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -17,18 +16,21 @@
 long_description    ${name} is a small ${description}.
 
 homepage            http://rg3.github.com/youtube-dl/
-dist_subdir         ${name}
 
-checksums           rmd160  3e7edd4fe1747a54bf5a844910cb5d41d16d529d \
-                    sha256  cac5966e0637ed737704e31390dd9c9701b6c3d721a9bc2bdcae9aa09495cf6e
+checksums           rmd160  dab477dc6899ec757d955e8c32a577ad534e6d3a \
+                    sha256  45e88c1a5b81e633bddd43d5363e7ade92af2eeb534c37a5170f4b68d73605ea
 
+depends_build       bin:zip:zip
+
+depends_run         port:python27
+
 post-patch {
-    reinplace "s|#!/usr/bin/env python|#!${python.bin}|g" ${worksrcpath}/${name}
+    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|g" ${worksrcpath}/Makefile
 }
 
 use_configure       no
 
-build {}
+build.target        compile
 
 destroot {
     copy ${worksrcpath}/${name} ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120928/2123f143/attachment.html>


More information about the macports-changes mailing list