[38319] trunk/dports/editors/TeXmacs

gwright at macports.org gwright at macports.org
Tue Jul 15 11:18:48 PDT 2008


Revision: 38319
          http://trac.macosforge.org/projects/macports/changeset/38319
Author:   gwright at macports.org
Date:     2008-07-15 11:18:47 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
Version bump to 1.0.6.14.

Modified Paths:
--------------
    trunk/dports/editors/TeXmacs/Portfile

Added Paths:
-----------
    trunk/dports/editors/TeXmacs/files/patch-Makefile.9.diff
    trunk/dports/editors/TeXmacs/files/patch-configure.diff

Removed Paths:
-------------
    trunk/dports/editors/TeXmacs/files/patch-Makefile.9
    trunk/dports/editors/TeXmacs/files/patch-configure

Modified: trunk/dports/editors/TeXmacs/Portfile
===================================================================
--- trunk/dports/editors/TeXmacs/Portfile	2008-07-15 14:21:27 UTC (rev 38318)
+++ trunk/dports/editors/TeXmacs/Portfile	2008-07-15 18:18:47 UTC (rev 38319)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		TeXmacs
-version		1.0.6.12
-revision	2
+version		1.0.6.14
 distname	${distname}-src
 categories	editors
 maintainers	gwright at macports.org
@@ -25,7 +25,7 @@
 		suitable as an interface for computer algebra systems.	\
 		TeXmacs also supports the Guile/Scheme extension	\
 		language, so that you may customize the interface and	\
-		write your own extensions to the editor. 
+		write your own extensions to the editor.
 
 #user_notes	If texmacs can't find guile's modules, you will have to \
 #		set GUILE_LOAD_PATH explicitly (usually			\
@@ -45,11 +45,17 @@
 distfiles	${name}-${version}-src${extract.suffix}:source \
 		${name}-extra-fonts-1.0-noarch${extract.suffix}:fonts
 
-checksums	${name}-${version}-src.tar.gz         md5 5cdd9ea143657e8801d50b9dcc97c510 \
-		${name}-extra-fonts-1.0-noarch.tar.gz md5 4666d29252da18bbc3fa7e162bb00b17
+checksums       ${name}-${version}-src.tar.gz \
+		md5     cf6e5e5f3858ca91ed44fe6475e37f4b \
+		sha1    bab1a969be883608f5ffbaef9994d6b86c43226e \
+		rmd160  1558176e93527367907cc461fe6075d4c508e23a \
+		${name}-extra-fonts-1.0-noarch.tar.gz \
+		md5     4666d29252da18bbc3fa7e162bb00b17 \
+		sha1    c7a1af56b1af4c18c0792cec69330bd6daea002b \
+		rmd160  ae539c873f16463a3c19fcaf69fd338a1eadd7ce
 
-patchfiles	patch-configure		\
-		patch-Makefile.9
+patchfiles	patch-configure.diff	\
+		patch-Makefile.9.diff
 
 depends_lib	port:guile		\
 		port:libiconv		\

Deleted: trunk/dports/editors/TeXmacs/files/patch-Makefile.9
===================================================================
--- trunk/dports/editors/TeXmacs/files/patch-Makefile.9	2008-07-15 14:21:27 UTC (rev 38318)
+++ trunk/dports/editors/TeXmacs/files/patch-Makefile.9	2008-07-15 18:18:47 UTC (rev 38319)
@@ -1,11 +0,0 @@
---- plugins/maple/Makefile.9.sav	2007-08-18 21:26:23.000000000 -0400
-+++ plugins/maple/Makefile.9	2007-08-18 21:29:41.000000000 -0400
-@@ -12,7 +12,7 @@
- #TEXMACS_MAPLE_DIR = $(shell realpath `which maple` | sed -e 's%/bin/maple$$%%')
- 
- MAPLECPPFLAGS = -I$(TEXMACS_MAPLE_DIR)/extern/include
--MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,-rpath,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
-+MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
- 
- all: $(TEXMACS_HOME_PATH)/bin/tm_maple_9.sh $(TEXMACS_HOME_PATH)/bin/tm_maple_9
- 

Copied: trunk/dports/editors/TeXmacs/files/patch-Makefile.9.diff (from rev 36741, trunk/dports/editors/TeXmacs/files/patch-Makefile.9)
===================================================================
--- trunk/dports/editors/TeXmacs/files/patch-Makefile.9.diff	                        (rev 0)
+++ trunk/dports/editors/TeXmacs/files/patch-Makefile.9.diff	2008-07-15 18:18:47 UTC (rev 38319)
@@ -0,0 +1,11 @@
+--- plugins/maple/Makefile.9.sav	2007-08-18 21:26:23.000000000 -0400
++++ plugins/maple/Makefile.9	2007-08-18 21:29:41.000000000 -0400
+@@ -12,7 +12,7 @@
+ #TEXMACS_MAPLE_DIR = $(shell realpath `which maple` | sed -e 's%/bin/maple$$%%')
+ 
+ MAPLECPPFLAGS = -I$(TEXMACS_MAPLE_DIR)/extern/include
+-MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,-rpath,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
++MAPLELDFLAGS = -L$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -Wl,$(TEXMACS_MAPLE_DIR)/bin.IBM_INTEL_LINUX -lmaplec
+ 
+ all: $(TEXMACS_HOME_PATH)/bin/tm_maple_9.sh $(TEXMACS_HOME_PATH)/bin/tm_maple_9
+ 

Deleted: trunk/dports/editors/TeXmacs/files/patch-configure
===================================================================
--- trunk/dports/editors/TeXmacs/files/patch-configure	2008-07-15 14:21:27 UTC (rev 38318)
+++ trunk/dports/editors/TeXmacs/files/patch-configure	2008-07-15 18:18:47 UTC (rev 38319)
@@ -1,13 +0,0 @@
---- configure.sav	2006-11-26 18:47:29.000000000 -0500
-+++ configure	2006-11-26 18:48:01.000000000 -0500
-@@ -6150,8 +6150,8 @@
- #    CXX="export CYGWIN=check_case:strict; $CXX"
- #    AC_SUBST(CXX)
-   ;;
--  powerpc-*-darwin*)
--    echo "$ac_t""final adjustments for a PowerPC/Darwin host" 1>&6
-+  *-*-darwin*)
-+    echo "$ac_t""final adjustments for a Darwin host" 1>&6
-     CONFIG_OS="DARWIN"
-     CONFIG_CXXFLAGS="-I${prefix}/include"
-     CONFIG_BSHARED=""

Copied: trunk/dports/editors/TeXmacs/files/patch-configure.diff (from rev 36741, trunk/dports/editors/TeXmacs/files/patch-configure)
===================================================================
--- trunk/dports/editors/TeXmacs/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/editors/TeXmacs/files/patch-configure.diff	2008-07-15 18:18:47 UTC (rev 38319)
@@ -0,0 +1,13 @@
+--- configure.sav	2006-11-26 18:47:29.000000000 -0500
++++ configure	2006-11-26 18:48:01.000000000 -0500
+@@ -6150,8 +6150,8 @@
+ #    CXX="export CYGWIN=check_case:strict; $CXX"
+ #    AC_SUBST(CXX)
+   ;;
+-  powerpc-*-darwin*)
+-    echo "$ac_t""final adjustments for a PowerPC/Darwin host" 1>&6
++  *-*-darwin*)
++    echo "$ac_t""final adjustments for a Darwin host" 1>&6
+     CONFIG_OS="DARWIN"
+     CONFIG_CXXFLAGS="-I${prefix}/include"
+     CONFIG_BSHARED=""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080715/2185d58f/attachment.html 


More information about the macports-changes mailing list