Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2014 21:06:03 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
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
Message-ID:  <201403042106.s24L63Ej011873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <olgeni@olgeni.com>

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



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