svn commit: r413449 - in head/devel/libdap: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 16 16:45:17 UTC 2016


Author: sunpoet
Date: Sat Apr 16 16:45:15 2016
New Revision: 413449
URL: https://svnweb.freebsd.org/changeset/ports/413449

Log:
  - Update to 3.17.2
  
  Changes:	https://fossies.org/linux/libdap/NEWS

Modified:
  head/devel/libdap/Makefile
  head/devel/libdap/distinfo
  head/devel/libdap/files/patch-configure

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sat Apr 16 16:37:50 2016	(r413448)
+++ head/devel/libdap/Makefile	Sat Apr 16 16:45:15 2016	(r413449)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdap
-PORTVERSION=	3.17.0
+PORTVERSION=	3.17.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.opendap.org/pub/source/ \
 		LOCAL/sunpoet

Modified: head/devel/libdap/distinfo
==============================================================================
--- head/devel/libdap/distinfo	Sat Apr 16 16:37:50 2016	(r413448)
+++ head/devel/libdap/distinfo	Sat Apr 16 16:45:15 2016	(r413449)
@@ -1,2 +1,2 @@
-SHA256 (libdap-3.17.0.tar.gz) = 7c5c65535f8a6aa20f3cdbe2d552140b8f20de007a8e005db437d7361739fb6d
-SIZE (libdap-3.17.0.tar.gz) = 2269838
+SHA256 (libdap-3.17.2.tar.gz) = d6e0db60c4d307bf0f656a71c41818b65abcf0f19d32bdaa669fe9b52641e713
+SIZE (libdap-3.17.2.tar.gz) = 2231615

Modified: head/devel/libdap/files/patch-configure
==============================================================================
--- head/devel/libdap/files/patch-configure	Sat Apr 16 16:37:50 2016	(r413448)
+++ head/devel/libdap/files/patch-configure	Sat Apr 16 16:45:15 2016	(r413449)
@@ -1,12 +1,11 @@
---- configure.orig	2016-02-03 18:30:40 UTC
+--- configure.orig	2016-04-15 21:02:25 UTC
 +++ configure
-@@ -17206,9 +17206,6 @@ as_arg_v1="$bison_version"
- as_arg_v2="3.0"
+@@ -16943,7 +16943,7 @@ as_arg_v2="3.0"
  awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
- case $? in
--1) { { $as_echo "$as_me:$LINENO: error: not found" >&5
--$as_echo "$as_me: error: not found" >&2;}
--   { (exit 1); exit 1; }; };;
- 0)  ;;
- 2)  ;;
- esac
+ case $? in #(
+   1) :
+-    as_fn_error $? "not found" "$LINENO" 5 ;; #(
++      ;; #(
+   0) :
+       ;; #(
+   2) :


More information about the svn-ports-all mailing list