aboutsummaryrefslogtreecommitdiff
path: root/astro/wcslib
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-09-21 18:19:51 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2021-09-21 18:21:13 +0000
commit3ee07bfd8d740c974302a363db0b634d58da774b (patch)
tree6a529e054a1c32bc9839dfa45d3698f796331bea /astro/wcslib
parent8056f8874752f8cd2505ec94fa316d00306a10fe (diff)
downloadports-3ee07bfd8d740c974302a363db0b634d58da774b.tar.gz
ports-3ee07bfd8d740c974302a363db0b634d58da774b.zip
Diffstat (limited to 'astro/wcslib')
-rw-r--r--astro/wcslib/Makefile5
-rw-r--r--astro/wcslib/distinfo6
-rw-r--r--astro/wcslib/files/patch-GNUmakefile25
-rw-r--r--astro/wcslib/pkg-plist6
4 files changed, 23 insertions, 19 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index 85c305bc60c7..d0aa19896b7a 100644
--- a/astro/wcslib/Makefile
+++ b/astro/wcslib/Makefile
@@ -1,12 +1,11 @@
# Created by: Tony Maher <tonymaher@optusnet.com.au>
PORTNAME= wcslib
-PORTVERSION= 7.3.1
-PORTREVISION= 1
+PORTVERSION= 7.7
CATEGORIES= astro
MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/
-MAINTAINER= danilo@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing/generating FITS headers
LICENSE= GPLv3
diff --git a/astro/wcslib/distinfo b/astro/wcslib/distinfo
index 1455774e5dda..c1ed8943ae89 100644
--- a/astro/wcslib/distinfo
+++ b/astro/wcslib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603992247
-SHA256 (wcslib-7.3.1.tar.bz2) = ccfc220d353b489c72a8cfce8fe5c4479e2ad0dc0824a4480262274ae5b80b5c
-SIZE (wcslib-7.3.1.tar.bz2) = 2434274
+TIMESTAMP = 1632217196
+SHA256 (wcslib-7.7.tar.bz2) = a708e6b4e90e2cd6427434715b591bb9c3d4005c99725ec494b8e0bed2de5355
+SIZE (wcslib-7.7.tar.bz2) = 2515760
diff --git a/astro/wcslib/files/patch-GNUmakefile b/astro/wcslib/files/patch-GNUmakefile
index 5f9edbf17df0..cdbfea8d462d 100644
--- a/astro/wcslib/files/patch-GNUmakefile
+++ b/astro/wcslib/files/patch-GNUmakefile
@@ -1,8 +1,16 @@
---- GNUmakefile.orig 2017-10-17 22:17:55 UTC
+--- GNUmakefile.orig 2021-09-21 09:42:55 UTC
+++ GNUmakefile
-@@ -81,26 +81,14 @@ install :
+@@ -83,27 +83,15 @@ install :
+ @ for DIR in $(INSTDIR) ; do \
$(MAKE) -k -C $$DIR $@ ; \
done
+- if [ ! -d "$(LIBDIR)/pkgconfig" ] ; then \
+- $(INSTALL) -d -m 775 $(LIBDIR)/pkgconfig ; \
++ if [ ! -d "%%PKGDIR%%/pkgconfig" ] ; then \
++ $(INSTALL) -d -m 775 %%PKGDIR%%/pkgconfig ; \
+ fi
+- $(INSTALL) -m 444 wcslib.pc $(LIBDIR)/pkgconfig/wcslib.pc
++ $(INSTALL) -m 444 wcslib.pc %%PKGDIR%%/pkgconfig/wcslib.pc
$(INSTALL) -m 444 wcsconfig.h wcsconfig_f77.h $(INCDIR)
- - if [ ! -d "$(DOCDIR)" ] ; then \
- $(INSTALL) -d -m 775 $(DOCDIR) ; \
@@ -14,19 +22,12 @@
fi
- - if [ ! -d "$(PDFDIR)" ] ; then \
- $(INSTALL) -d -m 775 $(PDFDIR) ; \
-+ if [ ! -d "%%PKGDIR%%/pkgconfig" ] ; then \
-+ $(INSTALL) -d -m 775 "%%PKGDIR%%/pkgconfig" ; \
- fi
+- fi
- $(INSTALL) -m 444 wcslib.pdf $(PDFDIR)
- - if [ ! -d "$(HTMLDIR)/html" ] ; then \
- $(INSTALL) -d -m 775 $(HTMLDIR)/html ; \
- fi
- $(INSTALL) -m 444 html/* $(HTMLDIR)/html
-- if [ ! -d "$(LIBDIR)/pkgconfig" ] ; then \
-- $(INSTALL) -d -m 775 $(LIBDIR)/pkgconfig ; \
-- fi
-- $(INSTALL) -m 444 wcslib.pc $(LIBDIR)/pkgconfig/wcslib.pc
-+ $(INSTALL) -m 444 wcslib.pc %%PKGDIR%%/pkgconfig/wcslib.pc
- clean cleaner :
- for DIR in $(SUBDIRS) doxygen ; do \
+ uninstall :
+ @ for DIR in $(INSTDIR) ; do \
diff --git a/astro/wcslib/pkg-plist b/astro/wcslib/pkg-plist
index 8c4ffc7f53b8..53f3a155025a 100644
--- a/astro/wcslib/pkg-plist
+++ b/astro/wcslib/pkg-plist
@@ -1,5 +1,7 @@
%%CFITSIO%%bin/HPXcvt
bin/fitshdr
+bin/sundazel
+bin/tofits
%%CFITSIO%%%%PGPLOT%%bin/wcsgrid
%%CFITSIO%%bin/wcsware
include/wcslib
@@ -55,10 +57,12 @@ lib/libwcs-%%VERSION%%.a
lib/libwcs.a
lib/libwcs.so
lib/libwcs.so.7
-lib/libwcs.so.7.3.1
+lib/libwcs.so.7.7
libdata/pkgconfig/wcslib.pc
%%CFITSIO%%man/man1/HPXcvt.1.gz
man/man1/fitshdr.1.gz
+man/man1/sundazel.1.gz
+man/man1/tofits.1.gz
%%CFITSIO%%%%PGPLOT%%man/man1/wcsgrid.1.gz
%%CFITSIO%%man/man1/wcsware.1.gz
%%PORTDOCS%%%%DOCSDIR%%/CHANGES