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

(-)pircbot/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pircbot
8
PORTNAME=	pircbot
9
PORTVERSION=	1.0.5
9
PORTVERSION=	1.2.0
10
CATEGORIES=	irc java
10
CATEGORIES=	irc java
11
MASTER_SITES=	http://www.jibble.org/files/ \
11
MASTER_SITES=	http://www.jibble.org/files/ \
12
		http://www.i-scream.org/downloads/other/
12
		http://www.i-scream.org/downloads/other/
Lines 23-29 Link Here
23
	${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes
23
	${INSTALL_DATA} ${WRKSRC}/pircbot.jar ${PREFIX}/share/java/classes
24
.if !defined(NOPORTDOCS)
24
.if !defined(NOPORTDOCS)
25
	${MKDIR} ${PREFIX}/share/doc/pircbot
25
	${MKDIR} ${PREFIX}/share/doc/pircbot
26
	(cd ${WRKSRC}/javadocs && ${TAR} -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot)
26
	(cd ${WRKSRC}/javadocs && ${TAR} --exclude CVS -cf - . | ${TAR} -xf - -C ${PREFIX}/share/doc/pircbot)
27
.endif
27
.endif
28
28
29
post-install:
29
post-install:
(-)pircbot/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (pircbot-1.0.5.zip) = 9e1da0ec81906e974849c947f7cc463e
1
MD5 (pircbot-1.2.0.zip) = 90e388e98433d649478413cbb925a1ef
(-)pircbot/pkg-plist (+4 lines)
Lines 2-7 Link Here
2
%%PORTDOCS%%share/doc/pircbot/constant-values.html
2
%%PORTDOCS%%share/doc/pircbot/constant-values.html
3
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/NickAlreadyInUseException.html
3
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/NickAlreadyInUseException.html
4
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccChat.html
4
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccChat.html
5
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccFileTransfer.html
6
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/DccManager.html
5
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IdentServer.html
7
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IdentServer.html
6
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/InputThread.html
8
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/InputThread.html
7
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IrcException.html
9
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/class-use/IrcException.html
Lines 16-21 Link Here
16
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-summary.html
18
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-summary.html
17
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-tree.html
19
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/package-tree.html
18
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccChat.html
20
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccChat.html
21
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccFileTransfer.html
22
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/DccManager.html
19
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IdentServer.html
23
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/IdentServer.html
20
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/InputThread.html
24
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/InputThread.html
21
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/OutputThread.html
25
%%PORTDOCS%%share/doc/pircbot/org/jibble/pircbot/OutputThread.html

Return to bug 53616