Changeset 18675 for trunk/dports


Ignore:
Timestamp:
Jul 22, 2006, 4:11:28 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Update to 1.7.1+ (current CVS head)

Bug: #9338, #3645

Location:
trunk/dports/aqua/osxvnc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/osxvnc/Portfile

    r13471 r18675  
    1 # $Id: Portfile,v 1.6 2005/08/11 21:33:15 rshaw Exp $
     1# $Id: Portfile,v 1.7 2006/07/22 04:11:28 pguyot Exp $
    22PortSystem              1.0
     3PortGroup               xcode 1.0
    34
    45name                    osxvnc
    5 version                 1.5
     6version                 20060722
    67categories              aqua vnc
    78maintainers             darwinports@opendarwin.org
     
    1213                                        supported by Redstone Software Inc, developers of \
    1314                                        Eggplant for cross-platform testing and automation \
    14 platforms               darwin
    1515homepage                http://www.redstonesoftware.com/vnc.html
    16 fetch.type              cvs
    17 cvs.root                :pserver:anonymous@cvs.sourceforge.net:/cvsroot/${name}
    18 cvs.args                -r V[strsed ${version} {g/[.]/_/}]
    19 cvs.module              OSXvnc
    20 worksrcdir              ${cvs.module}
    21 set appName             ${cvs.module}
    22 
     16master_sites    http://www.opendarwin.org/~pguyot/distfiles/
     17checksums       md5 286f83618a1ce8a1dda9059f4c9cbad3 \
     18                sha1 32f1e1140b683d80f1818df16ad045d3e86b87d1 \
     19                rmd160 e51fedd5eb0640cac093a886fcc64cb9b3931435
    2320depends_lib             lib:libz.1:zlib
    24 
    2521patchfiles              patch-project.pbxproj
    2622
    27 use_configure   no
    28 
    29 build.type              pbx
    30 build.target    -buildstyle Deployment -target OSXvnc
    31 
    32 destroot {
    33         set appPath ${destroot}/Applications/DarwinPorts
    34         xinstall -d -m 0755 ${appPath}
    35         system "cp -R ${worksrcpath}/build/${appName}.app ${appPath}"
    36 }
    37 
  • trunk/dports/aqua/osxvnc/files/patch-project.pbxproj

    r10794 r18675  
    1 --- OSXvnc.pbproj/project.pbxproj.orig  Wed Feb  2 10:31:48 2005
    2 +++ OSXvnc.pbproj/project.pbxproj       Wed Feb  2 15:26:58 2005
    3 @@ -382,12 +382,9 @@
    4                 4A9504D4FFE6A4CB11CA0CBA = {
     1--- OSXvnc.xcodeproj/project.pbxproj.orig       2006-07-22 12:56:16.000000000 +0900
     2+++ OSXvnc.xcodeproj/project.pbxproj    2006-07-22 12:56:56.000000000 +0900
     3@@ -139,12 +139,9 @@
     4                        isa = PBXBuildStyle;
    55                        buildSettings = {
    6                                 COPY_PHASE_STRIP = YES;
     6                                COPY_PHASE_STRIP = NO;
    77-                               DEPLOYMENT_LOCATION = YES;
    88-                               DEPLOYMENT_POSTPROCESSING = YES;
     
    1212-                               MACOSX_DEPLOYMENT_TARGET = 10.1;
    1313+                               MACOSX_DEPLOYMENT_TARGET = 10.2;
    14                                 MAC_OS_X_VERSION_MIN_REQUIRED = "";
    1514                                REMOVE_CVS_FROM_RESOURCES = YES;
    1615                                ZERO_LINK = NO;
     16                        };
     17@@ -1193,7 +1190,7 @@
     18                        );
     19                        runOnlyForDeploymentPostprocessing = 1;
     20                        shellPath = /bin/sh;
     21-                       shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f $INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\n\nhdiutil create -ov -format UDZO -imagekey zlib-level=9 -srcfolder $INSTALL_DIR $INSTALL_DIR/../$PROJECT_NAME.dmg;\nhdiutil internet-enable $INSTALL_DIR/../$PROJECT_NAME.dmg\n";
     22+                       shellScript = "# This removes any re-link reference to the $INSTALL_DIR\nrm -f $INSTALL_DIR/$PRODUCT_NAME.app/$PRODUCT_NAME.app\n\n";
     23                };
     24 /* End PBXShellScriptBuildPhase section */
     25 
Note: See TracChangeset for help on using the changeset viewer.