[33417] trunk/dports/aqua/osxvnc

ryandesign at macports.org ryandesign at macports.org
Sat Jan 26 06:29:43 PST 2008


Revision: 33417
          http://trac.macosforge.org/projects/macports/changeset/33417
Author:   ryandesign at macports.org
Date:     2008-01-26 06:27:29 -0800 (Sat, 26 Jan 2008)

Log Message:
-----------
osxvnc: fix name of patchfile to match port lint's recommendations

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

Added Paths:
-----------
    trunk/dports/aqua/osxvnc/files/patch-project.pbxproj.diff

Removed Paths:
-------------
    trunk/dports/aqua/osxvnc/files/patch-project.pbxproj

Modified: trunk/dports/aqua/osxvnc/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile	2008-01-26 14:10:20 UTC (rev 33416)
+++ trunk/dports/aqua/osxvnc/Portfile	2008-01-26 14:27:29 UTC (rev 33417)
@@ -26,7 +26,7 @@
 	port:zlib
 
 patchfiles \
-	patch-project.pbxproj
+	patch-project.pbxproj.diff
 
 platform darwin 6 {
 	pre-fetch {

Deleted: trunk/dports/aqua/osxvnc/files/patch-project.pbxproj
===================================================================
--- trunk/dports/aqua/osxvnc/files/patch-project.pbxproj	2008-01-26 14:10:20 UTC (rev 33416)
+++ trunk/dports/aqua/osxvnc/files/patch-project.pbxproj	2008-01-26 14:27:29 UTC (rev 33417)
@@ -1,30 +0,0 @@
---- OSXvnc.xcodeproj/project.pbxproj	18 Dec 2007 03:54:13 -0000	1.16
-+++ OSXvnc.xcodeproj/project.pbxproj	3 Jan 2008 08:54:12 -0000
-@@ -1139,7 +1141,7 @@
- 			);
- 			runOnlyForDeploymentPostprocessing = 1;
- 			shellPath = /bin/sh;
--			shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\n/Developer/Tools/agvtool bump";
-+			shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\nif [ -x /Developer/Tools/agvtool ]; then\n  AGVTOOL=/Developer/Tools/agvtool\nelif [ -x /Developer/usr/bin/agvtool ]; then\n  AGVTOOL=/Developer/usr/bin/agvtool\nfi\n\nif [ \"$AGVTOOL-no\" != \"-no\" ]; then\n  $AGVTOOL bump\nfi\n\n####\n# Please note that the above if block is required because Apple\n# relocated agvtool in Xcode 3.0.  That said, this is a really\n# dumb script and could be done away with since we aren't committing\n# anything back to osxvnc CVS.\n####";
- 		};
- 		AB139E5C0CEA05C200EE873A /* ShellScript */ = {
- 			isa = PBXShellScriptBuildPhase;
-@@ -1174,7 +1176,7 @@
- 			);
- 			runOnlyForDeploymentPostprocessing = 1;
- 			shellPath = /bin/sh;
--			shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n# UDIF\nhdiutil create -ov -format UDZO -imagekey zlib-level=9 -srcfolder \"$INSTALL_DIR\" \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\";\nhdiutil internet-enable \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\"\n";
-+			shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n";
- 		};
- /* End PBXShellScriptBuildPhase section */
- 
-@@ -1661,9 +1663,6 @@
- 			buildSettings = {
- 				COPY_PHASE_STRIP = NO;
- 				CURRENT_PROJECT_VERSION = 1016;
--				DEPLOYMENT_LOCATION = YES;
--				DEPLOYMENT_POSTPROCESSING = YES;
--				DSTROOT = /tmp;
- 				GCC_DYNAMIC_NO_PIC = YES;
- 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
- 				GCC_OPTIMIZATION_LEVEL = s;

Copied: trunk/dports/aqua/osxvnc/files/patch-project.pbxproj.diff (from rev 33415, trunk/dports/aqua/osxvnc/files/patch-project.pbxproj)
===================================================================
--- trunk/dports/aqua/osxvnc/files/patch-project.pbxproj.diff	                        (rev 0)
+++ trunk/dports/aqua/osxvnc/files/patch-project.pbxproj.diff	2008-01-26 14:27:29 UTC (rev 33417)
@@ -0,0 +1,30 @@
+--- OSXvnc.xcodeproj/project.pbxproj	18 Dec 2007 03:54:13 -0000	1.16
++++ OSXvnc.xcodeproj/project.pbxproj	3 Jan 2008 08:54:12 -0000
+@@ -1139,7 +1141,7 @@
+ 			);
+ 			runOnlyForDeploymentPostprocessing = 1;
+ 			shellPath = /bin/sh;
+-			shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\n/Developer/Tools/agvtool bump";
++			shellScript = "# Bump the version for the NEXT release -- This one uses the prior value\nif [ -x /Developer/Tools/agvtool ]; then\n  AGVTOOL=/Developer/Tools/agvtool\nelif [ -x /Developer/usr/bin/agvtool ]; then\n  AGVTOOL=/Developer/usr/bin/agvtool\nfi\n\nif [ \"$AGVTOOL-no\" != \"-no\" ]; then\n  $AGVTOOL bump\nfi\n\n####\n# Please note that the above if block is required because Apple\n# relocated agvtool in Xcode 3.0.  That said, this is a really\n# dumb script and could be done away with since we aren't committing\n# anything back to osxvnc CVS.\n####";
+ 		};
+ 		AB139E5C0CEA05C200EE873A /* ShellScript */ = {
+ 			isa = PBXShellScriptBuildPhase;
+@@ -1174,7 +1176,7 @@
+ 			);
+ 			runOnlyForDeploymentPostprocessing = 1;
+ 			shellPath = /bin/sh;
+-			shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n# UDIF\nhdiutil create -ov -format UDZO -imagekey zlib-level=9 -srcfolder \"$INSTALL_DIR\" \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\";\nhdiutil internet-enable \"$INSTALL_DIR/../$PRODUCT_NAME.dmg\"\n";
++			shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f \"$INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\"\n";
+ 		};
+ /* End PBXShellScriptBuildPhase section */
+ 
+@@ -1661,9 +1663,6 @@
+ 			buildSettings = {
+ 				COPY_PHASE_STRIP = NO;
+ 				CURRENT_PROJECT_VERSION = 1016;
+-				DEPLOYMENT_LOCATION = YES;
+-				DEPLOYMENT_POSTPROCESSING = YES;
+-				DSTROOT = /tmp;
+ 				GCC_DYNAMIC_NO_PIC = YES;
+ 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ 				GCC_OPTIMIZATION_LEVEL = s;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080126/fe4fa424/attachment.html


More information about the macports-changes mailing list