svn commit: r400503 - in head/devel/libdap: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Oct 30 11:24:19 UTC 2015
Author: sunpoet
Date: Fri Oct 30 11:24:17 2015
New Revision: 400503
URL: https://svnweb.freebsd.org/changeset/ports/400503
Log:
- Update to 3.16.0
Changes: https://fossies.org/linux/libdap/NEWS
Added:
head/devel/libdap/files/patch-configure (contents, props changed)
Modified:
head/devel/libdap/Makefile
head/devel/libdap/distinfo
head/devel/libdap/files/extra-patch-dds.yy
head/devel/libdap/pkg-plist
Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile Fri Oct 30 11:24:12 2015 (r400502)
+++ head/devel/libdap/Makefile Fri Oct 30 11:24:17 2015 (r400503)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libdap
-PORTVERSION= 3.13.3
+PORTVERSION= 3.16.0
CATEGORIES= devel
MASTER_SITES= http://www.opendap.org/pub/source/ \
LOCAL/sunpoet
Modified: head/devel/libdap/distinfo
==============================================================================
--- head/devel/libdap/distinfo Fri Oct 30 11:24:12 2015 (r400502)
+++ head/devel/libdap/distinfo Fri Oct 30 11:24:17 2015 (r400503)
@@ -1,2 +1,2 @@
-SHA256 (libdap-3.13.3.tar.gz) = 6040e3b29e1bcd4a636285e2cd26ec629d1d2d9006c6db661f91af8de5977db1
-SIZE (libdap-3.13.3.tar.gz) = 1630899
+SHA256 (libdap-3.16.0.tar.gz) = 5e9070ad9d3007b164095e87c6989e5f1f447b3d6b47e9b4d7c616e39b351422
+SIZE (libdap-3.16.0.tar.gz) = 2187971
Modified: head/devel/libdap/files/extra-patch-dds.yy
==============================================================================
--- head/devel/libdap/files/extra-patch-dds.yy Fri Oct 30 11:24:12 2015 (r400502)
+++ head/devel/libdap/files/extra-patch-dds.yy Fri Oct 30 11:24:17 2015 (r400503)
@@ -4,10 +4,10 @@
| grid '{' SCAN_WORD ':'
{
-- if (is_keyword(string($3), "array"))
-- part = array;
-+ if (is_keyword(string($3), "libdap::Part::array"))
-+ part = libdap::Part::array;
+- if (is_keyword(string($3), "array")) {
+- part = array;
++ if (is_keyword(string($3), "libdap::Part::array")) {
++ part = libdap::Part::array;
+ }
else {
- ostringstream msg;
- msg << BAD_DECLARATION;
+ ostringstream msg;
Added: head/devel/libdap/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libdap/files/patch-configure Fri Oct 30 11:24:17 2015 (r400503)
@@ -0,0 +1,11 @@
+--- configure.orig 2015-10-21 17:56:45 UTC
++++ configure
+@@ -16214,7 +16214,7 @@ as_arg_v2="3.0"
+ awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
+ case $? in #(
+ 1) :
+- as_fn_error $? "not found" "$LINENO" 5 ;; #(
++ ;; #(
+ 0) :
+ ;; #(
+ 2) :
Modified: head/devel/libdap/pkg-plist
==============================================================================
--- head/devel/libdap/pkg-plist Fri Oct 30 11:24:12 2015 (r400502)
+++ head/devel/libdap/pkg-plist Fri Oct 30 11:24:17 2015 (r400503)
@@ -1,6 +1,7 @@
bin/dap-config
bin/dap-config-pkgconfig
bin/getdap
+bin/getdap4
include/libdap/AlarmHandler.h
include/libdap/Ancillary.h
include/libdap/Array.h
@@ -12,13 +13,34 @@ include/libdap/Clause.h
include/libdap/Connect.h
include/libdap/ConstraintEvaluator.h
include/libdap/Constructor.h
+include/libdap/D4AsyncUtil.h
+include/libdap/D4AttributeType.h
+include/libdap/D4Attributes.h
+include/libdap/D4BaseTypeFactory.h
+include/libdap/D4Connect.h
+include/libdap/D4ConstraintEvaluator.h
+include/libdap/D4Dimensions.h
+include/libdap/D4Enum.h
+include/libdap/D4EnumDefs.h
+include/libdap/D4Function.h
+include/libdap/D4FunctionEvaluator.h
+include/libdap/D4Group.h
+include/libdap/D4Maps.h
+include/libdap/D4Opaque.h
+include/libdap/D4ParserSax2.h
+include/libdap/D4RValue.h
+include/libdap/D4Sequence.h
+include/libdap/D4StreamMarshaller.h
+include/libdap/D4StreamUnMarshaller.h
include/libdap/DAS.h
include/libdap/DDS.h
include/libdap/DDXExceptions.h
include/libdap/DDXParserSAX2.h
+include/libdap/DMR.h
include/libdap/DODSFilter.h
include/libdap/DapIndent.h
include/libdap/DapObj.h
+include/libdap/DapXmlNamespaces.h
include/libdap/DataDDS.h
include/libdap/EncodingType.h
include/libdap/Error.h
@@ -38,9 +60,12 @@ include/libdap/HTTPConnect.h
include/libdap/HTTPResponse.h
include/libdap/Int16.h
include/libdap/Int32.h
+include/libdap/Int64.h
+include/libdap/Int8.h
include/libdap/InternalErr.h
include/libdap/Keywords2.h
include/libdap/Marshaller.h
+include/libdap/MarshallerThread.h
include/libdap/ObjectType.h
include/libdap/PipeResponse.h
include/libdap/RCReader.h
@@ -56,8 +81,10 @@ include/libdap/SignalHandlerRegisteredEr
include/libdap/StdinResponse.h
include/libdap/Str.h
include/libdap/Structure.h
+include/libdap/Type.h
include/libdap/UInt16.h
include/libdap/UInt32.h
+include/libdap/UInt64.h
include/libdap/UnMarshaller.h
include/libdap/Url.h
include/libdap/Vector.h
@@ -69,48 +96,64 @@ include/libdap/XDRUtils.h
include/libdap/XMLWriter.h
include/libdap/ce_parser.h
include/libdap/cgi_util.h
+include/libdap/chunked_istream.h
+include/libdap/chunked_ostream.h
+include/libdap/chunked_stream.h
+include/libdap/crc.h
include/libdap/debug.h
include/libdap/dods-datatypes.h
include/libdap/dods-limits.h
include/libdap/escaping.h
include/libdap/expr.h
+include/libdap/media_types.h
include/libdap/mime_util.h
+include/libdap/parser-util.h
include/libdap/parser.h
+include/libdap/test/D4TestFunction.h
+include/libdap/test/D4TestTypeFactory.h
include/libdap/test/TestArray.h
include/libdap/test/TestByte.h
include/libdap/test/TestCommon.h
+include/libdap/test/TestD4Enum.h
+include/libdap/test/TestD4Group.h
+include/libdap/test/TestD4Opaque.h
+include/libdap/test/TestD4Sequence.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
+include/libdap/test/TestInt64.h
+include/libdap/test/TestInt8.h
include/libdap/test/TestSequence.h
include/libdap/test/TestStr.h
include/libdap/test/TestStructure.h
include/libdap/test/TestTypeFactory.h
include/libdap/test/TestUInt16.h
include/libdap/test/TestUInt32.h
+include/libdap/test/TestUInt64.h
include/libdap/test/TestUrl.h
include/libdap/util.h
include/libdap/util_mit.h
include/libdap/xdr-datatypes.h
lib/libdap.a
lib/libdap.so
-lib/libdap.so.17
-lib/libdap.so.17.0.2
+lib/libdap.so.21
+lib/libdap.so.21.0.0
lib/libdapclient.a
lib/libdapclient.so
lib/libdapclient.so.6
-lib/libdapclient.so.6.0.0
+lib/libdapclient.so.6.1.2
lib/libdapserver.a
lib/libdapserver.so
lib/libdapserver.so.7
-lib/libdapserver.so.7.5.1
+lib/libdapserver.so.7.6.2
lib/libtest-types.a
libdata/pkgconfig/libdap.pc
libdata/pkgconfig/libdapclient.pc
libdata/pkgconfig/libdapserver.pc
man/man1/dap-config.1.gz
man/man1/getdap.1.gz
+man/man1/getdap4.1.gz
share/aclocal/libdap.m4
More information about the svn-ports-all
mailing list