svn commit: r352615 - head/devel/libdap
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 29 13:23:13 UTC 2014
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
More information about the svn-ports-all
mailing list