Changeset 36682
- Timestamp:
- 2008-05-11 10:26:45 (6 months ago)
- Files:
-
- 1 modified
-
trunk/dports/audio/libvorbis/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/audio/libvorbis/Portfile
r28880 r36682 5 5 name libvorbis 6 6 version 1.2.0 7 revision 1 7 8 categories audio 8 9 platforms darwin … … 20 21 21 22 depends_build port:pkgconfig 23 22 24 depends_lib port:libogg 23 depends_run port:pkgconfig24 25 25 26 checksums md5 478646358c49f34aedcce58948793619 \ … … 28 29 29 30 configure.args --disable-oggtest 31 32 use_parallel_build yes 30 33 31 34 post-destroot { … … 38 41 } 39 42 40 variant doc description {Install extra documentation} {41 configure.args-append --enable-doc42 }43 44 43 livecheck.check regex 45 44 livecheck.url http://www.xiph.org/downloads/ 46 45 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) 47

