[140152] trunk/dports/aqua/xrg

ryandesign at macports.org ryandesign at macports.org
Wed Sep 9 17:53:57 PDT 2015


Revision: 140152
          https://trac.macports.org/changeset/140152
Author:   ryandesign at macports.org
Date:     2015-09-09 17:53:57 -0700 (Wed, 09 Sep 2015)
Log Message:
-----------
xrg: update to 2.0.0 (#48660)

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

Added Paths:
-----------
    trunk/dports/aqua/xrg/files/
    trunk/dports/aqua/xrg/files/patch-XRG.xcodeproj-project.pbxproj.diff

Modified: trunk/dports/aqua/xrg/Portfile
===================================================================
--- trunk/dports/aqua/xrg/Portfile	2015-09-10 00:29:38 UTC (rev 140151)
+++ trunk/dports/aqua/xrg/Portfile	2015-09-10 00:53:57 UTC (rev 140152)
@@ -5,7 +5,7 @@
 PortGroup       xcode 1.0
 PortGroup           github 1.0
 
-github.setup        mikepj XRG 1.7.3 XRG_
+github.setup        mikepj XRG 2.0.0 XRG_
 name                xrg
 categories-append   sysutils
 maintainers     nomaintainer
@@ -25,20 +25,28 @@
 
 pre-fetch {
     platform darwin {
-        if {${os.major} < 10} {
-            ui_error "${name} requires OS X 10.6 or newer."
+        if {${os.major} < 11} {
+            ui_error "${name} requires OS X 10.7 or newer."
             return -code error "incompatible OS X version"
         }
-        if {${os.major} > 13} {
-            ui_error "${name} requires OS X 10.9 or older."
+        if {${os.major} > 14} {
+            ui_error "${name} requires OS X 10.10 or older."
             return -code error "incompatible OS X version"
         }
     }
 }
 
-checksums           rmd160  6f09896039659da02a5a90e7e6ad80e65ba3f314 \
-                    sha256  7f8f2ac32c0024228dfb7d3cec37e76c4f106fde909d61027660e72183642da7
+checksums           rmd160  f2ce37dffca36c8cda899ae4fa9201336cc1fdf9 \
+                    sha256  97b24ae17fb60b7c4149731574f9afd313373c928efdd00f33b5b77f5cf94ca6
 
+patch.pre_args-append -b
+patchfiles          patch-XRG.xcodeproj-project.pbxproj.diff
+
+xcode.configuration Release
+
+# error: -fobjc-arc is not supported on platforms using the legacy runtime
+supported_archs     x86_64
+
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     [string toupper ${name}]-\\w+-(\\d+(\\.\\d+)+)

Added: trunk/dports/aqua/xrg/files/patch-XRG.xcodeproj-project.pbxproj.diff
===================================================================
--- trunk/dports/aqua/xrg/files/patch-XRG.xcodeproj-project.pbxproj.diff	                        (rev 0)
+++ trunk/dports/aqua/xrg/files/patch-XRG.xcodeproj-project.pbxproj.diff	2015-09-10 00:53:57 UTC (rev 140152)
@@ -0,0 +1,18 @@
+--- XRG.xcodeproj/project.pbxproj.orig	2015-08-14 09:26:12.000000000 -0500
++++ XRG.xcodeproj/project.pbxproj	2015-09-09 19:46:37.000000000 -0500
+@@ -521,7 +521,6 @@
+ 			buildSettings = {
+ 				ARCHS = "$(ARCHS_STANDARD)";
+ 				CLANG_ENABLE_OBJC_ARC = YES;
+-				CODE_SIGN_IDENTITY = "Developer ID Application";
+ 				COMBINE_HIDPI_IMAGES = YES;
+ 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ 				GCC_PREFIX_HEADER = "Other Sources/XRG-Prefix.pch";
+@@ -538,7 +537,6 @@
+ 			buildSettings = {
+ 				ARCHS = "$(ARCHS_STANDARD)";
+ 				CLANG_ENABLE_OBJC_ARC = YES;
+-				CODE_SIGN_IDENTITY = "Developer ID Application";
+ 				COMBINE_HIDPI_IMAGES = YES;
+ 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ 				GCC_PREFIX_HEADER = "Other Sources/XRG-Prefix.pch";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150909/d80210c5/attachment-0001.html>


More information about the macports-changes mailing list