[98130] trunk/dports/aqua

and.damore at macports.org and.damore at macports.org
Tue Sep 25 11:16:54 PDT 2012


Revision: 98130
          http://trac.macports.org//changeset/98130
Author:   and.damore at macports.org
Date:     2012-09-25 11:16:53 -0700 (Tue, 25 Sep 2012)
Log Message:
-----------
port Platypus: copying @4.4 to new (old) port PLatypus44 for PPC support; update to 4.7, drop patchfile, add opemaintainer; maintainer timeout; ticket #35620

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

Added Paths:
-----------
    trunk/dports/aqua/Platypus44/

Removed Paths:
-------------
    trunk/dports/aqua/Platypus/files/

Modified: trunk/dports/aqua/Platypus/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2012-09-25 16:03:25 UTC (rev 98129)
+++ trunk/dports/aqua/Platypus/Portfile	2012-09-25 18:16:53 UTC (rev 98130)
@@ -4,10 +4,9 @@
 PortGroup		xcode 1.0
 
 name			Platypus
-version			4.4
-revision		1
+version			4.7
 categories		aqua devel
-maintainers		me.com:tsupplis
+maintainers		me.com:tsupplis openmaintainer
 description		Program for creating application wrappers around scripts.
 
 long_description	Platypus is a program for creating application \
@@ -24,13 +23,12 @@
 distname		platypus${version}.src
 use_zip			yes
 
-checksums           md5     e6fe23f7037a873394b70bcc62843940 \
-                    sha1    31faa5ea5e3e266a213aa3dd3c1fa1173e611110 \
-                    rmd160  0708e489de457d79cecb8192f1747459df8402c8
+checksums           md5     a2a24f6d4cd3da850bbfc54175e3332e \
+                    sha1    87b959b96df9221caacccba3e843558d6800ebec \
+                    rmd160  54dc72eb2af47523561d5140d0cbad842bcfd38c
 
-worksrcdir		"${name}-${version}-Source"
 
-supported_archs i386 ppc
+supported_archs i386 x86_64
 
 build.target platypus ScriptExec Platypus
 destroot.target Platypus
@@ -39,9 +37,18 @@
     universal_variant   no
 }
 
-patchfiles		project.pbxproj.patch
+set extracted_dir   "${name} ${version} Source Code"
+set target_dir      [string map {" " _} "$extracted_dir"]
+worksrcdir		    $target_dir
+
+post-extract {
+    file rename ${workpath}/${extracted_dir} ${workpath}/${target_dir}
+}
+
+
 post-patch {
-	reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
+	reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/Common.h
+    reinplace "s|build/Platypus/Build/Products/Development|build/Deployment|" ${worksrcpath}/Platypus.xcodeproj/project.pbxproj
 }
 
 post-destroot {
@@ -52,7 +59,7 @@
 		reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
 	}
 
-	exec /bin/bash ${worksrcpath}/Scripts/InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources
+    system -W ${worksrcpath}/Scripts "./InstallCommandLineTool.sh ${destroot}${applications_dir}/Platypus.app/Contents/Resources"
 }
 
 livecheck.type	regex

Modified: trunk/dports/aqua/Platypus44/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2012-09-25 16:03:25 UTC (rev 98129)
+++ trunk/dports/aqua/Platypus44/Portfile	2012-09-25 18:16:53 UTC (rev 98130)
@@ -7,8 +7,8 @@
 version			4.4
 revision		1
 categories		aqua devel
-maintainers		me.com:tsupplis
-description		Program for creating application wrappers around scripts.
+maintainers		me.com:tsupplis openmaintainer
+description		Program for creating application wrappers around scripts - obsolete version supporting PowerPC (PPC)
 
 long_description	Platypus is a program for creating application \
 			wrappers around scripts, i.e. creating Mac OS X \
@@ -17,7 +17,8 @@
 			graphical window environment without having to \
 			resort to using the command line interface. It \
 			supports drag and drop on created apps, running as \
-			root using Authentication Manager and more.
+			root using Authentication Manager and more. \
+			This ${version} version is the last one to support PPC.
 
 homepage		http://www.sveinbjorn.org/platypus/
 master_sites		http://www.sveinbjorn.org/files/software/platypus/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120925/ff42cda5/attachment.html>


More information about the macports-changes mailing list