Hi ports --

Attached is an update to astro/wcslib. It seems this is a simple maintenance update, as the changelog is mostly filled with entries about fixing bugs and silencing warnings on newer versions of gcc.

Running `make update-patches' will say:
*** Patch for configure.ac contains CVS keyword

But that seems unavoidable; the line it's complaining about is here:
@@ -12,8 +12,13 @@ AC_REVISION([$Revision: 5.19.1.2 $])
which is just a part of the patch itself.

I don't see any shared library changes, so no bump.

The only thing that uses this is kstars and it continues to work OK with this update.

Not taking MAINTAINER, just doing a mini portroach rampage tonight.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/astro/wcslib/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile	23 Jun 2018 16:24:07 -0000	1.12
+++ Makefile	9 Sep 2018 03:28:56 -0000
@@ -3,8 +3,8 @@
 BROKEN-hppa=	ICE on prj.c:4381
 COMMENT =	implementation of the FITS WCS standard
 CATEGORIES =	astro devel
-DISTNAME =	wcslib-5.18
-HOMEPAGE =	http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/
+DISTNAME =	wcslib-5.19.1
+HOMEPAGE =	https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/
 
 SHARED_LIBS =	wcs		1.1
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/astro/wcslib/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	23 Jun 2018 16:24:07 -0000	1.3
+++ distinfo	9 Sep 2018 03:28:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (wcslib-5.18.tar.bz2) = tpP78U8lU1B7wMcrylMfI8WYhb6PfTw8uImlNJEpUJo=
-SIZE (wcslib-5.18.tar.bz2) = 2294455
+SHA256 (wcslib-5.19.1.tar.bz2) = Wbnw5aLAQHc8yEbGhNhMCbmGwTk+l7N4pBuS2dPfD5g=
+SIZE (wcslib-5.19.1.tar.bz2) = 2290052
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/astro/wcslib/patches/patch-configure_ac,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure_ac
--- patches/patch-configure_ac	23 Jun 2018 16:24:07 -0000	1.3
+++ patches/patch-configure_ac	9 Sep 2018 03:28:56 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-configure_ac,v 1.3 2018/
 Index: configure.ac
 --- configure.ac.orig
 +++ configure.ac
-@@ -12,8 +12,13 @@ AC_REVISION([$Revision: 1.3 $])
+@@ -12,8 +12,13 @@ AC_REVISION([$Revision: 5.19.1.2 $])
  AC_SUBST([PACKAGE_VERSION])
  AC_DEFINE_UNQUOTED([WCSLIB_VERSION], [$PACKAGE_VERSION], [Define wcslib version])
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/astro/wcslib/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST	12 May 2018 14:28:25 -0000	1.4
+++ pkg/PLIST	9 Sep 2018 03:28:56 -0000
@@ -44,7 +44,7 @@ include/${DISTNAME}/wcstrig.h
 include/${DISTNAME}/wcsunits.h
 include/${DISTNAME}/wcsunits.inc
 include/${DISTNAME}/wcsutil.h
-@comment lib/libwcs-1.0.a
+@comment lib/libwcs-1.1.a
 lib/libwcs.a
 @lib lib/libwcs.so.${LIBwcs_VERSION}
 lib/pkgconfig/wcslib.pc

Reply via email to