[87829] trunk/dports/devel/astyle
adfernandes at macports.org
adfernandes at macports.org
Wed Dec 7 07:20:34 PST 2011
Revision: 87829
http://trac.macports.org/changeset/87829
Author: adfernandes at macports.org
Date: 2011-12-07 07:20:29 -0800 (Wed, 07 Dec 2011)
Log Message:
-----------
devel/astyle: minor version bump to 2.02.1
Modified Paths:
--------------
trunk/dports/devel/astyle/Portfile
trunk/dports/devel/astyle/files/patch-Makefile.diff
Modified: trunk/dports/devel/astyle/Portfile
===================================================================
--- trunk/dports/devel/astyle/Portfile 2011-12-07 12:06:11 UTC (rev 87828)
+++ trunk/dports/devel/astyle/Portfile 2011-12-07 15:20:29 UTC (rev 87829)
@@ -4,7 +4,7 @@
PortSystem 1.0
name astyle
-version 2.01
+version 2.02.1
revision 1
categories devel
platforms darwin
@@ -18,9 +18,9 @@
homepage http://astyle.sourceforge.net
master_sites sourceforge::macosx
distfiles ${name}_${version}_macosx.tar.gz:macosx
-checksums md5 f81408554bf93ea4ad4feb008a76202c \
- sha1 02d0887acc820b7a413892af8cf4c21bcd55253b \
- rmd160 1a20a8a7ae8b1146c65f030189fe4e1108cb58c0
+checksums md5 38f3a20be7ba685496d479316d6004b0 \
+ sha1 b8e3e79c7134a0e97a1948608e3b58201d3af3de \
+ rmd160 c7dda2cbb805ad1102421b0925d677cbd9069b5e
worksrcdir ${name}/build/mac
patchfiles patch-Makefile.diff
Modified: trunk/dports/devel/astyle/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/astyle/files/patch-Makefile.diff 2011-12-07 12:06:11 UTC (rev 87828)
+++ trunk/dports/devel/astyle/files/patch-Makefile.diff 2011-12-07 15:20:29 UTC (rev 87829)
@@ -1,7 +1,7 @@
diff -uNr astyle.orig/build/mac/Makefile astyle/build/mac/Makefile
---- Makefile 2011-01-04 14:47:01.000000000 -0500
-+++ Makefile 2011-01-04 14:48:34.000000000 -0500
-@@ -17,12 +17,12 @@
+--- Makefile 2011-12-07 10:15:54.000000000 -0500
++++ Makefile 2011-12-07 10:15:21.000000000 -0500
+@@ -18,12 +18,12 @@
# NOTE for java compiles the environment variable $JAVA_HOME must be set
# example: export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.00
ifndef JAVA_HOME
@@ -16,7 +16,7 @@
endif
SYSCONF_PATH=$(prefix)/share/doc/astyle
# the path was changed in release 2.01
-@@ -36,9 +36,9 @@
+@@ -37,9 +37,9 @@
objdir = obj
ipath=$(prefix)/bin
CBASEFLAGS = -W -Wall -fno-rtti -fno-exceptions
@@ -25,10 +25,10 @@
CXX = g++
-INSTALL=install -o $(USER) -g $(USER)
+INSTALL=install -o $(USER)
+ # INSTALL=install -o 0 -g 0
# for testing on linux
- ifdef linux
-@@ -184,19 +184,23 @@
+@@ -186,19 +186,23 @@
cleanobj:
rm -f $(objdir)/*.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111207/d474bb5b/attachment.html>
More information about the macports-changes
mailing list