[102015] trunk/dports/editors/textmate2

cal at macports.org cal at macports.org
Thu Jan 24 12:23:37 PST 2013


Revision: 102015
          https://trac.macports.org/changeset/102015
Author:   cal at macports.org
Date:     2013-01-24 12:23:37 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
textmate2: update to r9351

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

Modified Paths:
--------------
    trunk/dports/editors/textmate2/Portfile
    trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2013-01-24 20:05:14 UTC (rev 102014)
+++ trunk/dports/editors/textmate2/Portfile	2013-01-24 20:23:37 UTC (rev 102015)
@@ -6,7 +6,7 @@
 PortGroup               xcodeversion 1.0
 PortGroup               conflicts_build 1.0
 
-github.setup            textmate textmate 9347 r
+github.setup            textmate textmate 9351 r
 epoch                   1
 version                 2.0.${github.version}
 

Modified: trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff
===================================================================
--- trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff	2013-01-24 20:05:14 UTC (rev 102014)
+++ trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff	2013-01-24 20:23:37 UTC (rev 102015)
@@ -1,11 +1,11 @@
---- bin/create_default_bundles_tbz.orig	2012-11-29 14:31:53.000000000 +1100
-+++ bin/create_default_bundles_tbz	2012-11-29 14:44:48.000000000 +1100
+--- bin/create_default_bundles_tbz.orig	2013-01-24 20:31:24.000000000 +0100
++++ bin/create_default_bundles_tbz	2013-01-24 20:31:30.000000000 +0100
 @@ -11,7 +11,7 @@
  	BZIP2_FLAG="--use-compress-prog=pbzip2"
  fi
  
--ninja "$bl" && \
-+ninja -v "$bl" && \
+-{ [ -x "$bl" ] || ninja "$bl"; } && \
++{ [ -x "$bl" ] || ninja -v "$bl"; } && \
  	mkdir -p "$BUNDLES_DST/Managed" && \
  	"$bl" -C "$BUNDLES_DST/Managed" install Apache Bundle\ Development Bundle\ Support C CSS Diff Git HTML Hyperlink\ Helper JavaScript JSON Mail Make Markdown Math Mercurial Objective-C PHP Property\ List Python Ruby SCM Shell\ Script Source SQL Subversion Text TextMate Themes TODO XML && \
- 	gnutar -cf "$TBZ_DST" "$BZIP2_FLAG" -C "$BUNDLES_DST" "Managed"
+ 	gnutar -cf "$TBZ_DST~" "$BZIP2_FLAG" -C "$BUNDLES_DST" "Managed" && \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/02047437/attachment.html>


More information about the macports-changes mailing list