From owner-svn-ports-all@freebsd.org Thu Oct 6 17:03:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70846BEC008; Thu, 6 Oct 2016 17:03:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CBFF2F3; Thu, 6 Oct 2016 17:03:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96H3MYR080042; Thu, 6 Oct 2016 17:03:22 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96H3MpN080037; Thu, 6 Oct 2016 17:03:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610061703.u96H3MpN080037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 6 Oct 2016 17:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423423 - in head/net/yaz: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 17:03:23 -0000 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 + #endif + +-#include ++#include + #include + + #include 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