svn commit: r330986 - head/devel/libdap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 07:05:50 UTC 2013


Author: sunpoet
Date: Sun Oct 20 07:05:49 2013
New Revision: 330986
URL: http://svnweb.freebsd.org/changeset/ports/330986

Log:
  - Update to 3.12.1
  - Support STAGEDIR
  - Use USES=charsetfix
  
  Changes:
  - Fixed the behavior of Sequence::read_row() so that the documented semantics of
    read() are used. This will require changes in some of the handlers but does
    not change the libray's ABI. Handler's that don't need the new/corrected
    behavior can use version 3.12.0.

Modified:
  head/devel/libdap/Makefile
  head/devel/libdap/distinfo
  head/devel/libdap/pkg-plist

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Sun Oct 20 07:02:34 2013	(r330985)
+++ head/devel/libdap/Makefile	Sun Oct 20 07:05:49 2013	(r330986)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdap
-PORTVERSION=	3.12.0
+PORTVERSION=	3.12.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.opendap.org/pub/source/ \
 		LOCAL/sunpoet
@@ -10,23 +10,16 @@ MASTER_SITES=	http://www.opendap.org/pub
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	SDK which contains an implementation of DAP 2.0 and 3.1
 
+LICENSE=	LGPL21
+
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
-CONFIGURE_ARGS=	--with-zlib=/usr
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		gmake pathfix
-
-MAN1=		dap-config.1 \
-		getdap.1
-
-NO_STAGE=	yes
-post-patch:
-	# do not alter ${PREFIX}/lib/charset.alias
-	@${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in
+USES=		charsetfix gmake pathfix
 
 .include <bsd.port.mk>

Modified: head/devel/libdap/distinfo
==============================================================================
--- head/devel/libdap/distinfo	Sun Oct 20 07:02:34 2013	(r330985)
+++ head/devel/libdap/distinfo	Sun Oct 20 07:05:49 2013	(r330986)
@@ -1,2 +1,2 @@
-SHA256 (libdap-3.12.0.tar.gz) = e80401f9f5710b4e297d9e6d337617f025203c6883117805609b3f09c1f5aa7b
-SIZE (libdap-3.12.0.tar.gz) = 1505398
+SHA256 (libdap-3.12.1.tar.gz) = 10926129fefa9cb7050a7e501f3dc5c75b63709196b2c9e1e158b28b2dc098f2
+SIZE (libdap-3.12.1.tar.gz) = 1550722

Modified: head/devel/libdap/pkg-plist
==============================================================================
--- head/devel/libdap/pkg-plist	Sun Oct 20 07:02:34 2013	(r330985)
+++ head/devel/libdap/pkg-plist	Sun Oct 20 07:05:49 2013	(r330986)
@@ -110,6 +110,8 @@ 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
 share/aclocal/libdap.m4
 @dirrm include/libdap/test
 @dirrm include/libdap


More information about the svn-ports-head mailing list