diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-16 09:19:52 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-16 09:19:52 +0800 |
commit | cd8521d3070190b967b4ba6cf68759c5f528bb46 (patch) | |
tree | c0cf5d05eaae6ae76cab3600017f2eea548d1934 /astro | |
parent | 46514d74800e5abe03e8b0d87b15bc67f4f43cf4 (diff) | |
download | freebsd-ports-gnome-cd8521d3070190b967b4ba6cf68759c5f528bb46.tar.gz freebsd-ports-gnome-cd8521d3070190b967b4ba6cf68759c5f528bb46.tar.zst freebsd-ports-gnome-cd8521d3070190b967b4ba6cf68759c5f528bb46.zip |
- Bump PORTREVISION in favor of math/cln update.
PR: ports/137555
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index d2901dd628ef..f98455189b57 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= astro MASTER_SITES= SF @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ - cln.5:${PORTSDIR}/math/cln \ + cln.6:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.4.0:${PORTSDIR}/math/GiNaC |