From tmseck@netcologne.de  Sun Mar 13 12:54:39 2005
Return-Path: <tmseck@netcologne.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2518B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Mar 2005 12:54:39 +0000 (GMT)
Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A86A243D39
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Mar 2005 12:54:38 +0000 (GMT)
	(envelope-from tmseck@netcologne.de)
Received: from laurel.tmseck.homedns.org (xdsl-213-196-221-79.netcologne.de [213.196.221.79])
	by smtp2.netcologne.de (Postfix) with SMTP id 7277F44EA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Mar 2005 13:54:37 +0100 (MET)
Received: (qmail 24411 invoked by uid 1001); 13 Mar 2005 12:54:59 -0000
Message-Id: <20050313125459.24410.qmail@laurel.tmseck.homedns.org>
Date: 13 Mar 2005 12:54:59 -0000
From: Thomas-Martin Seck <tmseck@netcologne.de>
Reply-To: Thomas-Martin Seck <tmseck@netcologne.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] devel/libowfat: update to 0.22
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78781
>Category:       ports
>Synopsis:       [Maintainer] devel/libowfat: update to 0.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 13:00:10 GMT 2005
>Closed-Date:    Sun Mar 13 15:31:19 GMT 2005
>Last-Modified:  Sun Mar 13 15:31:19 GMT 2005
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of March 13, 2005.

	
>Description:
- Update to 0.22
- Clean up package list creation
	
>How-To-Repeat:
	
>Fix:
Apply this patch:
Index: distinfo
===================================================================
--- distinfo	(.../devel/libowfat)	(revision 442)
+++ distinfo	(.../local/libowfat)	(revision 442)
@@ -1,2 +1,2 @@
-MD5 (libowfat-0.21.tar.bz2) = 4023b5ecadbfb5c8ef81f956a42b7529
-SIZE (libowfat-0.21.tar.bz2) = 118300
+MD5 (libowfat-0.22.tar.bz2) = 19468178a3b14083f30f6de694652d18
+SIZE (libowfat-0.22.tar.bz2) = 111045
Index: files/manpages
===================================================================
--- files/manpages	(.../devel/libowfat)	(revision 442)
+++ files/manpages	(.../local/libowfat)	(revision 442)
@@ -152,8 +152,10 @@
 iob_addfile_close.3 \
 iob_adds.3 \
 iob_adds_free.3 \
+iob_free.3 \
 iob_new.3 \
 iob_prefetch.3 \
+iob_reset.3 \
 iob_send.3 \
 iob_write.3 \
 iopause.3 \
Index: Makefile
===================================================================
--- Makefile	(.../devel/libowfat)	(revision 442)
+++ Makefile	(.../local/libowfat)	(revision 442)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libowfat
-PORTVERSION=	0.21
+PORTVERSION=	0.22
 CATEGORIES=	devel ipv6
 MASTER_SITES=	http://dl.fefe.de/
 
@@ -29,10 +29,13 @@
 
 .include "${FILESDIR}/manpages"
 
-examples=	examples/byte.c examples/str.c
-examplesdir=	${EXAMPLESDIR:S,^${PREFIX}/,,}
-PLIST_DIRS=	${examplesdir}
-PLIST_FILES=	lib/libowfat.a ${examples:S,^examples/,${examplesdir}/,}
+include=	array.h buffer.h byte.h case.h dns.h errmsg.h fmt.h \
+		havealloca.h io.h iob.h iopause.h ip4.h ip6.h mmap.h \
+		ndelay.h open.h openreadclose.h readclose.h safemult.h \
+		scan.h socket.h str.h stralloc.h tai.h taia.h textcode.h \
+		uint16.h uint32.h uint64.h
+PLIST_DIRS=	include/libowfat
+PLIST_FILES=	${include:S,^,include/libowfat/,} lib/libowfat.a
 .if!defined(NOPORTDOCS)
 PORTDOCS=	CHANGES README TODO
 .endif
@@ -42,11 +45,5 @@
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
-	${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${examples} ${EXAMPLESDIR}
-# add installed header files to packaging list:
-	@cd ${PREFIX} && \
-	    ${FIND} include/libowfat -type f -o -type l | ${SORT} >>${TMPPLIST}
-	@${ECHO_CMD} "@dirrm include/libowfat" >>${TMPPLIST}
 
 .include <bsd.port.post.mk>
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sun Mar 13 15:31:07 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78781 
>Unformatted:
