svn commit: r535393 - head/science/cgribex
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 16 10:51:51 UTC 2020
Author: sunpoet
Date: Sat May 16 10:51:49 2020
New Revision: 535393
URL: https://svnweb.freebsd.org/changeset/ports/535393
Log:
Update to 1.9.4
- Use CONFIGURE_WITH helper
1.9.4:
- added interface function gribDateTimeX()
1.9.3:
- encodeBDS: check range of reference value zref
1.9.2:
- grib_decode: print warning about inconsistent message length only if llarge=false
1.9.1:
- changed type of date to int64_t
- Added include <ppu_intrinsics.h> [patch from Alastair McKinstry]
- grib2PrintALL: print GRIB2 parameter triplet
Modified:
head/science/cgribex/Makefile
head/science/cgribex/distinfo
Modified: head/science/cgribex/Makefile
==============================================================================
--- head/science/cgribex/Makefile Sat May 16 10:51:44 2020 (r535392)
+++ head/science/cgribex/Makefile Sat May 16 10:51:49 2020 (r535393)
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= cgribex
-PORTVERSION= 1.9.0
-PORTREVISION= 2
+PORTVERSION= 1.9.4
CATEGORIES= science
-MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/15629/ \
+MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/21178/ \
LOCAL/sunpoet
MAINTAINER= sunpoet at FreeBSD.org
@@ -14,9 +13,6 @@ COMMENT= Lightweight GRIBEX in C with portable Fortran
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= GRIB_API JASPER SZIP
-OPTIONS_DEFAULT=JASPER SZIP
-
USES= libtool
CPPFLAGS+= -DgFortran
@@ -24,14 +20,14 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
-GRIB_API_CONFIGURE_OFF= --without-grib_api
-GRIB_API_CONFIGURE_ON= --with-grib_api=${LOCALBASE}
+OPTIONS_DEFINE= GRIB_API JASPER SZIP
+OPTIONS_DEFAULT=JASPER SZIP
+
+GRIB_API_CONFIGURE_WITH=grib_api=${LOCALBASE}
GRIB_API_LIB_DEPENDS= libgrib_api.so:science/grib_api
-JASPER_CONFIGURE_OFF= --without-jasper
-JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE}
+JASPER_CONFIGURE_WITH= jasper=${LOCALBASE}
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
-SZIP_CONFIGURE_OFF= --without-szlib
-SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE}
+SZIP_CONFIGURE_WITH= szlib=${LOCALBASE}
SZIP_LIB_DEPENDS= libsz.so:science/szip
post-configure:
Modified: head/science/cgribex/distinfo
==============================================================================
--- head/science/cgribex/distinfo Sat May 16 10:51:44 2020 (r535392)
+++ head/science/cgribex/distinfo Sat May 16 10:51:49 2020 (r535393)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549368072
-SHA256 (cgribex-1.9.0.tar.gz) = 5e6020f01c1f1f3fcf49064a512e1203b60ac7c3cb6a3cf97edb0092c72bddda
-SIZE (cgribex-1.9.0.tar.gz) = 596399
+TIMESTAMP = 1589487607
+SHA256 (cgribex-1.9.4.tar.gz) = e160272bccb9b7a5470940d1ffb34ca0080a134a95914f77dfc32aaf44605cf2
+SIZE (cgribex-1.9.4.tar.gz) = 625118
More information about the svn-ports-head
mailing list