aboutsummaryrefslogtreecommitdiff
path: root/science/grib_api
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-15 14:42:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-15 14:42:53 +0000
commit589889cfe6c15b60e1a1e3676637a36cc125396c (patch)
treee4e59dadccc7ae809fe082af15ffd2fd111572f2 /science/grib_api
parent8274f12d4f98fd20087c2c18b8d85ce8e462b43d (diff)
downloadports-589889cfe6c15b60e1a1e3676637a36cc125396c.tar.gz
ports-589889cfe6c15b60e1a1e3676637a36cc125396c.zip
- Update to 1.13.1
Notes
Notes: svn path=/head/; revision=389711
Diffstat (limited to 'science/grib_api')
-rw-r--r--science/grib_api/Makefile5
-rw-r--r--science/grib_api/distinfo4
-rw-r--r--science/grib_api/files/patch-Makefile.in11
-rw-r--r--science/grib_api/files/patch-src-Makefile.in24
-rw-r--r--science/grib_api/files/patch-tools-Makefile.in6
5 files changed, 8 insertions, 42 deletions
diff --git a/science/grib_api/Makefile b/science/grib_api/Makefile
index 01fe12549ef8..c374e8a2b30d 100644
--- a/science/grib_api/Makefile
+++ b/science/grib_api/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= grib_api
-PORTVERSION= 1.13.0
-PORTREVISION= 1
+PORTVERSION= 1.13.1
CATEGORIES= science
MASTER_SITES= https://software.ecmwf.int/wiki/download/attachments/3473437/ \
LOCAL/sunpoet
@@ -20,6 +19,8 @@ OPTIONS_SINGLE= JPEG
OPTIONS_SINGLE_JPEG= JASPER OPENJPEG
OPTIONS_DEFAULT=OPENJPEG
+PORTSCOUT= site:https://software.ecmwf.int/wiki/display/GRIB/Releases
+
CONFIGURE_ARGS= --enable-pthread --with-netcdf=${LOCALBASE} --with-png-support
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
diff --git a/science/grib_api/distinfo b/science/grib_api/distinfo
index e1487711c4ca..cf8d170d4e69 100644
--- a/science/grib_api/distinfo
+++ b/science/grib_api/distinfo
@@ -1,2 +1,2 @@
-SHA256 (grib_api-1.13.0.tar.gz) = 9e665640155f4e7bbbc0de6efaf1600c245b9c4d1251cf73601db4cb94138525
-SIZE (grib_api-1.13.0.tar.gz) = 14850323
+SHA256 (grib_api-1.13.1.tar.gz) = aa66c4d744f3073b06792c0e6299fcae99aa2a921f8b59a9ccd9056bf26baf5f
+SIZE (grib_api-1.13.1.tar.gz) = 14947384
diff --git a/science/grib_api/files/patch-Makefile.in b/science/grib_api/files/patch-Makefile.in
deleted file mode 100644
index 8e4bd4534504..000000000000
--- a/science/grib_api/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2014-07-07 11:30:11 UTC
-+++ Makefile.in
-@@ -754,7 +754,7 @@ distclean-libtool:
- -rm -f libtool config.lt
- install-pkgconfigDATA: $(pkgconfig_DATA)
- @$(NORMAL_INSTALL)
-- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
-+ test -z "$(DESTDIR)$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
diff --git a/science/grib_api/files/patch-src-Makefile.in b/science/grib_api/files/patch-src-Makefile.in
deleted file mode 100644
index bcee099c4abd..000000000000
--- a/science/grib_api/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/Makefile.in.orig 2014-07-07 11:30:11 UTC
-+++ src/Makefile.in
-@@ -858,8 +858,8 @@ distclean-hdr:
- -rm -f config.h stamp-h1
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-- @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
-+ test -z "$(DESTDIR)$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-+ @list='$(lib_LTLIBRARIES)'; test -n "$(DESTDIR)$(libdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
-@@ -1207,8 +1207,8 @@ clean-libtool:
- -rm -rf .libs _libs
- install-includeHEADERS: $(include_HEADERS)
- @$(NORMAL_INSTALL)
-- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
-- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
-+ test -z "$(DESTDIR)$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
-+ @list='$(include_HEADERS)'; test -n "$(DESTDIR)$(includedir)" || list=; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
diff --git a/science/grib_api/files/patch-tools-Makefile.in b/science/grib_api/files/patch-tools-Makefile.in
index 01b2fa9e77ff..1af2b11df1d7 100644
--- a/science/grib_api/files/patch-tools-Makefile.in
+++ b/science/grib_api/files/patch-tools-Makefile.in
@@ -1,6 +1,6 @@
---- tools/Makefile.in.orig 2014-07-07 11:30:11 UTC
+--- tools/Makefile.in.orig 2015-04-02 12:05:41 UTC
+++ tools/Makefile.in
-@@ -45,10 +45,10 @@ bin_PROGRAMS = grib_keys$(EXEEXT) grib_h
+@@ -89,10 +89,10 @@ bin_PROGRAMS = grib_keys$(EXEEXT) grib_h
grib_cmp$(EXEEXT) grib_convert$(EXEEXT) grib_distance$(EXEEXT) \
grib_corruption_check$(EXEEXT) grib_compare$(EXEEXT) \
grib_list_keys$(EXEEXT) parser$(EXEEXT) grib_count$(EXEEXT) \
@@ -12,4 +12,4 @@
+noinst_PROGRAMS = gaussian$(EXEEXT) grib_diff$(EXEEXT) grib1to2$(EXEEXT) \
mars_request$(EXEEXT) xref$(EXEEXT) all_keys$(EXEEXT)
subdir = tools
- DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \