summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-12-12 20:56:48 +0000
committerthierry <thierry@FreeBSD.org>2005-12-12 20:56:48 +0000
commitd61474d830fe74738148e0c50fce5460243bf26b (patch)
tree76c411d0818f7e73436d9e3f3161d7be3916c081 /math
parent5a773656583ac5c3f0c5aa08cea8dcc00f2c8a98 (diff)
downloadFreeBSD-ports-d61474d830fe74738148e0c50fce5460243bf26b.zip
FreeBSD-ports-d61474d830fe74738148e0c50fce5460243bf26b.tar.gz
Upgrade to 5.1.19.
Since I'm there, add some mirrors. Reminded by: edwin's Ports Version Check.
Diffstat (limited to 'math')
-rw-r--r--math/grace/Makefile8
-rw-r--r--math/grace/distinfo5
-rw-r--r--math/grace/files/patch-aa29
3 files changed, 20 insertions, 22 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 1432381..c216f88 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -6,11 +6,14 @@
#
PORTNAME= grace
-PORTVERSION= 5.1.18
-PORTREVISION= 1
+PORTVERSION= 5.1.19
CATEGORIES= math print
#
MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \
+ ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \
+ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \
+ ftp://ftp.chg.ru/pub/math/grace/src/stable/ \
+ ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ \
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/stable/
MAINTAINER= ports@FreeBSD.org
@@ -37,6 +40,7 @@ CONFIGURE_ARGS= \
--with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \
--with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \
--enable-grace-home=${X11BASE}/lib/X11/grace
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= # empty
INSTALL_TARGET= install links
diff --git a/math/grace/distinfo b/math/grace/distinfo
index be9f9d1..bc73549 100644
--- a/math/grace/distinfo
+++ b/math/grace/distinfo
@@ -1,2 +1,3 @@
-MD5 (grace-5.1.18.tar.gz) = 9f27cc76563d6fa1746333044a7c2a94
-SIZE (grace-5.1.18.tar.gz) = 2398365
+MD5 (grace-5.1.19.tar.gz) = 0745c262ba4d0d1d82fee5972065aefc
+SHA256 (grace-5.1.19.tar.gz) = 380d041e75a853258ae11abd2d691958e277397b42bc4221a465aa510e135c72
+SIZE (grace-5.1.19.tar.gz) = 2453049
diff --git a/math/grace/files/patch-aa b/math/grace/files/patch-aa
index 0431e4a..891a0a3 100644
--- a/math/grace/files/patch-aa
+++ b/math/grace/files/patch-aa
@@ -1,18 +1,11 @@
-*** configure.orig Mon May 22 19:54:43 2000
---- configure Mon May 22 19:54:47 2000
-***************
-*** 2590,2596 ****
- # It thinks the first close brace ends the variable substitution.
- test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
---- 2590,2596 ----
- # It thinks the first close brace ends the variable substitution.
- test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
-
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+--- configure.orig Sat Nov 26 23:13:06 2005
++++ configure Mon Dec 12 21:25:36 2005
+@@ -8184,7 +8184,7 @@
+ # It thinks the first close brace ends the variable substitution.
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
OpenPOWER on IntegriCloud