Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Oct 2003 23:00:45 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57679: [maintainer update] net/pear-Net_NNTP: Update to 0.9.3
Message-ID:  <20031006210043.5756643FD7@mx1.FreeBSD.org>
Resent-Message-ID: <200310062110.h96LAI4v097332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57679
>Category:       ports
>Synopsis:       [maintainer update] net/pear-Net_NNTP: Update to 0.9.3
>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:   Mon Oct 06 14:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	- Update to 0.9.3
	- Add examples

>How-To-Repeat:
	N/A.
>Fix:

	

--- pear-Net_NNTP.diff begins here ---
Index: pear-Net_NNTP/Makefile
===================================================================
RCS file: /WORK/REPO/ports/net/pear-Net_NNTP/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- pear-Net_NNTP/Makefile	28 Aug 2003 08:40:38 -0000	1.2
+++ pear-Net_NNTP/Makefile	6 Oct 2003 20:55:27 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net_NNTP
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	net news www
 
 MAINTAINER=	sheepkiller@cultdeadsheep.org
@@ -27,5 +27,9 @@
 	@${CP} -p ${WRKSRC}/${FILE} ${PEARDIR}/Net/NNTP
 .endfor
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net
+.if !(NOPORTDOCS)
+	@${MKDIR} ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/examples/news.php.net/* ${EXAMPLESDIR}
+.endif
 
 .include <bsd.port.post.mk>
Index: pear-Net_NNTP/distinfo
===================================================================
RCS file: /WORK/REPO/ports/net/pear-Net_NNTP/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- pear-Net_NNTP/distinfo	28 Aug 2003 08:40:38 -0000	1.2
+++ pear-Net_NNTP/distinfo	6 Oct 2003 20:55:27 -0000
@@ -1 +1 @@
-MD5 (PEAR/Net_NNTP-0.9.2.tgz) = 1748a8d1a9cf5194f4f8bd91cb117b6f
+MD5 (PEAR/Net_NNTP-0.9.3.tgz) = 9a7630b41e491c4dba11d7306d4e8ac0
Index: pear-Net_NNTP/pkg-plist
===================================================================
RCS file: /WORK/REPO/ports/net/pear-Net_NNTP/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pear-Net_NNTP/pkg-plist	28 Aug 2003 08:40:38 -0000	1.2
+++ pear-Net_NNTP/pkg-plist	6 Oct 2003 20:55:27 -0000
@@ -3,6 +3,11 @@
 %%PEARDIR%%/Net/NNTP/Header.php
 %%PEARDIR%%/Net/NNTP/Message.php
 %%PKGREGDIR%%/package.xml
+%%PORTDOCS%%%%EXAMPLESDIR%%/README
+%%PORTDOCS%%%%EXAMPLESDIR%%/read.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/group.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/index.php
 @dirrm %%PEARDIR%%/Net/NNTP
 @dirrm %%PKGREGDIR%%
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 @unexec rmdir %D/share/pear/Net 2> /dev/null || true
--- pear-Net_NNTP.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006210043.5756643FD7>