1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Chase libdbi update.

Convert postfix-gps and refdb to new LIB_DEPENDS format.

Reported by:	Jimmy Olgeni <olgeni@olgeni.com>
This commit is contained in:
Gerald Pfeifer 2014-03-04 21:06:03 +00:00
parent 820b78f3cd
commit 8c9c9cd131
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347073
5 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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}/

View File

@ -2,6 +2,7 @@
PORTNAME= icli
DISTVERSION= 0.46
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= http://finalrewind.org/projects/icli/

View File

@ -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

View File

@ -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