[33415] trunk/dports/aqua/osxvnc
ryandesign at macports.org
ryandesign at macports.org
Sat Jan 26 06:00:20 PST 2008
Revision: 33415
http://trac.macosforge.org/projects/macports/changeset/33415
Author: ryandesign at macports.org
Date: 2008-01-26 05:59:05 -0800 (Sat, 26 Jan 2008)
Log Message:
-----------
osxvnc: update to 3.0; closes #13803
Modified Paths:
--------------
trunk/dports/aqua/osxvnc/Portfile
trunk/dports/aqua/osxvnc/files/patch-project.pbxproj
Modified: trunk/dports/aqua/osxvnc/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile 2008-01-26 13:25:35 UTC (rev 33414)
+++ trunk/dports/aqua/osxvnc/Portfile 2008-01-26 13:59:05 UTC (rev 33415)
@@ -4,7 +4,7 @@
PortGroup xcode 1.0
name osxvnc
-version 2.2
+version 3.0
categories aqua vnc
homepage http://www.redstonesoftware.com/vnc.html
maintainers ryandesign
@@ -28,6 +28,12 @@
patchfiles \
patch-project.pbxproj
+platform darwin 6 {
+ pre-fetch {
+ return -code error "${name} requires Mac OS X 10.3 or newer"
+ }
+}
+
default_variants +universal
variant universal {}
pre-fetch {
Modified: trunk/dports/aqua/osxvnc/files/patch-project.pbxproj
===================================================================
--- trunk/dports/aqua/osxvnc/files/patch-project.pbxproj 2008-01-26 13:25:35 UTC (rev 33414)
+++ trunk/dports/aqua/osxvnc/files/patch-project.pbxproj 2008-01-26 13:59:05 UTC (rev 33415)
@@ -1,30 +1,30 @@
-diff -ru OSXvnc.xcodeproj-orig/project.pbxproj OSXvnc.xcodeproj/project.pbxproj
---- OSXvnc.xcodeproj-orig/project.pbxproj 2007-06-14 14:20:40.000000000 -0500
-+++ OSXvnc.xcodeproj/project.pbxproj 2007-08-27 03:30:14.000000000 -0500
-@@ -1081,7 +1081,7 @@
+--- 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 */
-@@ -1491,16 +1491,13 @@
- isa = XCBuildConfiguration;
+@@ -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;
- INFOPLIST_FILE = "Info-OSXvnc.plist";
- INSTALL_MODE_FLAG = 755;
- INSTALL_PATH = "/Vine Server/";
-- MACOSX_DEPLOYMENT_TARGET = 10.1;
-+ MACOSX_DEPLOYMENT_TARGET = 10.2;
- PRODUCT_NAME = "Vine Server";
- WARNING_CFLAGS = (
- "-Wmost",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080126/f4cc94bc/attachment.html
More information about the macports-changes
mailing list