diff options
author | jhb <jhb@FreeBSD.org> | 2005-10-14 02:48:00 +0800 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-10-14 02:48:00 +0800 |
commit | b1368c16f1f5181c41362edde3d7f4025f03ce3c (patch) | |
tree | 1363fbefbd9dfaad061fbadfaa1b5a5859776352 /math/libmath++ | |
parent | d89801477c5490df92cbc5be44507507486de18f (diff) | |
download | freebsd-ports-gnome-b1368c16f1f5181c41362edde3d7f4025f03ce3c.tar.gz freebsd-ports-gnome-b1368c16f1f5181c41362edde3d7f4025f03ce3c.tar.zst freebsd-ports-gnome-b1368c16f1f5181c41362edde3d7f4025f03ce3c.zip |
Update MASTER_SITE to point to a mirror and remove WWW from package
description as it is no longer valid.
Reported by: fenner's fetch survey
Diffstat (limited to 'math/libmath++')
-rw-r--r-- | math/libmath++/Makefile | 2 | ||||
-rw-r--r-- | math/libmath++/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile index b7a986f03b01..5342bade1b33 100644 --- a/math/libmath++/Makefile +++ b/math/libmath++/Makefile @@ -8,7 +8,7 @@ PORTNAME= libmath++ PORTVERSION= 0.0.3 CATEGORIES= math devel -MASTER_SITES= http://www.surakware.net/pub/unstable/releases/libmath++/ +MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/ MAINTAINER= jhb@FreeBSD.org COMMENT= C++ Library for Symbolic and Numeric Calculus Applications diff --git a/math/libmath++/pkg-descr b/math/libmath++/pkg-descr index 0d288b5c306b..84cee217ca7d 100644 --- a/math/libmath++/pkg-descr +++ b/math/libmath++/pkg-descr @@ -1,4 +1,2 @@ libmath++ is a template based math library, written in C++, for symbolic and numeric calculus applications. - -WWW: http://www.surakware.net/projects/libmath++/index.xml |