[126703] trunk/dports/devel/libdvdnav/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Mon Oct 13 19:59:07 PDT 2014


Revision: 126703
          https://trac.macports.org/changeset/126703
Author:   ctreleaven at macports.org
Date:     2014-10-13 19:59:07 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
libdvdnav: update to 5.0.1, new master_site

Modified Paths:
--------------
    trunk/dports/devel/libdvdnav/Portfile

Modified: trunk/dports/devel/libdvdnav/Portfile
===================================================================
--- trunk/dports/devel/libdvdnav/Portfile	2014-10-14 02:33:00 UTC (rev 126702)
+++ trunk/dports/devel/libdvdnav/Portfile	2014-10-14 02:59:07 UTC (rev 126703)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libdvdnav
-version             4.2.1
+version             5.0.1
 categories          devel multimedia
 license             GPL-2+
 maintainers         nomaintainer
@@ -30,22 +30,23 @@
 use_autoreconf      yes
 
 homepage            http://dvdnav.mplayerhq.hu/
-master_sites        ${homepage}releases/
+master_sites        http://download.videolan.org/pub/videolan/${name}/${version}/
+use_bzip2           yes
+checksums           rmd160  f957c3cb739d9f2c0c747ad8f55876d1e440a650 \
+                    sha256  72b1cb8266f163d4a1481b92c7b6c53e6dc9274d2a6befb08ffc351fe7a4a2a9
 
 depends_build-append \
                     port:pkgconfig
 
-use_xz              yes
-checksums           rmd160  d2232da3585f1a436335b754cbc313dbeb3105e0 \
-                    sha256  7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372
+configure.args-append   --disable-silent-rules
 
 # Fix build failure when upgrading from previous version.
 configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-        NEWS README TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog \
+        README TODO ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/2d69b1cc/attachment-0001.html>


More information about the macports-changes mailing list