[Midnightbsd-cvs] mports [16444] trunk/dns/libbind: fix man pages with libbind port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 5 21:30:01 EDT 2014


Revision: 16444
          http://svnweb.midnightbsd.org/mports/?rev=16444
Author:   laffer1
Date:     2014-08-05 21:30:00 -0400 (Tue, 05 Aug 2014)
Log Message:
-----------
fix man pages with libbind port

Modified Paths:
--------------
    trunk/dns/libbind/Makefile
    trunk/dns/libbind/pkg-plist

Modified: trunk/dns/libbind/Makefile
===================================================================
--- trunk/dns/libbind/Makefile	2014-08-06 01:28:26 UTC (rev 16443)
+++ trunk/dns/libbind/Makefile	2014-08-06 01:30:00 UTC (rev 16444)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libbind
 PORTVERSION=	6.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	libbind/${PORTVERSION}
@@ -11,6 +11,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Standard C resolver library
+
 LICENSE=	mit
 
 MAKE_JOBS_UNSAFE=	yes
@@ -35,11 +36,6 @@
 CONFIGURE_ARGS+=	--disable-threads
 .endif
 
-MAN3=	getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnameinfo.3 \
-	getnetent.3 hesiod.3 inet_cidr.3 resolver.3 tsig.3
-MAN5=	resolver.5 irs.conf.5
-MAN7=	hostname.7
-
 verify:	checksum
 	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
 

Modified: trunk/dns/libbind/pkg-plist
===================================================================
--- trunk/dns/libbind/pkg-plist	2014-08-06 01:28:26 UTC (rev 16443)
+++ trunk/dns/libbind/pkg-plist	2014-08-06 01:30:00 UTC (rev 16444)
@@ -23,6 +23,18 @@
 include/bind/resolv.h
 include/bind/sys/bitypes.h
 lib/libbind.a
+man/man3/getaddrinfo.3.gz
+man/man3/gethostbyname.3.gz
+man/man3/getipnodebyname.3.gz
+man/man3/getnameinfo.3.gz
+man/man3/getnetent.3.gz
+man/man3/hesiod.3.gz
+man/man3/inet_cidr.3.gz
+man/man3/resolver.3.gz
+man/man3/tsig.3.gz
+man/man5/irs.conf.5.gz
+man/man5/resolver.5.gz
+man/man7/hostname.7.gz
 @dirrm include/bind/arpa
 @dirrm include/bind/isc
 @dirrm include/bind/sys



More information about the Midnightbsd-cvs mailing list