[49236] trunk/dports/audio/mp3splt

yves at macports.org yves at macports.org
Sun Apr 5 18:59:05 PDT 2009


Revision: 49236
          http://trac.macports.org/changeset/49236
Author:   yves at macports.org
Date:     2009-04-05 18:59:05 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
Update mp3splt to 2.2.3 and take maintainership

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

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

Modified: trunk/dports/audio/mp3splt/Portfile
===================================================================
--- trunk/dports/audio/mp3splt/Portfile	2009-04-06 01:58:48 UTC (rev 49235)
+++ trunk/dports/audio/mp3splt/Portfile	2009-04-06 01:59:05 UTC (rev 49236)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem			1.0
+
 name				mp3splt
-version				2.1
-revision			1
+version				2.2.3
 categories			audio
-maintainers			nomaintainer
+maintainers			yves
 description			Utility for mp3 and ogg splitting without decoding
 long_description \
 	mp3splt is a free command-line utility that allows you to split mp3 and \
@@ -16,32 +16,10 @@
 platforms			darwin
 
 homepage			http://mp3splt.sourceforge.net/
+
 master_sites		sourceforge
-distname			${name}-${version}-src
-worksrcdir			${name}-${version}
 
-checksums			md5 3c703494ee75c670c87994faf33af7d8
+checksums			md5 aa67e24931c62d2f09be13303fbf410e
 
-depends_lib			port:libmad
+depends_lib			port:libmp3splt
 
-default_variants	+ogg
-
-patchfiles			patch-ogg.c patch-splt.h
-
-configure.args		--mandir=${prefix}/share/man \
-					--disable-ogg
-
-post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/doc man.html \
-		${destroot}${prefix}/share/doc/${name}/${name}.html
-}
-
-variant ogg description {Enable OGG support} {
-	depends_lib-append		port:libogg \
-							port:libvorbis
-	configure.args-delete	--disable-ogg
-}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/b4a65c8c/attachment.html>


More information about the macports-changes mailing list