From owner-svn-ports-all@FreeBSD.ORG Tue Apr 29 13:23:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1BC6F42; Tue, 29 Apr 2014 13:23:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7FA0C309; Tue, 29 Apr 2014 13:23:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3TDNDHr047605; Tue, 29 Apr 2014 13:23:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3TDNC4T047602; Tue, 29 Apr 2014 13:23:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404291323.s3TDNC4T047602@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Apr 2014 13:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352615 - head/devel/libdap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 13:23:13 -0000 Author: sunpoet Date: Tue Apr 29 13:23:12 2014 New Revision: 352615 URL: http://svnweb.freebsd.org/changeset/ports/352615 QAT: https://qat.redports.org/buildarchive/r352615/ Log: - Update to 3.13.0 Changes: - Support fo clang: Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) added. Modified: head/devel/libdap/Makefile head/devel/libdap/distinfo head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Tue Apr 29 13:23:07 2014 (r352614) +++ head/devel/libdap/Makefile Tue Apr 29 13:23:12 2014 (r352615) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTVERSION= 3.13.0 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet Modified: head/devel/libdap/distinfo ============================================================================== --- head/devel/libdap/distinfo Tue Apr 29 13:23:07 2014 (r352614) +++ head/devel/libdap/distinfo Tue Apr 29 13:23:12 2014 (r352615) @@ -1,2 +1,2 @@ -SHA256 (libdap-3.12.1.tar.gz) = 10926129fefa9cb7050a7e501f3dc5c75b63709196b2c9e1e158b28b2dc098f2 -SIZE (libdap-3.12.1.tar.gz) = 1550722 +SHA256 (libdap-3.13.0.tar.gz) = 72f9c7bd55af8f2df5e0559dc11214a15787cf7ae1da2a15d2131678ffd92709 +SIZE (libdap-3.13.0.tar.gz) = 1615099 Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Tue Apr 29 13:23:07 2014 (r352614) +++ head/devel/libdap/pkg-plist Tue Apr 29 13:23:12 2014 (r352615) @@ -81,6 +81,7 @@ include/libdap/test/TestByte.h include/libdap/test/TestCommon.h include/libdap/test/TestFloat32.h include/libdap/test/TestFloat64.h +include/libdap/test/TestFunction.h include/libdap/test/TestGrid.h include/libdap/test/TestInt16.h include/libdap/test/TestInt32.h @@ -97,11 +98,11 @@ include/libdap/xdr-datatypes.h lib/libdap.a lib/libdap.la lib/libdap.so -lib/libdap.so.16 +lib/libdap.so.17 lib/libdapclient.a lib/libdapclient.la lib/libdapclient.so -lib/libdapclient.so.5 +lib/libdapclient.so.6 lib/libdapserver.a lib/libdapserver.la lib/libdapserver.so