svn commit: r360016 - in head/dns: curvedns dhisd posadis py-adns
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 1 14:21:48 UTC 2014
Author: bapt
Date: Tue Jul 1 14:21:47 2014
New Revision: 360016
URL: http://svnweb.freebsd.org/changeset/ports/360016
QAT: https://qat.redports.org/buildarchive/r360016/
Log:
Use modern LIB_DEPENDS
With hat: portmgr
Modified:
head/dns/curvedns/Makefile
head/dns/dhisd/Makefile
head/dns/posadis/Makefile
head/dns/py-adns/Makefile
Modified: head/dns/curvedns/Makefile
==============================================================================
--- head/dns/curvedns/Makefile Tue Jul 1 14:21:27 2014 (r360015)
+++ head/dns/curvedns/Makefile Tue Jul 1 14:21:47 2014 (r360016)
@@ -11,7 +11,7 @@ DISTNAME= curvedns-0.88-unstable
MAINTAINER= freebsd at dns-lab.com
COMMENT= Forwarder adding DNSCurve to an authoritative nameserver
-LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev
+LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
Modified: head/dns/dhisd/Makefile
==============================================================================
--- head/dns/dhisd/Makefile Tue Jul 1 14:21:27 2014 (r360015)
+++ head/dns/dhisd/Makefile Tue Jul 1 14:21:47 2014 (r360016)
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.dhis.org/pub/dhi
MAINTAINER= marius at FreeBSD.org
COMMENT= DHIS server for dynamic updates on the server using specific engines
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
Modified: head/dns/posadis/Makefile
==============================================================================
--- head/dns/posadis/Makefile Tue Jul 1 14:21:27 2014 (r360015)
+++ head/dns/posadis/Makefile Tue Jul 1 14:21:47 2014 (r360016)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles
MAINTAINER= ports at FreeBSD.org
COMMENT= Domain Name Server (DNS) implementation
-LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib
+LIB_DEPENDS= libposlib.so:${PORTSDIR}/devel/poslib
USE_AUTOTOOLS= autoconf libltdl libtool
USE_LDCONFIG= yes
Modified: head/dns/py-adns/Makefile
==============================================================================
--- head/dns/py-adns/Makefile Tue Jul 1 14:21:27 2014 (r360015)
+++ head/dns/py-adns/Makefile Tue Jul 1 14:21:47 2014 (r360016)
@@ -12,7 +12,7 @@ DISTNAME= adns-python-${PORTVERSION}
MAINTAINER= m.tsatsenko at gmail.com
COMMENT= Python Interface to adns, the asynchronous DNS library
-LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns
+LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns
PROJECTHOST= adns-python
USE_PYTHON= yes
More information about the svn-ports-all
mailing list