aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-22 21:10:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-22 21:10:33 +0000
commita3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc (patch)
tree29f5d2bb3439e68165d6e0318541bee81da467a8
parentde029b7c1bd5127851b395658459792e22a5ae59 (diff)
downloadports-a3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc.tar.gz
ports-a3b28031efd2ee7ebd1ebfdc5663e8e1d030eddc.zip
- Chase cln update
Pointy hat to: araujo
Notes
Notes: svn path=/head/; revision=211797
-rw-r--r--astro/orsa/Makefile4
-rw-r--r--math/GiNaC/Makefile3
-rw-r--r--math/libqalculate/Makefile3
3 files changed, 6 insertions, 4 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile
index a11dfb64c732..a21972cdb222 100644
--- a/astro/orsa/Makefile
+++ b/astro/orsa/Makefile
@@ -8,7 +8,7 @@
PORTNAME= orsa
PORTVERSION= 0.7.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Orbit Reconstruction, Simulation and Analysis
LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \
- cln.4:${PORTSDIR}/math/cln \
+ cln.5:${PORTSDIR}/math/cln \
fftw.2:${PORTSDIR}/math/fftw \
ginac-1.3.8:${PORTSDIR}/math/GiNaC
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 46ddfe9dbd1f..a23be330eeec 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -8,6 +8,7 @@
PORTNAME= GiNaC
PORTVERSION= 1.3.8
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
http://www.ginac.de/
@@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ library for symbolic mathematical calculations
-LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
+LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln
USE_BZIP2= yes
USE_GCC= 3.4+
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile
index 9525205bc95b..234aaf536fdf 100644
--- a/math/libqalculate/Makefile
+++ b/math/libqalculate/Makefile
@@ -7,13 +7,14 @@
PORTNAME= libqalculate
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/qalculate
MAINTAINER= ports@FreeBSD.org
COMMENT= A a multi-purpose desktop calculator (backend library)
-LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln
+LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln
USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2
USE_GETTEXT= yes