[104241] trunk/dports/multimedia/dvdrip/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 21 14:00:51 PDT 2013


Revision: 104241
          https://trac.macports.org/changeset/104241
Author:   ryandesign at macports.org
Date:     2013-03-21 14:00:51 -0700 (Thu, 21 Mar 2013)
Log Message:
-----------
dvdrip: update to 0.98.11 (#35039); indicate license; install documentation files; ensure we're UsingTheRightCompiler and -arch flags; remove perllocal.pod and .packlist files (#29226); add modeline; update homepage; fix livecheck

Modified Paths:
--------------
    trunk/dports/multimedia/dvdrip/Portfile

Modified: trunk/dports/multimedia/dvdrip/Portfile
===================================================================
--- trunk/dports/multimedia/dvdrip/Portfile	2013-03-21 20:49:54 UTC (rev 104240)
+++ trunk/dports/multimedia/dvdrip/Portfile	2013-03-21 21:00:51 UTC (rev 104241)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,8 +4,9 @@
 
 name                dvdrip
-version             0.98.8
-revision            1
+version             0.98.11
 categories          multimedia
 maintainers         web.de:marioscheel
+license             {Artistic-1 GPL}
+
 description         perl front end for transcode
 long_description    dvd::rip is a full featured DVD copy program written in \
@@ -13,13 +15,45 @@
                     to control almost all aspects of the ripping and transcoding \
                     process. It uses the widely known video processing \
                     swissknife transcode and many other Open Source tools.
-homepage            http://www2.exit1.org/dvdrip/
+homepage            http://www.exit1.org/dvdrip/
 platforms           darwin
 master_sites        http://www.exit1.org/dvdrip/dist/
-checksums           md5 61b77b298b14c6bde83713e93e9ea4d8
+
+checksums           rmd160  008afcecd1eaf6842e907d325b079cc60f4a6b1e \
+                    sha256  586c20968b2daa55c0afaaf334d5b9b8b6896d6ea45078a577e165806858c3a5
+
 depends_lib         port:p5.12-libintl-perl \
                     port:transcode \
                     port:p5.12-gtk2
 
 # transcode is not universal
 universal_variant   no
+
+build.args          CC="${configure.cc} [get_canonical_archflags cc]"
+
+post-destroot {
+    fs-traverse f ${destroot}${prefix} {
+        if {[file isfile ${f}]} {
+            switch [file tail ${f}] {
+                .packlist -
+                perllocal.pod {
+                    delete ${f}
+                }
+            }
+        }
+    }
+
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYRIGHT \
+        Changes \
+        Changes.0.46 \
+        Credits \
+        README \
+        TODO \
+        ${destroot}${docdir}
+}
+
+livecheck.type      regex
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130321/a5c6ea4c/attachment-0001.html>


More information about the macports-changes mailing list