[86405] trunk/dports/math/calc

ryandesign at macports.org ryandesign at macports.org
Tue Oct 25 03:36:11 PDT 2011


Revision: 86405
          http://trac.macports.org/changeset/86405
Author:   ryandesign at macports.org
Date:     2011-10-25 03:36:08 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
calc: update to 2.12.4.3; rewrite master_sites to avoid redirects

Modified Paths:
--------------
    trunk/dports/math/calc/Portfile
    trunk/dports/math/calc/files/patch-Makefile.diff

Modified: trunk/dports/math/calc/Portfile
===================================================================
--- trunk/dports/math/calc/Portfile	2011-10-25 08:46:11 UTC (rev 86404)
+++ trunk/dports/math/calc/Portfile	2011-10-25 10:36:08 UTC (rev 86405)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                calc
-version             2.12.4.0
+version             2.12.4.3
 categories          math
 license             LGPL-2.1
 maintainers         nomaintainer
@@ -21,12 +21,11 @@
 platforms           darwin
 
 homepage            http://www.isthe.com/chongo/tech/comp/calc/
-master_sites        sourceforge
+master_sites        sourceforge:project/calc/calc/${version}
 use_bzip2           yes
 
-checksums           md5     2ef56695837c6e501ca80b64e0be0db6 \
-                    sha1    d9984dbffb606416e6cc1d85465d5d78fac7fed2 \
-                    rmd160  c27c033d82db56e9068d508533d10388e3d7b4fc
+checksums           rmd160  a0bd19a6e2c0432c65262a826e933a0ae9d664f3 \
+                    sha256  a4e7d8a9313e7d28653e2c372fca9b0defdc02f965b833bb43479bbdfee51a92
 
 depends_lib         port:readline port:ncurses
 

Modified: trunk/dports/math/calc/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/calc/files/patch-Makefile.diff	2011-10-25 08:46:11 UTC (rev 86404)
+++ trunk/dports/math/calc/files/patch-Makefile.diff	2011-10-25 10:36:08 UTC (rev 86405)
@@ -1,5 +1,5 @@
---- Makefile.orig	2009-09-07 02:48:19.000000000 +0200
-+++ Makefile	2009-09-07 02:49:11.000000000 +0200
+--- Makefile.orig	2010-09-02 04:48:42.000000000 -0500
++++ Makefile	2011-10-25 05:31:48.000000000 -0500
 @@ -585,7 +585,7 @@
  
  #INCDIR= /usr/local/include
@@ -9,7 +9,7 @@
  
  # Where to install calc realted things
  #
-@@ -612,15 +612,15 @@
+@@ -624,15 +624,15 @@
  #
  #BINDIR= /usr/local/bin
  #BINDIR= /dev/env/DJDIR/bin
@@ -28,7 +28,7 @@
  
  # NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!!
  #	Always be sure that the CALC_INCDIR path ends in /calc to avoid
-@@ -687,7 +687,7 @@
+@@ -699,7 +699,7 @@
  #
  # If in doubt, use T=
  #
@@ -37,7 +37,7 @@
  
  # where man pages are installed
  #
-@@ -698,7 +698,7 @@
+@@ -710,7 +710,7 @@
  #MANDIR=
  #MANDIR= /usr/local/man/man1
  #MANDIR= /usr/man/man1
@@ -46,7 +46,7 @@
  #MANDIR= /dev/env/DJDIR/man/man1
  #MANDIR= /usr/man/u_man/man1
  #MANDIR= /usr/contrib/man/man1
-@@ -825,11 +825,11 @@
+@@ -837,11 +837,11 @@
  #
  # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing.
  #
@@ -62,7 +62,7 @@
  #
  #READLINE_LIB= -lreadline
  #READLINE_EXTRAS= -lhistory -lncurses
-@@ -840,6 +840,9 @@
+@@ -852,6 +852,9 @@
  #READLINE_LIB= -L/usr/local/lib -lreadline
  #READLINE_EXTRAS= -lhistory -lncurses
  #
@@ -72,7 +72,7 @@
  # For Apple OS X: install fink from http://fink.sourceforge.net
  #		  and then do a 'fink install readline' and then use:
  #
-@@ -1167,9 +1170,9 @@
+@@ -1180,9 +1183,9 @@
  CC_SHARE= -fPIC
  DEFAULT_LIB_INSTALL_PATH= ${PWD}:${LIBDIR}:/usr/local/lib
  LD_SHARE= ${DARWIN_ARCH}
@@ -84,7 +84,7 @@
  else
  LIBCUSTCALC_SHLIB=
  endif
-@@ -1184,7 +1187,7 @@
+@@ -1197,7 +1200,7 @@
  CCOPT= ${DEBUG}
  CCMISC= ${DARWIN_ARCH}
  #
@@ -93,7 +93,7 @@
  CC= ${PURIFY} ${LCC} ${CCWERR}
  #
  # Darmin dynamic shared lib filenames
-@@ -1199,7 +1202,7 @@
+@@ -1212,7 +1215,7 @@
  # DARWIN_ARCH= -arch i386		# Intel binary
  # DARWIN_ARCH= -arch ppc		# PPC binary
  DARWIN_ARCH=				# native binary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/c7a864c4/attachment.html>


More information about the macports-changes mailing list