Date: Tue, 18 Mar 2014 14:59:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348566 - head/dns/autotrust Message-ID: <201403181459.s2IExNm7095450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Mar 18 14:59:23 2014 New Revision: 348566 URL: http://svnweb.freebsd.org/changeset/ports/348566 QAT: https://qat.redports.org/buildarchive/r348566/ Log: - Support staging - New LIB_DEPENDS definition - Use WWW: with a single space Modified: head/dns/autotrust/Makefile head/dns/autotrust/pkg-descr Modified: head/dns/autotrust/Makefile ============================================================================== --- head/dns/autotrust/Makefile Tue Mar 18 14:58:23 2014 (r348565) +++ head/dns/autotrust/Makefile Tue Mar 18 14:59:23 2014 (r348566) @@ -10,20 +10,17 @@ MASTER_SITES= http://www.nlnetlabs.nl/do MAINTAINER= jaap@NLnetLabs.nl COMMENT= A tool to automatically update DNSSEC trust anchors -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns \ - unbound:${PORTSDIR}/dns/unbound +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns \ + libunbound.so:${PORTSDIR}/dns/unbound GNU_CONFIGURE= yes CFLAGS= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -MAN8= autotrust.8 - -PLIST_FILES= sbin/autotrust \ +PLIST_FILES= sbin/autotrust man/man8/autotrust.8.gz \ etc/autotrust/autotrust.conf.sample PLIST_DIRS= etc/autotrust -NO_STAGE= yes do-patch: ${REINPLACE_CMD} \ '45s!=!\?=!; \ @@ -31,9 +28,9 @@ do-patch: ${WRKSRC}/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin - ${MKDIR} ${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${ETCDIR} - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin + @${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${ETCDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include <bsd.port.mk> Modified: head/dns/autotrust/pkg-descr ============================================================================== --- head/dns/autotrust/pkg-descr Tue Mar 18 14:58:23 2014 (r348565) +++ head/dns/autotrust/pkg-descr Tue Mar 18 14:59:23 2014 (r348566) @@ -2,4 +2,4 @@ Autotrust is a command line tool to auto trust anchors. It is intended to run from a cron job and can run next to any validating resolver. It makes use of ldns and libunbound. -WWW: http://www.nlnetlabs.nl/projects/autotrust/ +WWW: http://www.nlnetlabs.nl/projects/autotrust/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403181459.s2IExNm7095450>