From owner-svn-ports-head@freebsd.org Sat Apr 16 16:45:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DBAFAEE675; Sat, 16 Apr 2016 16:45:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA4F9178D; Sat, 16 Apr 2016 16:45:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3GGjGcv047256; Sat, 16 Apr 2016 16:45:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3GGjFZ7047253; Sat, 16 Apr 2016 16:45:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604161645.u3GGjFZ7047253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 Apr 2016 16:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413449 - in head/devel/libdap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 16:45:17 -0000 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) :