[99360] trunk/dports/aqua/iTunesMatchHelper/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Nov 3 00:02:48 PDT 2012
Revision: 99360
http://trac.macports.org//changeset/99360
Author: ryandesign at macports.org
Date: 2012-11-03 00:02:48 -0700 (Sat, 03 Nov 2012)
Log Message:
-----------
iTunesMatchHelper:
* fix capitalization of port name to match the directory name
* use full git commit hash instead of an abbreviation of it
* use the version number "0.1a" instead of the git commit hash
* increase epoch
* download from a tarball instead of from git
* remove unnecessary "categories aqua"
* remove backslash at end of long description
* minor reformatting
See #36745
Modified Paths:
--------------
trunk/dports/aqua/iTunesMatchHelper/Portfile
Modified: trunk/dports/aqua/iTunesMatchHelper/Portfile
===================================================================
--- trunk/dports/aqua/iTunesMatchHelper/Portfile 2012-11-03 06:57:27 UTC (rev 99359)
+++ trunk/dports/aqua/iTunesMatchHelper/Portfile 2012-11-03 07:02:48 UTC (rev 99360)
@@ -5,25 +5,24 @@
PortGroup github 1.0
PortGroup xcode 1.0
-github.setup signed0 itunes-match-helper 18ce34d7c48
-
+epoch 1
+github.setup signed0 itunes-match-helper 18ce34d7c4861b0c60a988c913f4545c4d9bb9fb
+version 0.1a
+name iTunesMatchHelper
+platforms darwin
maintainers phw openmaintainer
-name itunesMatchHelper
-revision 1
-categories aqua
-description \
- Fixes missing metadata for songs that iTunes has matched
-long_description ${description}\
+description Fixes missing metadata for songs that iTunes has matched
-platforms darwin
+long_description ${description}
+checksums rmd160 551514c3800c559993b703df9a9b54c4dd0bd320 \
+ sha256 f30d06b0c08ebb29a76586af93ce4759e968907aaabfb101d75049b02615a19c
+
# error: -fobjc-arc is not supported with fragile abi
supported_archs x86_64
universal_variant no
-fetch.type git
-
destroot {
copy ${worksrcpath}/build/Release/iTunesMatchHelper.app ${destroot}${applications_dir}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121103/05233595/attachment.html>
More information about the macports-changes
mailing list