View | Details | Raw Unified | Return to bug 59977
Collapse All | Expand All

(-)pear-Net_NNTP/Makefile (-4 / +15 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Net_NNTP
8
PORTNAME=	Net_NNTP
9
PORTVERSION=	0.10.0
9
PORTVERSION=	0.10.1
10
CATEGORIES=	net news www pear
10
CATEGORIES=	net news www pear
11
11
12
MAINTAINER=	sheepkiller@cultdeadsheep.org
12
MAINTAINER=	sheepkiller@cultdeadsheep.org
Lines 18-24 Link Here
18
.include <bsd.port.pre.mk>
18
.include <bsd.port.pre.mk>
19
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
19
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
20
20
21
LIB_FILES=	NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
21
LIB_FILES=	NNTP/Realtime.php NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
22
PORTDOCS=	README
23
24
.if defined(NOPORTEXAMPLES)
25
PLIST_SUB+=		PORTEXAMPLES="@comment "
26
.else
27
PLIST_SUB+=		PORTEXAMPLES=""
28
.endif
22
29
23
do-install:
30
do-install:
24
	@${MKDIR} ${PEARDIR}/Net/NNTP
31
	@${MKDIR} ${PEARDIR}/Net/NNTP
Lines 27-35 Link Here
27
	@${CP} -p ${WRKSRC}/${FILE} ${PEARDIR}/Net/NNTP
34
	@${CP} -p ${WRKSRC}/${FILE} ${PEARDIR}/Net/NNTP
28
.endfor
35
.endfor
29
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net
36
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Net
30
.if !(NOPORTDOCS)
37
.if !(NOPORTEXAMPLES)
31
	@${MKDIR} ${EXAMPLESDIR}
38
	@${MKDIR} ${EXAMPLESDIR}
32
	@${INSTALL_DATA} ${WRKSRC}/examples/news.php.net/* ${EXAMPLESDIR}
39
	@${INSTALL_DATA} ${WRKSRC}/examples/news.php.net/*.php ${EXAMPLESDIR}
40
.endif
41
.if !defined(NOPORTDOCS)
42
	@${MKDIR} ${DOCSDIR}
43
	@${INSTALL_DATA} ${WRKSRC}/examples/news.php.net/${PORTDOCS} ${DOCSDIR}
33
.endif
44
.endif
34
45
35
.include <bsd.port.post.mk>
46
.include <bsd.port.post.mk>
(-)pear-Net_NNTP/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (PEAR/Net_NNTP-0.10.0.tgz) = 4ab0cf46f366086ec161f97d5f4eb6c1
1
MD5 (PEAR/Net_NNTP-0.10.1.tgz) = 495b9bb0218c9d43d291f0cec7b5dd87
(-)pear-Net_NNTP/pkg-plist (-6 / +6 lines)
Lines 1-13 Link Here
1
%%PEARDIR%%/Net/NNTP.php
1
%%PEARDIR%%/Net/NNTP.php
2
%%PEARDIR%%/Net/NNTP/Protocol.php
3
%%PEARDIR%%/Net/NNTP/Header.php
2
%%PEARDIR%%/Net/NNTP/Header.php
4
%%PEARDIR%%/Net/NNTP/Message.php
3
%%PEARDIR%%/Net/NNTP/Message.php
4
%%PEARDIR%%/Net/NNTP/Protocol.php
5
%%PEARDIR%%/Net/NNTP/Realtime.php
5
%%PKGREGDIR%%/package.xml
6
%%PKGREGDIR%%/package.xml
6
%%PORTDOCS%%%%EXAMPLESDIR%%/README
7
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.php
7
%%PORTDOCS%%%%EXAMPLESDIR%%/read.php
8
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/group.php
8
%%PORTDOCS%%%%EXAMPLESDIR%%/group.php
9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.php
9
%%PORTDOCS%%%%EXAMPLESDIR%%/index.php
10
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
10
@dirrm %%PEARDIR%%/Net/NNTP
11
@dirrm %%PEARDIR%%/Net/NNTP
11
@dirrm %%PKGREGDIR%%
12
@dirrm %%PKGREGDIR%%
12
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
13
@unexec rmdir %D/share/pear/Net 2> /dev/null || true
13
@unexec rmdir %D/share/pear/Net 2> /dev/null || true

Return to bug 59977