Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 19:25:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525407 - head/devel/libdap
Message-ID:  <202002061925.016JPmxf043778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb  6 19:25:48 2020
New Revision: 525407
URL: https://svnweb.freebsd.org/changeset/ports/525407

Log:
  Update to 3.20.5
  
  - Use USES=gnome and USE_GNOME=libxml2
  
  Changes:	https://github.com/OPENDAP/libdap4/releases

Modified:
  head/devel/libdap/Makefile
  head/devel/libdap/distinfo

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Thu Feb  6 19:25:43 2020	(r525406)
+++ head/devel/libdap/Makefile	Thu Feb  6 19:25:48 2020	(r525407)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libdap
-PORTVERSION=	3.20.4
+PORTVERSION=	3.20.5
 CATEGORIES=	devel
 MASTER_SITES=	https://www.opendap.org/pub/source/ \
 		LOCAL/sunpoet
@@ -14,10 +14,10 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libuuid.so:misc/e2fsprogs-libuuid \
-		libxml2.so:textproc/libxml2
+		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		bison charsetfix gmake libtool localbase pathfix ssl
+USES=		bison charsetfix gmake gnome libtool localbase pathfix ssl
+USE_GNOME=	libxml2
 
 CONFIGURE_ARGS=	ac_cv_lib_crypto_OpenSSL_add_all_algorithms=yes \
 		ac_cv_type_max_align_t=yes

Modified: head/devel/libdap/distinfo
==============================================================================
--- head/devel/libdap/distinfo	Thu Feb  6 19:25:43 2020	(r525406)
+++ head/devel/libdap/distinfo	Thu Feb  6 19:25:48 2020	(r525407)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562773471
-SHA256 (libdap-3.20.4.tar.gz) = b16812c6ea3b01e5a02a54285af94a7dd57db929a6e92b964d642534f48b8474
-SIZE (libdap-3.20.4.tar.gz) = 2373746
+TIMESTAMP = 1581007150
+SHA256 (libdap-3.20.5.tar.gz) = 873c9cabcfb3d0ad48a2c0fcc6701f01234af4e235844a4352c95c8d8562469e
+SIZE (libdap-3.20.5.tar.gz) = 2665801



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002061925.016JPmxf043778>