svn commit: r305072 - head/devel/libdap
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 30 04:38:21 UTC 2012
Author: sunpoet
Date: Sun Sep 30 04:38:20 2012
New Revision: 305072
URL: http://svn.freebsd.org/changeset/ports/305072
Log:
- Update to 3.11.5
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cleanup Makefile header
Changes: http://scm.opendap.org/svn/tags/libdap/3.11.5/ChangeLog
http://scm.opendap.org/svn/tags/libdap/3.11.5/NEWS
Modified:
head/devel/libdap/Makefile (contents, props changed)
head/devel/libdap/distinfo (contents, props changed)
head/devel/libdap/pkg-plist (contents, props changed)
Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile Sun Sep 30 04:27:03 2012 (r305071)
+++ head/devel/libdap/Makefile Sun Sep 30 04:38:20 2012 (r305072)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: libdap
-# Date created: 22 Feb, 2009
-# Whom: Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wenheping at gmail.com>
# $FreeBSD$
-#
PORTNAME= libdap
-PORTVERSION= 3.11.3
+PORTVERSION= 3.11.5
CATEGORIES= devel
MASTER_SITES= http://www.opendap.org/pub/source/ \
LOCAL/sunpoet
@@ -18,7 +14,7 @@ COMMENT= SDK which contains an implement
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
- xml2.5:${PORTSDIR}/textproc/libxml2
+ xml2:${PORTSDIR}/textproc/libxml2
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --with-zlib=/usr
Modified: head/devel/libdap/distinfo
==============================================================================
--- head/devel/libdap/distinfo Sun Sep 30 04:27:03 2012 (r305071)
+++ head/devel/libdap/distinfo Sun Sep 30 04:38:20 2012 (r305072)
@@ -1,4 +1,4 @@
-SHA256 (libdap-3.11.3.tar.gz) = 1fe14594960c1c24842ea9c3a4032cfce70b7082bbab17369b43c9a134ddac97
-SIZE (libdap-3.11.3.tar.gz) = 1514429
-SHA256 (libdap-3.11.3.tar.gz.sig) = 4a49a0586affbbb8f0cd1cbba46c65fdf3500db7c8b7f341a63aa7a86d6f4043
-SIZE (libdap-3.11.3.tar.gz.sig) = 72
+SHA256 (libdap-3.11.5.tar.gz) = c7dc7cc3884f324a37a1270e02d539e0d9e43ed456ac9c9c4fedae91eab062b0
+SIZE (libdap-3.11.5.tar.gz) = 1500310
+SHA256 (libdap-3.11.5.tar.gz.sig) = aa8f8805c79ed0c0ec05d006fc9a8a37873aca8cc34881dfa467ab0a2e879617
+SIZE (libdap-3.11.5.tar.gz.sig) = 72
Modified: head/devel/libdap/pkg-plist
==============================================================================
--- head/devel/libdap/pkg-plist Sun Sep 30 04:27:03 2012 (r305071)
+++ head/devel/libdap/pkg-plist Sun Sep 30 04:38:20 2012 (r305072)
@@ -1,4 +1,3 @@
- at comment $FreeBSD$
bin/dap-config
bin/dap-config-pkgconfig
bin/getdap
@@ -88,7 +87,7 @@ include/libdap/xdr-datatypes.h
lib/libdap.a
lib/libdap.la
lib/libdap.so
-lib/libdap.so.14
+lib/libdap.so.15
lib/libdapclient.a
lib/libdapclient.la
lib/libdapclient.so
More information about the svn-ports-all
mailing list