[72390] trunk/dports/aqua/Platypus/Portfile

elelay at macports.org elelay at macports.org
Tue Oct 12 12:35:09 PDT 2010


Revision: 72390
          http://trac.macports.org/changeset/72390
Author:   elelay at macports.org
Date:     2010-10-12 12:35:07 -0700 (Tue, 12 Oct 2010)
Log Message:
-----------
updated Platypus to 4.4 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/aqua/Platypus/Portfile

Modified: trunk/dports/aqua/Platypus/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2010-10-12 18:50:01 UTC (rev 72389)
+++ trunk/dports/aqua/Platypus/Portfile	2010-10-12 19:35:07 UTC (rev 72390)
@@ -4,7 +4,7 @@
 PortGroup		xcode 1.0
 
 name			Platypus
-version			3.4
+version			4.4
 categories		aqua devel
 maintainers		me.com:tsupplis
 description		Program for creating application wrappers around scripts.
@@ -19,16 +19,16 @@
 			root using Authentication Manager and more.
 
 homepage		http://www.sveinbjorn.org/platypus/
-master_sites	http://www.sveinbjorn.org/files/software/platypus/
+master_sites		http://www.sveinbjorn.org/files/software/platypus/
 distname		platypus${version}.src
 use_zip			yes
 
-checksums		md5 775d39e01562a97739043644865c7062 \
-				sha1 fdb9967f5f3edbb9f82e206455db21aa1e420496 \
-				rmd160 2a1dc4cf5247c688706f7724ddfc0945d2805146
-				
-worksrcdir		${name}
+checksums           md5     e6fe23f7037a873394b70bcc62843940 \
+                    sha1    31faa5ea5e3e266a213aa3dd3c1fa1173e611110 \
+                    rmd160  0708e489de457d79cecb8192f1747459df8402c8
 
+worksrcdir		"${name}-${version}-Source"
+
 # Dummy configure to enable universal variant.
 use_configure	yes
 configure		{}
@@ -43,6 +43,15 @@
 	xcode.destroot.settings-append	ARCHS=${arch}
 }
 
+build.target platypus ScriptExec Platypus
+destroot.target Platypus
+
+post-destroot {
+	reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+	reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
+	exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh ${destroot}/${applications_dir}/Platypus.app/Contents/Resources
+}
+
 livecheck.type	regex
 livecheck.url	${homepage}
 livecheck.regex	"${name} (\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101012/52c88fd7/attachment.html>


More information about the macports-changes mailing list