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

(-)tkabber-devel/Makefile (-2 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tkabber
8
PORTNAME=	tkabber
9
PORTVERSION=	0.9.8.a.20060521
9
PORTVERSION=	0.9.9.a.20060612
10
CATEGORIES=	net-im
10
CATEGORIES=	net-im
11
MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/
11
MASTER_SITES=	http://ports.internal.vlink.ru/distfiles/
12
PKGNAMESUFFIX=	-devel
12
PKGNAMESUFFIX=	-devel
Lines 31-36 Link Here
31
SUBDIRS=	aniemoteicons emoticons-tkabber ifaceck ifacetk plugins \
31
SUBDIRS=	aniemoteicons emoticons-tkabber ifaceck ifacetk plugins \
32
		jabberlib-tclxml pixmaps sounds textundo msgs mclistbox-1.02
32
		jabberlib-tclxml pixmaps sounds textundo msgs mclistbox-1.02
33
33
34
OPTIONS=	ZLIB "with zlib support" off
35
34
do-install:
36
do-install:
35
	${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
37
	${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
36
		-name tkabber \"\$$@\"\n" > ${WRKDIR}/tkabber.sh
38
		-name tkabber \"\$$@\"\n" > ${WRKDIR}/tkabber.sh
Lines 59-62 Link Here
59
	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
61
	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
60
.endif
62
.endif
61
63
62
.include <bsd.port.mk>
64
.include <bsd.port.pre.mk>
65
66
.if defined(WITH_ZLIB)
67
LIB_DEPENDS+=	ztcl[0-9]:${PORTSDIR}/devel/ztcl
68
.endif
69
70
.include <bsd.port.post.mk>
(-)tkabber-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tkabber-0.9.8.a.20060521.tar.bz2) = d0128432aeba51ed35885074482c2ae3
1
MD5 (tkabber-0.9.9.a.20060612.tar.bz2) = a0ecb2f5fcd0b8ddb26740f2cf49eb09
2
SHA256 (tkabber-0.9.8.a.20060521.tar.bz2) = a4464dc4c7fbcedfe1af660d6a9d9cead26e65f38b47bb27ce882b8a22ce9888
2
SHA256 (tkabber-0.9.9.a.20060612.tar.bz2) = 79bd4a92c89739939e8d69bf94fa8010600d92ced5a507e075aae3d307b3a4b0
3
SIZE (tkabber-0.9.8.a.20060521.tar.bz2) = 650298
3
SIZE (tkabber-0.9.9.a.20060612.tar.bz2) = 652352
(-)tkabber-devel/files/patch-tkabber.tcl (-2 / +2 lines)
Lines 4-11 Link Here
4
     return $snapshot
4
     return $snapshot
5
 }
5
 }
6
 
6
 
7
-set version "0.9.8-alpha[get_snapshot [file join $rootdir ChangeLog]]"
7
-set version "0.9.9-alpha[get_snapshot [file join $rootdir ChangeLog]]"
8
+set version "0.9.8-alpha[get_snapshot [file join $rootdir version]]"
8
+set version "0.9.9-alpha[get_snapshot [file join $rootdir version]]"
9
 set toolkit_version "Tcl/Tk [info patchlevel]"
9
 set toolkit_version "Tcl/Tk [info patchlevel]"
10
 set debug_lvls {}
10
 set debug_lvls {}
11
 
11
 
(-)tkabber-devel/pkg-plist (+1 lines)
Lines 524-529 Link Here
524
%%DATADIR%%/plugins/unix/menu.tcl
524
%%DATADIR%%/plugins/unix/menu.tcl
525
%%DATADIR%%/plugins/unix/menu8.4.tcl
525
%%DATADIR%%/plugins/unix/menu8.4.tcl
526
%%DATADIR%%/plugins/unix/systray.tcl
526
%%DATADIR%%/plugins/unix/systray.tcl
527
%%DATADIR%%/plugins/unix/tktray.tcl
527
%%DATADIR%%/plugins/unix/wmdock.tcl
528
%%DATADIR%%/plugins/unix/wmdock.tcl
528
%%DATADIR%%/plugins/windows/console.tcl
529
%%DATADIR%%/plugins/windows/console.tcl
529
%%DATADIR%%/plugins/windows/mousewheel.tcl
530
%%DATADIR%%/plugins/windows/mousewheel.tcl

Return to bug 99011