[87193] trunk/dports/audio/ID3/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 13 16:11:48 PST 2011


Revision: 87193
          http://trac.macports.org/changeset/87193
Author:   ryandesign at macports.org
Date:     2011-11-13 16:11:45 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
ID3: update to 1.00, indicate license, use web.archive.org mirror for homepage and master_sites, use xcode portgroup; see #32051

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

Modified: trunk/dports/audio/ID3/Portfile
===================================================================
--- trunk/dports/audio/ID3/Portfile	2011-11-13 19:40:07 UTC (rev 87192)
+++ trunk/dports/audio/ID3/Portfile	2011-11-14 00:11:45 UTC (rev 87193)
@@ -1,10 +1,14 @@
 # $Id$
 
 PortSystem    	1.0
+PortGroup           xcode 1.0
+
 name      	ID3
-version       	0.98
+version             1.00
 categories    	audio devel aqua
 maintainers   	waqar openmaintainer
+license             LGPL-2.1+
+
 description   	Framework for reading and writing ID3Tags
 long_description   \
 	ID3Tag.framework is as the name suggests a Cocoa based 		\
@@ -15,25 +19,26 @@
 	ID3Tag.framework to provide the user with a one call modal 	\
 	panel for editing ID3 tags modelled after the tag editor in 	\
 	iTunes.
-homepage	http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html
-platforms	macosx
-master_sites	http://drewfamily.homemail.com.au
+
+master_sites        http://web.archive.org/web/20090913035852/http://drewfamily.homemail.com.au/
+
+homepage            [lindex ${master_sites} 0]Cocoa_-_ID3Tag_framework.html
+
 distname	ID3.framework.${version}
-checksums	md5 cbca4065b0f9d7ccb1cd2653ec30b9fd			\
-		sha1 f4606c645fc68c4216caa04d8ccd50b2b6bf1ed6
 
+checksums           rmd160  3b41296cca04d641c1e315fe7a93a0443ebbb8a5 \
+                    sha256  7d294b2348fc36ac8b068bab15e1b58602aafec098f670cccc52b7436b918270
+
 post-extract	{
-	file rename ${workpath}/id3\ tag\ framework ${workpath}/${name}-${version}
+    move "${workpath}/id3 tag framework" ${worksrcpath}
 }
 
-worksrcdir	${name}-${version}/${name}
+build.dir           ${worksrcpath}/ID3
 
-use_configure   no
-build.type	pbx
-build.target	-target ${name}Tag
+xcode.target        ID3Tag_10.4_Universal
+xcode.build.settings INSTALL_PATH=${frameworks_dir}
 
 destroot 	{ 
-	xinstall -d -m 755 ${destroot}${prefix}/Library/Frameworks
-	file copy ${build.dir}/build/${name}.framework 			\
-		${destroot}${prefix}/Library/Frameworks
+    copy ${destroot.dir}/build/${xcode.configuration}/${name}.framework \
+        ${destroot}${frameworks_dir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/3793f84e/attachment-0001.html>


More information about the macports-changes mailing list