[64273] trunk/dports/www/rtmpdump/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 28 02:17:40 PST 2010


Revision: 64273
          http://trac.macports.org/changeset/64273
Author:   ryandesign at macports.org
Date:     2010-02-28 02:17:36 -0800 (Sun, 28 Feb 2010)
Log Message:
-----------
rtmpdump: update to 2.1d; see #23841

Modified Paths:
--------------
    trunk/dports/www/rtmpdump/Portfile

Modified: trunk/dports/www/rtmpdump/Portfile
===================================================================
--- trunk/dports/www/rtmpdump/Portfile	2010-02-28 03:28:49 UTC (rev 64272)
+++ trunk/dports/www/rtmpdump/Portfile	2010-02-28 10:17:36 UTC (rev 64273)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                rtmpdump
-version             1.4
-revision            1
+version             2.1d
 categories          www net
 platforms           darwin
 maintainers         gmail.com:captsolo openmaintainer
@@ -12,31 +11,26 @@
 long_description    A small dumper for media content streamed over \
                     the RTMP protocol. Supplying an rtmp url will result \
                     in a dumped flv file, which can be played or transcoded \
-                    using ffmpeg/mplayer, etc. The script for downloading \
-                    BBC iPlayer streams is included.
+                    using ffmpeg/mplayer, etc.
 
-homepage            http://sourceforge.net/projects/rtmpdump/
-master_sites        sourceforge
-distname            ${name}-v${version}
-worksrcdir          ${name}
+homepage            http://rtmpdump.mplayerhq.hu/
+master_sites        ${homepage}download/
 
-checksums           md5 09fef2e674f7579088d966aac5d08736
+checksums           md5     41898415f83cf69769a7650f47acec34 \
+                    sha1    b63f1ba6e1acf48282a470875ea57889c1169ad4 \
+                    rmd160  43a41e129d0b3c89292c109f46345d1322ab2b58
 
-patchfiles          patch-bytes.h.diff patch-bytes.cpp.diff
 post-patch {
     reinplace "s|CC=.*\$|CC=${configure.cc}|" ${worksrcpath}/Makefile
     reinplace "s|CXX=.*\$|CXX=${configure.cxx}|" ${worksrcpath}/Makefile
 }
 use_configure       no
 
-variant nodebug description {Build with NODEBUG flag (silences some debug messages when downloading)} {
-    patchfiles-append          patch-log.h.diff
-}
- 
+build.target        osx
+
 destroot {
-    xinstall -m 755 -W ${worksrcpath} rtmpdump get_iplayer ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath} rtmpdump rtmpsuck rtmpsrv streams ${destroot}${prefix}/bin
 }
 
 livecheck.type      regex
-livecheck.url       http://lkcl.net/rtmp/
-livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
\ No newline at end of file
+livecheck.regex     ${name}-(\[0-9a-z.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100228/f696a77a/attachment.html>


More information about the macports-changes mailing list