[28993] trunk/dports/audio/mp3info/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 15:14:52 PDT 2007


Revision: 28993
          http://trac.macosforge.org/projects/macports/changeset/28993
Author:   nox at macports.org
Date:     2007-09-12 15:14:51 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
mp3info: Whitespace changes.

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

Modified: trunk/dports/audio/mp3info/Portfile
===================================================================
--- trunk/dports/audio/mp3info/Portfile	2007-09-12 22:09:57 UTC (rev 28992)
+++ trunk/dports/audio/mp3info/Portfile	2007-09-12 22:14:51 UTC (rev 28993)
@@ -1,35 +1,40 @@
 # $Id$
 
-PortSystem 1.0
-name	        mp3info	
-version	        0.8.4
-revision		3
-categories		audio
-maintainers    nomaintainer at macports.org
-description     MP3 information tool 
-long_description \
-	A small utility to read and write TAG info, as well as retrieve the MP3 \
-	Header info. Included is a command-line interface and a gtk-UI.
+PortSystem      1.0
 
-homepage		http://www.ibiblio.org/mp3info/
+name            mp3info	
+version         0.8.4
+revision        3
+categories      audio
 platforms		darwin
-master_sites	sunsite:apps/sound/mp3-utils/${name}
-extract.suffix	.tgz
-checksums		md5 879d0ced8ede5ec9fbaff4813851ea3f
+maintainers     nomaintainer
+description     MP3 information tool
 
-patchfiles		patch-Makefile
-build.target	mp3info
+long_description \
+    A small utility to read and write TAG info, as well as retrieve the MP3 \
+    Header info. Included is a command-line interface and a gtk-UI.
 
+homepage        http://www.ibiblio.org/mp3info/
+master_sites    sunsite:apps/sound/mp3-utils/${name}
+extract.suffix  .tgz
+
+checksums       md5 879d0ced8ede5ec9fbaff4813851ea3f
+
+patchfiles      patch-Makefile
+
+build.target    mp3info
+
 configure { 
-	cd ${worksrcpath}
-	reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile
+    cd ${worksrcpath}
+    reinplace "s|prefix=/usr/local|prefix=${destroot}${prefix}|g" Makefile
 }
 
-destroot.target	install-mp3info
+destroot.target install-mp3info
 
 variant x11 {
-	depends_lib-append	port:gtk1
-	patchfiles-append   patch-gmp3info.c
-	build.target		all
-	destroot.target		install
+    depends_lib-append  port:gtk1
+    patchfiles-append   patch-gmp3info.c
+    build.target        all
+    destroot.target     install
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/7265294e/attachment.html


More information about the macports-changes mailing list