[48554] trunk/dports/math/pspp

snc at macports.org snc at macports.org
Tue Mar 24 18:19:48 PDT 2009


Revision: 48554
          http://trac.macports.org/changeset/48554
Author:   snc at macports.org
Date:     2009-03-24 18:19:47 -0700 (Tue, 24 Mar 2009)
Log Message:
-----------
fixed bugs in application, forcing rebuild

Modified Paths:
--------------
    trunk/dports/math/pspp/Portfile
    trunk/dports/math/pspp/files/PSPP.app/Contents/Info.plist

Added Paths:
-----------
    trunk/dports/math/pspp/files/PSPP.app/Contents/PkgInfo

Modified: trunk/dports/math/pspp/Portfile
===================================================================
--- trunk/dports/math/pspp/Portfile	2009-03-25 00:55:17 UTC (rev 48553)
+++ trunk/dports/math/pspp/Portfile	2009-03-25 01:19:47 UTC (rev 48554)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    pspp
-revision                1
+revision                2
 version                 0.6.1
 categories              math
 maintainers             snc
@@ -103,13 +103,19 @@
         xinstall -m 755 ${filespath}/psppire.in ${destroot}${prefix}/bin/psppire
         reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/psppire
         reinplace s|@NAME@|${name}|g ${destroot}${prefix}/bin/psppire
+
+	    xinstall -d ${destroot}${applications_dir}/PSPP.app/Contents/MacOS
+	    xinstall -m 644 ${filespath}/PSPP.app/Contents/Info.plist \
+		    ${destroot}${applications_dir}/PSPP.app/Contents
+        reinplace s|@VERSION@|${version}|g \
+            ${destroot}${applications_dir}/PSPP.app/Contents/Info.plist
+        reinplace s|@NAME@|${name}|g \
+            ${destroot}${applications_dir}/PSPP.app/Contents/Info.plist
+	    copy ${destroot}${prefix}/bin/psppire \
+		    ${destroot}${applications_dir}/PSPP.app/Contents/MacOS
+	    reinplace "s|psppire|psppire \\&|g" \
+	     	${destroot}${applications_dir}/PSPP.app/Contents/MacOS/psppire
+	    xinstall -m 644 ${filespath}/PSPP.app/Contents/PkgInfo \
+	     	${destroot}${applications_dir}/PSPP.app/Contents
     }
-
-	xinstall -d ${destroot}${applications_dir}/PSPP.app/Contents/MacOS
-	xinstall -m 644 ${filespath}/PSPP.app/Contents/Info.plist \
-		${destroot}${applications_dir}/PSPP.app/Contents
-	copy ${destroot}${prefix}/bin/psppire \
-		${destroot}${applications_dir}/PSPP.app/Contents/MacOS
-	reinplace "s|psppire|psppire \\&|g" \
-		${destroot}${applications_dir}/PSPP.app/Contents/MacOS/psppire
 }

Modified: trunk/dports/math/pspp/files/PSPP.app/Contents/Info.plist
===================================================================
--- trunk/dports/math/pspp/files/PSPP.app/Contents/Info.plist	2009-03-25 00:55:17 UTC (rev 48553)
+++ trunk/dports/math/pspp/files/PSPP.app/Contents/Info.plist	2009-03-25 01:19:47 UTC (rev 48554)
@@ -13,13 +13,15 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>PSPP</string>
+	<string>@NAME@</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.6.1</string>
+	<string>@VERSION@</string>
 	<key>CFBundleSignature</key>
-	<string>????</string>
+	<string>@NAME@</string>
+	<key>CFBundleVersion</key>
+	<string>@VERSION@</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.5</string>
 </dict>

Added: trunk/dports/math/pspp/files/PSPP.app/Contents/PkgInfo
===================================================================
--- trunk/dports/math/pspp/files/PSPP.app/Contents/PkgInfo	                        (rev 0)
+++ trunk/dports/math/pspp/files/PSPP.app/Contents/PkgInfo	2009-03-25 01:19:47 UTC (rev 48554)
@@ -0,0 +1 @@
+APPL????
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090324/39f99f75/attachment-0001.html>


More information about the macports-changes mailing list