[97453] trunk/dports/editors/textmate2

cal at macports.org cal at macports.org
Thu Sep 6 14:21:11 PDT 2012


Revision: 97453
          https://trac.macports.org/changeset/97453
Author:   cal at macports.org
Date:     2012-09-06 14:21:08 -0700 (Thu, 06 Sep 2012)
Log Message:
-----------
textmate2: update to r9295, add macports tag, switch architecture to x86_64

Revision Links:
--------------
    https://trac.macports.org/changeset/9295

Modified Paths:
--------------
    trunk/dports/editors/textmate2/Portfile
    trunk/dports/editors/textmate2/files/patch-configure-versionnumber.diff

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2012-09-06 19:05:42 UTC (rev 97452)
+++ trunk/dports/editors/textmate2/Portfile	2012-09-06 21:21:08 UTC (rev 97453)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 PortGroup               github 1.0
 
-github.setup            textmate textmate 9292 r
+github.setup            textmate textmate 9295 r
 epoch                   1
 version                 2.0.${github.version}
 
@@ -21,6 +21,7 @@
     and commands for a huge number of file types.
 
 platforms               darwin
+supported_archs         x86_64
 license                 GPL-3+
 
 pre-fetch {
@@ -45,7 +46,6 @@
     }
 }
 
-supported_archs         i386
 depends_build-append    port:ninja \
                         port:ragel \
                         port:proctools
@@ -65,9 +65,10 @@
                         port:zlib
 
 configure.env-append    builddir=${worksrcpath}/build \
-                        sdk=MacOSX10.8
+                        tag=-macports
 
 build.cmd               ninja
+build.args              -j ${build.jobs}
 build.target            TextMate mate
 
 destroot {

Modified: trunk/dports/editors/textmate2/files/patch-configure-versionnumber.diff
===================================================================
--- trunk/dports/editors/textmate2/files/patch-configure-versionnumber.diff	2012-09-06 19:05:42 UTC (rev 97452)
+++ trunk/dports/editors/textmate2/files/patch-configure-versionnumber.diff	2012-09-06 21:21:08 UTC (rev 97453)
@@ -1,18 +1,11 @@
---- configure.orig	2012-08-26 20:45:18.000000000 +0200
-+++ configure	2012-08-26 20:45:30.000000000 +0200
-@@ -16,14 +16,9 @@
+--- configure.orig	2012-09-06 21:56:18.000000000 +0200
++++ configure	2012-09-06 21:56:30.000000000 +0200
+@@ -16,7 +16,7 @@
  
  name=TextMate
- ver=2.0
--rev=1
+ ver=2.0${tag:--git}
+-rev=$(( $(curl -sf "${rest_api}/releases/nightly/revision")+1 ))
 +rev=@REVISION@
  min_os=10.7
  
--rev=$(( $(curl -sf "${rest_api}/releases/nightly/revision")+1 )) || \
--	if test -d .git && which -s git; then
--		rev=$(git log --oneline master | wc -l)
--	fi
--
  # ===============================================
- # = Find clang via xcrun, MacPorts, or Homebrew =
- # ===============================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120906/c101607b/attachment.html>


More information about the macports-changes mailing list