Revision: 74500 http://trac.macports.org/changeset/74500 Author: snc@macports.org Date: 2010-12-19 09:19:40 -0800 (Sun, 19 Dec 2010) Log Message: ----------- cclive: update to 0.7.0.1 Modified Paths: -------------- trunk/dports/net/cclive/Portfile Modified: trunk/dports/net/cclive/Portfile =================================================================== --- trunk/dports/net/cclive/Portfile 2010-12-19 16:42:38 UTC (rev 74499) +++ trunk/dports/net/cclive/Portfile 2010-12-19 17:19:40 UTC (rev 74500) @@ -2,30 +2,25 @@ # $Id$ PortSystem 1.0 +PortGroup cmake 1.0 name cclive -version 0.6.5 +version 0.7.0.1 categories net www license GPL maintainers openmaintainer snc description A command line video extraction utility. long_description cclive is a command line video extraction utility similar \ to clive but with lower requirements -homepage http://code.google.com/p/cclive/ +homepage http://cclive.sourceforge.net platforms darwin -depends_build port:pkgconfig -depends_lib port:quvi +depends_build-append port:pkgconfig +depends_lib-append port:boost port:quvi port:pcre port:curl -master_sites googlecode -use_bzip2 yes +master_sites sourceforge -checksums md5 c3d50c05ca332b01286f9f3b6dd21841 \ - sha1 2bb18c4d43775d728825c2d3b39157ae4c396e11 +checksums md5 643f3e85bbf55af5d405b671b978c50a \ + sha1 16ee9d4e5bfc5ac267af4c33f875c4c4922aa796 -destroot { - xinstall -m 0755 ${worksrcpath}/src/cclive ${destroot}${prefix}/bin - xinstall -m 0444 ${worksrcpath}/cclive.1 ${destroot}${prefix}/share/man/man1 -} - -livecheck.regex "${name}-(\\d+\\.\\d+(\\.\\d+)?)${extract.suffix}" +livecheck.regex ${name}-(\\d+(\\.\\d+)+)
participants (1)
-
snc@macports.org