[Midnightbsd-cvs] mports: Makefile: Bind 9.3.4.1 :)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 11 16:20:31 EST 2007


Log Message:
-----------
Bind 9.3.4.1 :)

Modified Files:
--------------
    mports/dns/bind9:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/dns/bind9/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L dns/bind9/Makefile -L dns/bind9/Makefile -u -r1.5 -r1.6
--- dns/bind9/Makefile
+++ dns/bind9/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	bind9
-PORTVERSION=	9.3.4
+PORTVERSION=	9.3.4.1
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC} \
 		http://dougbarton.us/Downloads/%SUBDIR%/
@@ -112,6 +112,15 @@
 		${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE}
 .endfor
 
+	@${MV} ${WRKSRC}/bin/nsupdate/nsupdate.8 \
+	    ${WRKSRC}/bin/nsupdate/nsupdate.8.patched
+	@${SED} -e "s@^\.HP [0-9]* @@" \
+	    ${WRKSRC}/bin/nsupdate/nsupdate.8.patched \
+	    > ${WRKSRC}/bin/nsupdate/nsupdate.8
+	@${MV} ${WRKSRC}/bin/dig/nslookup.1 ${WRKSRC}/bin/dig/nslookup.1.Dist
+	@${SED} -e "s@^host \[server\]@\\\fBhost\\\fR \\\fI[server]\\\fR@" \
+	    ${WRKSRC}/bin/dig/nslookup.1.Dist > ${WRKSRC}/bin/dig/nslookup.1
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
 		${BIND_DESTETC}/rndc.conf.sample


More information about the Midnightbsd-cvs mailing list