summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-04 08:49:31 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-04 08:49:31 +0000
commit69dd27cc3cd44a30bdf8df1169fbd4684d4c967a (patch)
tree6d0825204490f8766f2283672d81cb55c62243fc /math
parentRemove non-working ftp site, per distfile survey. (diff)
- Change to my FreeBSD.org email
Approved by: clsung (mentor)
Notes
Notes: svn path=/head/; revision=189163
Diffstat (limited to 'math')
-rw-r--r--math/cvc3/Makefile2
-rw-r--r--math/cvcl/Makefile2
-rw-r--r--math/py-bitvector/Makefile2
-rw-r--r--math/py-igraph/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile
index 3428e2113e44..f3f356c33b6f 100644
--- a/math/cvc3/Makefile
+++ b/math/cvc3/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= math
MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
-MAINTAINER= lwhsu@lwhsu.org
+MAINTAINER= lwhsu@FreeBSD.org
COMMENT= An automatic theorem prover for the SMT problem
LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
diff --git a/math/cvcl/Makefile b/math/cvcl/Makefile
index ad66922f0b9d..e28940279581 100644
--- a/math/cvcl/Makefile
+++ b/math/cvcl/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 2.5.1
CATEGORIES= math
MASTER_SITES= http://www.cs.nyu.edu/acsys/cvcl/download/
-MAINTAINER= lwhsu@lwhsu.org
+MAINTAINER= lwhsu@FreeBSD.org
COMMENT= An automatic theorem prover for the SMT problem
LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4
diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile
index 9e682f666bb3..e4b2eccad81a 100644
--- a/math/py-bitvector/Makefile
+++ b/math/py-bitvector/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://cobweb.ecn.purdue.edu/~kak/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= BitVector-${PORTVERSION}
-MAINTAINER= lwhsu@lwhsu.org
+MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A pure-Python memory-efficient packed representation for bit arrays
USE_PYTHON= yes
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile
index 76c8263091bc..539ac471bf16 100644
--- a/math/py-igraph/Makefile
+++ b/math/py-igraph/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= math python
MASTER_SITES= http://cheeseshop.python.org/packages/source/i/igraph/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= lwhsu@lwhsu.org
+MAINTAINER= lwhsu@FreeBSD.org
COMMENT= High performance graph data structures and algorithms
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2