Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 17:03:22 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423423 - in head/net/yaz: . files
Message-ID:  <201610061703.u96H3MpN080037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Oct  6 17:03:22 2016
New Revision: 423423
URL: https://svnweb.freebsd.org/changeset/ports/423423

Log:
  - Update to version 5.17.0
  - Add LICENSE information
  - Register dependencies found by stage-qa
  - Drop maintainership

Added:
  head/net/yaz/files/
  head/net/yaz/files/patch-src_malloc__info.c   (contents, props changed)
Modified:
  head/net/yaz/Makefile
  head/net/yaz/distinfo
  head/net/yaz/pkg-plist

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Thu Oct  6 16:52:32 2016	(r423422)
+++ head/net/yaz/Makefile	Thu Oct  6 17:03:22 2016	(r423423)
@@ -2,28 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.16.0
-PORTREVISION=	3
+PORTVERSION=	5.17.0
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
-MAINTAINER=	pawel@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Z39.50/SR client and API library
 
-LIB_DEPENDS=	libicuuc.so:devel/icu
+LIB_DEPENDS=	libicuuc.so:devel/icu \
+		libgnutls.so:security/gnutls
 
-USES=		execinfo iconv libtool pathfix pkgconfig shebangfix tcl
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		execinfo iconv libtool ncurses pathfix pkgconfig readline \
+		shebangfix tcl
 SHEBANG_FILES=	util/yaz-asncomp
 GNU_CONFIGURE=	yes
-USE_OPENSSL=	yes
 USE_GNOME=	libxml2 libxslt
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
-		--with-iconv=${ICONV_PREFIX} --with-xml2=${LOCALBASE} \
-		--with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \
-		--enable-tcpd
+CONFIGURE_ARGS=	--enable-shared --with-iconv=${ICONV_PREFIX} \
+		--with-xml2=${LOCALBASE} --with-xslt=${LOCALBASE} \
+		--with-icu=${LOCALBASE} --enable-tcpd
 LDFLAGS+=	-L${LOCALBASE}/lib
 LIBS+=		-lexecinfo
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Thu Oct  6 16:52:32 2016	(r423422)
+++ head/net/yaz/distinfo	Thu Oct  6 17:03:22 2016	(r423423)
@@ -1,2 +1,3 @@
-SHA256 (yaz-5.16.0.tar.gz) = 46708320152c1475f6a5ee6f29903caa76121c2440123051546c1b3403c78686
-SIZE (yaz-5.16.0.tar.gz) = 2586095
+TIMESTAMP = 1475698376
+SHA256 (yaz-5.17.0.tar.gz) = 9b735f0f6bc11856bf4d26ef3b9f2a2b92225d29d37f2e0b66ca9ecbd40965a0
+SIZE (yaz-5.17.0.tar.gz) = 2587243

Added: head/net/yaz/files/patch-src_malloc__info.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/yaz/files/patch-src_malloc__info.c	Thu Oct  6 17:03:22 2016	(r423423)
@@ -0,0 +1,11 @@
+--- src/malloc_info.c.orig	2016-10-05 20:17:14 UTC
++++ src/malloc_info.c
+@@ -12,7 +12,7 @@
+ #include <config.h>
+ #endif
+ 
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ 
+ #include <yaz/wrbuf.h>

Modified: head/net/yaz/pkg-plist
==============================================================================
--- head/net/yaz/pkg-plist	Thu Oct  6 16:52:32 2016	(r423422)
+++ head/net/yaz/pkg-plist	Thu Oct  6 17:03:22 2016	(r423423)
@@ -35,6 +35,7 @@ include/yaz/item-req.h
 include/yaz/json.h
 include/yaz/log.h
 include/yaz/logrpn.h
+include/yaz/malloc_info.h
 include/yaz/marcdisp.h
 include/yaz/match_glob.h
 include/yaz/matchstr.h



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