From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 21:06:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1B5290F; Tue, 4 Mar 2014 21:06:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD83BAC8; Tue, 4 Mar 2014 21:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s24L64nX011883; Tue, 4 Mar 2014 21:06:04 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s24L63Ej011873; Tue, 4 Mar 2014 21:06:03 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201403042106.s24L63Ej011873@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 4 Mar 2014 21:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347073 - in head: mail/postfix-gps net-mgmt/icinga net-mgmt/icli net-mgmt/pnp textproc/refdb 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.17 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: Tue, 04 Mar 2014 21:06:05 -0000 Author: gerald Date: Tue Mar 4 21:06:03 2014 New Revision: 347073 URL: http://svnweb.freebsd.org/changeset/ports/347073 QAT: https://qat.redports.org/buildarchive/r347073/ Log: Chase libdbi update. Convert postfix-gps and refdb to new LIB_DEPENDS format. Reported by: Jimmy Olgeni Modified: head/mail/postfix-gps/Makefile head/net-mgmt/icinga/Makefile head/net-mgmt/icli/Makefile head/net-mgmt/pnp/Makefile head/textproc/refdb/Makefile Modified: head/mail/postfix-gps/Makefile ============================================================================== --- head/mail/postfix-gps/Makefile Tue Mar 4 21:04:38 2014 (r347072) +++ head/mail/postfix-gps/Makefile Tue Mar 4 21:06:03 2014 (r347073) @@ -3,7 +3,7 @@ PORTNAME= gps PORTVERSION= 1.005 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail security MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix PKGNAMEPREFIX= postfix- @@ -12,7 +12,7 @@ DISTNAME= gps-${PORTVERSION}-bugfix MAINTAINER= ports@FreeBSD.org COMMENT= Greylist Policy Service for postfix -LIB_DEPENDS= dbi:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql Modified: head/net-mgmt/icinga/Makefile ============================================================================== --- head/net-mgmt/icinga/Makefile Tue Mar 4 21:04:38 2014 (r347072) +++ head/net-mgmt/icinga/Makefile Tue Mar 4 21:06:03 2014 (r347073) @@ -3,6 +3,7 @@ PORTNAME= icinga PORTVERSION= 1.10.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/ Modified: head/net-mgmt/icli/Makefile ============================================================================== --- head/net-mgmt/icli/Makefile Tue Mar 4 21:04:38 2014 (r347072) +++ head/net-mgmt/icli/Makefile Tue Mar 4 21:06:03 2014 (r347073) @@ -2,6 +2,7 @@ PORTNAME= icli DISTVERSION= 0.46 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= http://finalrewind.org/projects/icli/ Modified: head/net-mgmt/pnp/Makefile ============================================================================== --- head/net-mgmt/pnp/Makefile Tue Mar 4 21:04:38 2014 (r347072) +++ head/net-mgmt/pnp/Makefile Tue Mar 4 21:06:03 2014 (r347073) @@ -3,6 +3,7 @@ PORTNAME= pnp PORTVERSION= 0.6.18 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF MASTER_SITE_SUBDIR=pnp4nagios/PNP-0.6 Modified: head/textproc/refdb/Makefile ============================================================================== --- head/textproc/refdb/Makefile Tue Mar 4 21:04:38 2014 (r347072) +++ head/textproc/refdb/Makefile Tue Mar 4 21:06:03 2014 (r347073) @@ -3,7 +3,7 @@ PORTNAME= refdb PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1 DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= clsung@FreeBSD.org COMMENT= Bibliographic reference database -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - btparse.0:${PORTSDIR}/textproc/btparse \ - dbi.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ + libbtparse.so:${PORTSDIR}/textproc/btparse \ + libdbi.so:${PORTSDIR}/databases/libdbi USES= gmake iconv perl5 HAS_CONFIGURE= yes