[126702] trunk/dports/devel/libdvdread/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Oct 13 19:37:36 PDT 2014
> On Oct 13, 2014, at 9:33 PM, ctreleaven at macports.org wrote:
>
> Revision
> 126702
> Author
> ctreleaven at macports.org
> Date
> 2014-10-13 19:33:00 -0700 (Mon, 13 Oct 2014)
> Log Message
>
> libdvdread: update to 5.0.0, new master_site
> Modified Paths
>
> • trunk/dports/devel/libdvdread/Portfile
> @@ -22,12 +22,12 @@
> 3. A simple library for parsing the navigation (NAV) packets \
> (nav_read.h/nav_types.h).
>
> -homepage http://dvdnav.mplayerhq.hu/
> -master_sites ${homepage}releases/
> +homepage http://dvdnav.mplayerhq.hu/
> +master_sites http://download.videolan.org/pub/videolan/${name}/${version}/
>
> -use_xz yes
> -checksums rmd160 50ae1afbbabc5a8640dbf065184f52af38d0ef6d \
> - sha256 af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4
> +use_bzip2 yes
> +checksums rmd160 91c663a52acb45e4a1a96d33591a7649e6b0807b \
> + sha256 66fb1a3a42aa0c56b02547f69c7eb0438c5beeaf21aee2ae2c6aa23ea8305f14
>
> depends_build port:autoconf port:automake port:libtool
> depends_lib port:libdvdcss
> @@ -37,7 +37,7 @@
> reinplace -locale C "s|@@PREFIX@@|${prefix}|" ${worksrcpath}/src/dvd_input.c
> }
>
> -configure.cmd ./autogen.sh
> +configure.args-append --disable-silent-rules
Since you're no longer using "configure.cmd ./autogen.sh", do you still need "depends_build port:autoconf port:automake port:libtool"?
More information about the macports-dev
mailing list