diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-08 17:15:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-08 17:15:05 +0000 |
commit | 3a3dbce61c2e6b1b532023d1b5a64550d8c91637 (patch) | |
tree | a12c220bcd086abfe85bdd4173af2d92bca4be02 /math/GiNaC/Makefile | |
parent | 1208e09e51ef3ac7a3f7528ed6537f5332230dc2 (diff) | |
download | FreeBSD-ports-3a3dbce61c2e6b1b532023d1b5a64550d8c91637.zip FreeBSD-ports-3a3dbce61c2e6b1b532023d1b5a64550d8c91637.tar.gz |
upgrade to 0.9.0
drop maintainership
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 8b67c05..ea27ed2 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,12 +7,12 @@ # PORTNAME= GiNaC -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.0 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes LIB_DEPENDS= cln.1:${PORTSDIR}/math/cln |