ports/57719: [MAINTAINER] dns/posadis: update to 0.60.1

Sergei Kolobov sergei at kolobov.com
Tue Oct 7 20:50:23 UTC 2003


>Number:         57719
>Category:       ports
>Synopsis:       [MAINTAINER] dns/posadis: update to 0.60.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 07 13:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  5 18:18:29 MSD
>Description:
- Update to 0.60.1
- Add missing dependency on poslib

Removed file(s):
- files/patch-configure

Generated with FreeBSD Port Tools 0.29
>How-To-Repeat:
>Fix:

--- posadis-0.60.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/dns/posadis/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	5 Sep 2003 04:54:36 -0000	1.2
+++ Makefile	7 Oct 2003 20:38:11 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	posadis
-PORTVERSION=	0.50.9
+PORTVERSION=	0.60.1
 CATEGORIES=	dns
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,22 +14,23 @@
 MAINTAINER=	sergei at kolobov.com
 COMMENT=	"Domain Name Server (DNS) implementation"
 
+LIB_DEPENDS=	poslib.0:${PORTSDIR}/devel/poslib
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS}" --disable-gtk
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL=	yes
+INSTALLS_SHLIB=	yes
 
-MAN1=		posadis.1 posctl.1 posask.1
-MAN5=		posadis.conf.5 posadis-domains.conf.5
-DOCS=		AUTHORS ChangeLog NEWS README TODO
+PLIST_SUB=	VERSION="${PORTVERSION}"
 
-post-patch:
-	${RM} -f ${WRKSRC}/doc/posadis.info*
+MAN1=		getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
+MAN5=		posadisrc.5
+DOCS=		AUTHORS ChangeLog README TODO
 
 .if !defined(NOPORTDOCS)
 post-install:
 	@${MKDIR} ${DOCSDIR}
-.for file in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/dns/posadis/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	1 Apr 2003 02:38:25 -0000	1.1
+++ distinfo	6 Oct 2003 05:42:55 -0000
@@ -1 +1 @@
-MD5 (posadis-0.50.9.tar.gz) = 74992c1fbf0ac8dbc4869010c0f91bfc
+MD5 (posadis-0.60.1.tar.gz) = feccf256162504785e994e5394594615
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/dns/posadis/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	1 Apr 2003 02:38:25 -0000	1.1
+++ pkg-plist	6 Oct 2003 06:35:12 -0000
@@ -1,12 +1,44 @@
+bin/getzone
 bin/posadis
-bin/posctl
+bin/posadis-config
+bin/posadis-getroots
 bin/posask
- at unexec install-info --delete %D/info/posadis.info %D/info/dir
-info/posadis.info
- at exec install-info %D/info/posadis.info %D/info/dir
+bin/poshost
+include/ltdl.h
+include/posadis-%%VERSION%%/auth_mem.h
+include/posadis-%%VERSION%%/cacheapply.h
+include/posadis-%%VERSION%%/configuration.h
+include/posadis-%%VERSION%%/forward.h
+include/posadis-%%VERSION%%/hashvector.h
+include/posadis-%%VERSION%%/lib.h
+include/posadis-%%VERSION%%/masterfile.h
+include/posadis-%%VERSION%%/pbl.h
+include/posadis-%%VERSION%%/query.h
+include/posadis-%%VERSION%%/recursive.h
+include/posadis-%%VERSION%%/resolver.h
+include/posadis-%%VERSION%%/stdquery.h
+include/posadis-%%VERSION%%/vector.h
+include/posadis-%%VERSION%%/zones.h
+include/posadis-%%VERSION%%/zonetransfer.h
+include/posadis-%%VERSION%%/secondary.h
+include/posadis-%%VERSION%%/updates.h
+ at dirrm include/posadis-%%VERSION%%
+lib/libltdl.so.4
+lib/libltdl.so
+lib/libltdl.la
+lib/libltdl.a
+lib/posadis/revmap.so.0
+lib/posadis/revmap.so
+lib/posadis/revmap.la
+lib/posadis/localhost.so.0
+lib/posadis/localhost.so
+lib/posadis/localhost.la
+ at dirrm lib/posadis
+lib/posadis-%%VERSION%%/include/posadis-config.h
+ at dirrm lib/posadis-%%VERSION%%/include
+ at dirrm lib/posadis-%%VERSION%%
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TODO
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- files/patch-configure	1 Apr 2003 02:38:25 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- configure.orig	Fri Feb 28 00:45:14 2003
-+++ configure	Fri Feb 28 00:45:47 2003
-@@ -963,7 +963,7 @@
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf.  Sigh.
- if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
--   MAKEINFO=makeinfo
-+   MAKEINFO="makeinfo --no-split"
-    echo "$ac_t""found" 1>&6
- else
-    MAKEINFO="$missing_dir/missing makeinfo"
--- posadis-0.60.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list