[40146] trunk/dports/devel/modglue

gwright at macports.org gwright at macports.org
Mon Sep 22 07:55:09 PDT 2008


Revision: 40146
          http://trac.macports.org/changeset/40146
Author:   gwright at macports.org
Date:     2008-09-22 07:55:09 -0700 (Mon, 22 Sep 2008)
Log Message:
-----------
Version bump to 1.10.

Modified Paths:
--------------
    trunk/dports/devel/modglue/Portfile

Added Paths:
-----------
    trunk/dports/devel/modglue/files/
    trunk/dports/devel/modglue/files/patch-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/devel/modglue/files/

Modified: trunk/dports/devel/modglue/Portfile
===================================================================
--- trunk/dports/devel/modglue/Portfile	2008-09-22 14:34:26 UTC (rev 40145)
+++ trunk/dports/devel/modglue/Portfile	2008-09-22 14:55:09 UTC (rev 40146)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		modglue
-version		1.8
-revision	1
+version		1.10
 categories	devel
 platforms	darwin
 maintainers	gwright at macports.org
@@ -16,9 +16,11 @@
 homepage	http://www.aei.mpg.de/~peekas/cadabra/
 master_sites	${homepage}
 
-checksums	sha1 1c95073df0a6d76ccd3f367dafe9e07203712921
+checksums	md5     9a5fb5b825740f2f340ef1a3305412cf		\
+		sha1    0b207c505337497cc9a10e01405c64fa57d6d29a	\
+		rmd160  06b0884599585493f849941b5f2ab652788a6c1c
 
 depends_lib	port:libsigcxx2
 
-patchfiles	patch-src-Makefile.in
+patchfiles	patch-Makefile.in.diff
 

Added: trunk/dports/devel/modglue/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/devel/modglue/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/modglue/files/patch-Makefile.in.diff	2008-09-22 14:55:09 UTC (rev 40146)
@@ -0,0 +1,25 @@
+--- src/Makefile.in.sav	2008-09-22 10:47:26.000000000 -0400
++++ src/Makefile.in	2008-09-22 10:48:04.000000000 -0400
+@@ -100,17 +100,17 @@
+ 	@INSTALL@ -m 755 -d ${DESTDIR}@prefix@
+ 	@INSTALL@ -m 755 -d ${DESTDIR}@prefix@/lib
+ 	@INSTALL@ -m 755 -d ${DESTDIR}@prefix@/bin
+-	@INSTALL@ -m 755 -d ${DEVDESTDIR}@prefix@/include/modglue
++	@INSTALL@ -m 755 -d ${DESTDIR}@prefix@/include/modglue
+ 	${IPHASE} libmodglue.la ${DESTDIR}@prefix@/lib
+ 	${IPHASE} libmid.la ${DESTDIR}@prefix@/lib
+ 	${FPHASE}
+ 	${IPHASE} ptywrap ${DESTDIR}@prefix@/bin
+ 	${IPHASE} prompt ${DESTDIR}@prefix@/bin
+ 	${IPHASE} isatty ${DESTDIR}@prefix@/bin
+-	@INSTALL@ -m 0644 ../include/modglue/ext_process.hh ${DEVDESTDIR}@prefix@/include/modglue
+-	@INSTALL@ -m 0644 ../include/modglue/process.hh ${DEVDESTDIR}@prefix@/include/modglue
+-	@INSTALL@ -m 0644 ../include/modglue/pipe.hh ${DEVDESTDIR}@prefix@/include/modglue
+-	@INSTALL@ -m 0644 ../include/modglue/main.hh ${DEVDESTDIR}@prefix@/include/modglue
++	@INSTALL@ -m 0644 ../include/modglue/ext_process.hh ${DESTDIR}@prefix@/include/modglue
++	@INSTALL@ -m 0644 ../include/modglue/process.hh ${DESTDIR}@prefix@/include/modglue
++	@INSTALL@ -m 0644 ../include/modglue/pipe.hh ${DESTDIR}@prefix@/include/modglue
++	@INSTALL@ -m 0644 ../include/modglue/main.hh ${DESTDIR}@prefix@/include/modglue
+ 
+ clean:
+ 	rm -f *.o *.lo *~ libmodglue* libmid* 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080922/980d47b3/attachment.html 


More information about the macports-changes mailing list