[96419] trunk/dports/math/mathomatic

mww at macports.org mww at macports.org
Thu Aug 9 03:11:04 PDT 2012


Revision: 96419
          https://trac.macports.org/changeset/96419
Author:   mww at macports.org
Date:     2012-08-09 03:11:04 -0700 (Thu, 09 Aug 2012)
Log Message:
-----------
mathomatic: version 16.0.2

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

Added Paths:
-----------
    trunk/dports/math/mathomatic/files/
    trunk/dports/math/mathomatic/files/patch-makefile.diff

Modified: trunk/dports/math/mathomatic/Portfile
===================================================================
--- trunk/dports/math/mathomatic/Portfile	2012-08-09 10:08:38 UTC (rev 96418)
+++ trunk/dports/math/mathomatic/Portfile	2012-08-09 10:11:04 UTC (rev 96419)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                mathomatic
-version             16.0.1
+version             16.0.2
 categories          math
 platforms           darwin
 maintainers         mww
@@ -16,12 +16,14 @@
 
 homepage            http://www.mathomatic.org/math/
 master_sites        http://mathomatic.org/
-checksums           rmd160  8d5580f222a93f2a2320be6f2f576df03bcf5d69 \
-                    sha256  806f64c13f99d17f24681b3e1e5c469f31f7e95776110d7181228ee67e016737
+checksums           rmd160  d8d7d6b0e7d2c99f02498018cab6ee003f06e158 \
+                    sha256  b2400a6e86b6c2a0f1f824bb419ce5bead15f246eb5292fee79acfca46ec47d0
 use_bzip2           yes
 
-depends_lib         port:readline
+depends_lib         port:libedit
 
+patchfiles          patch-makefile.diff
+
 use_configure       no
 
 build.args          prefix=${prefix} CC=${configure.cc} CC_OPTIMIZE=${configure.cflags} CPPFLAGS=${configure.cppflags} LDFLAGS=${configure.ldflags} READLINE=1

Added: trunk/dports/math/mathomatic/files/patch-makefile.diff
===================================================================
--- trunk/dports/math/mathomatic/files/patch-makefile.diff	                        (rev 0)
+++ trunk/dports/math/mathomatic/files/patch-makefile.diff	2012-08-09 10:11:04 UTC (rev 96419)
@@ -0,0 +1,11 @@
+--- makefile	2012-08-06 01:16:50.000000000 +0200
++++ makefile	2012-08-09 12:09:34.000000000 +0200
+@@ -74,7 +74,7 @@
+ 
+ # Run "make READLINE=1" to include the optional readline editing and history support:
+ CFLAGS		+= $(READLINE:1=-DREADLINE)
+-LDLIBS		+= $(READLINE:1=-lreadline) # Add -lncurses if needed for readline, might be called "curses" on some systems.
++LDLIBS		+= $(READLINE:1=-ledit) # Add -lncurses if needed for readline, might be called "curses" on some systems.
+ 
+ # Uncomment the following line to force generation of x86-64-bit code:
+ #CFLAGS		+= -m64
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120809/b3d615ff/attachment-0001.html>


More information about the macports-changes mailing list