diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 06:56:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 06:56:00 +0800 |
commit | d2671b93a451a00132ec1ac6aa0411d191a18f7a (patch) | |
tree | 618673e951cbc6243d022e1e0e86bcb1f5e2d4fc /net | |
parent | 9ed0c9092ab2a58c8c10a4175965c5084dd950e4 (diff) | |
download | freebsd-ports-gnome-d2671b93a451a00132ec1ac6aa0411d191a18f7a.tar.gz freebsd-ports-gnome-d2671b93a451a00132ec1ac6aa0411d191a18f7a.tar.zst freebsd-ports-gnome-d2671b93a451a00132ec1ac6aa0411d191a18f7a.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>
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 6 | ||||
-rw-r--r-- | net/pear-Net_NNTP/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Net_NNTP/pkg-plist | 5 |
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 |