most recent changes, diff for libvorbis
Index: audio/libvorbis/Portfile
--- audio/libvorbis/Portfile (revision 36681)
+++ audio/libvorbis/Portfile (revision 36682)
@@ -4,6 +4,7 @@
name libvorbis
version 1.2.0
+revision 1
categories audio
platforms darwin
maintainers nox openmaintainer
@@ -19,8 +20,8 @@
master_sites http://downloads.xiph.org/releases/vorbis/
depends_build port:pkgconfig
+
depends_lib port:libogg
-depends_run port:pkgconfig
checksums md5 478646358c49f34aedcce58948793619 \
sha1 6ff5f9d9d71cc385ee180171cc21af5653b76a16 \
@@ -28,6 +29,8 @@
configure.args --disable-oggtest
+use_parallel_build yes
+
post-destroot {
set docdir ${prefix}/share/doc/${name}-${version}
if {! [variant_isset doc]} {
@@ -37,11 +40,6 @@
${destroot}${docdir}
}
-variant doc description {Install extra documentation} {
- configure.args-append --enable-doc
-}
-
livecheck.check regex
livecheck.url http://www.xiph.org/downloads/
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-