svn commit: r353656 - head/dns/dnsutl

Johan van Selst johans at FreeBSD.org
Sun May 11 08:25:31 UTC 2014


Author: johans
Date: Sun May 11 08:25:30 2014
New Revision: 353656
URL: http://svnweb.freebsd.org/changeset/ports/353656
QAT: https://qat.redports.org/buildarchive/r353656/

Log:
  - Update to dnsutl 1.12
  - Adopt port

Modified:
  head/dns/dnsutl/Makefile
  head/dns/dnsutl/distinfo

Modified: head/dns/dnsutl/Makefile
==============================================================================
--- head/dns/dnsutl/Makefile	Sun May 11 08:24:41 2014	(r353655)
+++ head/dns/dnsutl/Makefile	Sun May 11 08:25:30 2014	(r353656)
@@ -2,16 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	dnsutl
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	dns
-MASTER_SITES=	SF
+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Programs to make using DNS easier
 
-DESTDIRNAME=	RPM_BUILD_ROOT
+LIB_DEPENDS=	libexplain.so:${PORTSDIR}/devel/libexplain
+
 GNU_CONFIGURE=	yes
 ALL_TARGET=	all sure
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_JOBS_UNSAFE=	yes
 
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
 .include <bsd.port.mk>

Modified: head/dns/dnsutl/distinfo
==============================================================================
--- head/dns/dnsutl/distinfo	Sun May 11 08:24:41 2014	(r353655)
+++ head/dns/dnsutl/distinfo	Sun May 11 08:25:30 2014	(r353656)
@@ -1,2 +1,2 @@
-SHA256 (dnsutl-1.11.tar.gz) = e63658fc45e5b88eaff677867b2af1e973a63bdd54e7329b9cddc0a6c8459f0b
-SIZE (dnsutl-1.11.tar.gz) = 382860
+SHA256 (dnsutl-1.12.tar.gz) = 194a5c4b845b4877f116fbe9c9d604ebb74594565a9bcbac04b15992df6d459e
+SIZE (dnsutl-1.12.tar.gz) = 387768


More information about the svn-ports-all mailing list