[104022] trunk/dports/sysutils/macportsscripts/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Mar 12 19:41:49 PDT 2013
Revision: 104022
https://trac.macports.org/changeset/104022
Author: ryandesign at macports.org
Date: 2013-03-12 19:41:49 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
macportsscripts: supported_archs noarch; enable livecheck; fetch from tarball instead of from git; no need to create ${destroot}${prefix}/bin which MacPorts has already created for you
Modified Paths:
--------------
trunk/dports/sysutils/macportsscripts/Portfile
Modified: trunk/dports/sysutils/macportsscripts/Portfile
===================================================================
--- trunk/dports/sysutils/macportsscripts/Portfile 2013-03-13 02:38:38 UTC (rev 104021)
+++ trunk/dports/sysutils/macportsscripts/Portfile 2013-03-13 02:41:49 UTC (rev 104022)
@@ -10,20 +10,18 @@
platforms darwin
maintainers phw gwmail.gwu.edu:egall openmaintainer
license BSD
+supported_archs noarch
description Various scripts to work with MacPorts
long_description ${description}
-fetch.type git
-git.url git://github.com/cooljeanius/macportsscripts.git
+checksums rmd160 62171a4def12655d46fb0469f9b64f0b24bfcff7 \
+ sha256 099ccdef11df77d1b7ef3c8857c9f56ef08d2843182335b72bd708008634b2a3
use_configure no
build {}
destroot {
- xinstall -d -m 755 ${destroot}${prefix}/bin
eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
}
-
-livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130312/70e52165/attachment.html>
More information about the macports-changes
mailing list