[57225] trunk/dports/audio/faad2

rmsfisher at macports.org rmsfisher at macports.org
Mon Sep 7 13:51:39 PDT 2009


Revision: 57225
          http://trac.macports.org/changeset/57225
Author:   rmsfisher at macports.org
Date:     2009-09-07 13:51:38 -0700 (Mon, 07 Sep 2009)
Log Message:
-----------
audio/faad2 updated version, checksums, removed patch files (all addressed upstream)

Modified Paths:
--------------
    trunk/dports/audio/faad2/Portfile

Removed Paths:
-------------
    trunk/dports/audio/faad2/files/

Modified: trunk/dports/audio/faad2/Portfile
===================================================================
--- trunk/dports/audio/faad2/Portfile	2009-09-07 20:49:53 UTC (rev 57224)
+++ trunk/dports/audio/faad2/Portfile	2009-09-07 20:51:38 UTC (rev 57225)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		faad2
-version		2.6.1
-revision	1
+version		2.7
 categories	audio
 maintainers	kallisys.net:pguyot openmaintainer
 description	Fastest ISO AAC audio decoder.
@@ -16,16 +15,17 @@
 homepage	http://www.audiocoding.com/
 platforms	darwin
 master_sites	sourceforge:faac
-checksums	md5		74e92df40c270f216a8305fc87603c8a \
-			sha1	b4ad33d3c4dfa6dbf3011a3da34c631926cabfad \
-			rmd160	ad559933dad6a65576a9947819190f04cb3b1c16
+checksums           md5     ee1b4d67ea2d76ee52c5621bc6dbf61e \
+                    sha1    80eaaa5cc576c35dd28863767b795c50cbcc0511 \
+                    rmd160  3f0ca461e2953014d5b17edccb3337767d478b8d
 worksrcdir	${name}
-patchfiles	patch-Makefile.am patch-configure.in main_overflow.diff
 
 depends_build	port:libtool \
 				port:autoconf \
 				port:automake
 
+worksrcdir          ${name}-${version}
+
 pre-configure	{
 	system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
 	reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
@@ -37,4 +37,5 @@
 	configure.cflags-append  -DHAS_LRINTF
 }
 
-livecheck.regex		Includes files: .*${name}-(${version})\.tar\.gz
+livecheck.url	http://www.audiocoding.com/downloads.html
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090907/aee85145/attachment.html>


More information about the macports-changes mailing list