diff options
author | wen <wen@FreeBSD.org> | 2016-09-20 09:09:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-09-20 09:09:49 +0800 |
commit | 91ca2055aa5b0573daf4be247735c92f18d554fe (patch) | |
tree | 8b3599e0115abc8156a72b1e2d73f03fe1b74275 /astro/cfitsio/Makefile | |
parent | c8f13369638d11786872cd3b8a913af116a658d7 (diff) | |
download | freebsd-ports-graphics-91ca2055aa5b0573daf4be247735c92f18d554fe.tar.gz freebsd-ports-graphics-91ca2055aa5b0573daf4be247735c92f18d554fe.tar.zst freebsd-ports-graphics-91ca2055aa5b0573daf4be247735c92f18d554fe.zip |
- Update to 3.390
PR: 212405
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >=14 days)
Diffstat (limited to 'astro/cfitsio/Makefile')
-rw-r--r-- | astro/cfitsio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 9518d66dd77..0ed54e695a1 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.370 -PORTREVISION= 1 +PORTVERSION= 3.390 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ @@ -33,7 +32,7 @@ PLIST_SUB= SHLIB_MAJOR_VER=${SHLIB_MAJOR_VER} \ SHLIB_MINOR_VER=${SHLIB_MINOR_VER} PORTDOCS= * -SHLIB_MAJOR_VER=2 +SHLIB_MAJOR_VER=5 SHLIB_MINOR_VER=${PORTVERSION:S|0$||} do-install: |