aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 22:56:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-07 22:56:00 +0000
commit66cb442d9afac56985eaae5746207b9bfde60380 (patch)
tree1728f3bfc2d5ec6432a4daeda95675e0ec94e9aa /net/pear-Net_NNTP
parent1845a0c9a0fa32ba295857432ffe5566f225a8de (diff)
downloadports-66cb442d9afac56985eaae5746207b9bfde60380.tar.gz
ports-66cb442d9afac56985eaae5746207b9bfde60380.zip
[maintainer update] net/pear-Net_NNTP: Update to 0.9.3
- Update to 0.9.3 - Add examples PR: ports/57679 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=90562
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r--net/pear-Net_NNTP/Makefile6
-rw-r--r--net/pear-Net_NNTP/distinfo2
-rw-r--r--net/pear-Net_NNTP/pkg-plist5
3 files changed, 11 insertions, 2 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index c8e42b7b3e65..9ff89dadb730 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -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 @@ do-install:
@${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>
diff --git a/net/pear-Net_NNTP/distinfo b/net/pear-Net_NNTP/distinfo
index 0a6146a9cde2..f64c7fc060da 100644
--- a/net/pear-Net_NNTP/distinfo
+++ b/net/pear-Net_NNTP/distinfo
@@ -1 +1 @@
-MD5 (PEAR/Net_NNTP-0.9.2.tgz) = 1748a8d1a9cf5194f4f8bd91cb117b6f
+MD5 (PEAR/Net_NNTP-0.9.3.tgz) = 9a7630b41e491c4dba11d7306d4e8ac0
diff --git a/net/pear-Net_NNTP/pkg-plist b/net/pear-Net_NNTP/pkg-plist
index cd7d31ce9ad7..2c50e63cfdbe 100644
--- a/net/pear-Net_NNTP/pkg-plist
+++ b/net/pear-Net_NNTP/pkg-plist
@@ -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