[21714] trunk/dports/math/muparser

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 3 10:17:02 PST 2007


Revision: 21714
          http://trac.macosforge.org/projects/macports/changeset/21714
Author:   mww at macports.org
Date:     2007-02-03 10:17:01 -0800 (Sat, 03 Feb 2007)

Log Message:
-----------
version 1.27, take maintainership

Modified Paths:
--------------
    trunk/dports/math/muparser/Portfile

Added Paths:
-----------
    trunk/dports/math/muparser/files/
    trunk/dports/math/muparser/files/patch-Makefile.in

Modified: trunk/dports/math/muparser/Portfile
===================================================================
--- trunk/dports/math/muparser/Portfile	2007-02-03 18:03:27 UTC (rev 21713)
+++ trunk/dports/math/muparser/Portfile	2007-02-03 18:17:01 UTC (rev 21714)
@@ -3,10 +3,10 @@
 PortSystem 1.0
 
 name			muparser
-version			1.25
+version			1.27
 categories		math devel
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		mww at macports.org
 description		extensible high performance math parser library in C++
 long_description	muParser is an extensible high performance math parser \
 			library written in C++. It is based on transforming an expression \
@@ -14,9 +14,9 @@
 
 homepage		http://muparser.sourceforge.net/
 master_sites	sourceforge
-distname		${name}
-dist_subdir		${name}/${version}
-checksums		sha1 67607d26cb85b03b61fbf889801db35c3008a2be
+distname		${name}_v127
+checksums		sha1 103f8940b94f01e19d7e744288e58f66656b6173
+patchfiles		patch-Makefile.in
 
 worksrcdir		muParser
 

Added: trunk/dports/math/muparser/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/muparser/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/math/muparser/files/patch-Makefile.in	2007-02-03 18:17:01 UTC (rev 21714)
@@ -0,0 +1,13 @@
+--- work/muparser/Makefile.in	2006-12-16 00:48:27.000000000 +0100
++++ Makefile.in	2007-02-03 19:13:23.000000000 +0100
+@@ -183,8 +183,8 @@
+ all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname)
+ 
+ install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname)
+-	$(INSTALL_DIR) $(libdir)/pkgconfig
+-	$(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig
++	$(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig
++	$(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig
+ 
+ uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname)
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070203/84270907/attachment.html


More information about the macports-changes mailing list