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

ryandesign at macports.org ryandesign at macports.org
Fri Dec 14 12:44:24 PST 2012


Revision: 100527
          https://trac.macports.org/changeset/100527
Author:   ryandesign at macports.org
Date:     2012-12-14 12:44:24 -0800 (Fri, 14 Dec 2012)
Log Message:
-----------
youtube-dl: update to 2012.12.11; don't install manpage because it's no longer included in the tarball and generating it requires pandoc which requires ghc which has problematic install (#37304)

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

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2012-12-14 20:35:08 UTC (rev 100526)
+++ trunk/dports/net/youtube-dl/Portfile	2012-12-14 20:44:24 UTC (rev 100527)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        rg3 youtube-dl 2012.11.29
+github.setup        rg3 youtube-dl 2012.12.11
 categories          net
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -17,8 +17,8 @@
 
 homepage            http://rg3.github.com/youtube-dl/
 
-checksums           rmd160  6875d90e70114b784e2e9f42ea11a91106d8675f \
-                    sha256  f69b502e25c66b3510ad51d0646780744d4d630732f42befa1d1841afbfff570
+checksums           rmd160  31152ff33836e72b40fe9ed6196d531f96cce9f2 \
+                    sha256  b3611b852a9c8f845121610a78e9db7fd1d9fdbdb7f583c38b04a578953f36e4
 
 depends_build       bin:zip:zip
 
@@ -34,7 +34,7 @@
 
 destroot {
     xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
-    xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1
+    #xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 -W ${worksrcpath} README.md ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121214/daa9b7fe/attachment-0001.html>


More information about the macports-changes mailing list