diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-20 00:26:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-20 00:26:55 +0800 |
commit | 19bee16186da4321f693a6efab36b51d743bd2cc (patch) | |
tree | c0c766a9ae53d869c789c0a04af6950138d861f6 /net-im/tkabbur | |
parent | 88f192eac0535b31436be11c316844bc158b54c3 (diff) | |
download | freebsd-ports-gnome-19bee16186da4321f693a6efab36b51d743bd2cc.tar.gz freebsd-ports-gnome-19bee16186da4321f693a6efab36b51d743bd2cc.tar.zst freebsd-ports-gnome-19bee16186da4321f693a6efab36b51d743bd2cc.zip |
- Update to 0.8
- Fix pkg-descr
PR: 128217
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'net-im/tkabbur')
-rw-r--r-- | net-im/tkabbur/Makefile | 4 | ||||
-rw-r--r-- | net-im/tkabbur/distinfo | 6 | ||||
-rw-r--r-- | net-im/tkabbur/pkg-descr | 1 | ||||
-rw-r--r-- | net-im/tkabbur/pkg-plist | 4 |
4 files changed, 5 insertions, 10 deletions
diff --git a/net-im/tkabbur/Makefile b/net-im/tkabbur/Makefile index 9abd2dd8af21..64250905460c 100644 --- a/net-im/tkabbur/Makefile +++ b/net-im/tkabbur/Makefile @@ -6,11 +6,10 @@ # PORTNAME= tkabbur -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -EXTRACT_SUFX= .tbz2 MAINTAINER= adox@mcx2.org COMMENT= Is a modification of XMPP/Jabber client Tkabber @@ -21,6 +20,7 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget WRKSRC= ${WRKDIR}/${DISTNAME} +USE_BZIP2= yes NO_BUILD= yes SUBDIRS= contrib emoticons ifacetk jabberlib mclistbox \ diff --git a/net-im/tkabbur/distinfo b/net-im/tkabbur/distinfo index 2350374cd189..b79bbaede34b 100644 --- a/net-im/tkabbur/distinfo +++ b/net-im/tkabbur/distinfo @@ -1,3 +1,3 @@ -MD5 (tkabbur-0.7.src.tbz2) = a2402dd6f01596bc090666fb4c828db9 -SHA256 (tkabbur-0.7.src.tbz2) = 68ff4e5d68b3fcdb77f973d700ca1315e644d1d93e079c683b99355df66b5783 -SIZE (tkabbur-0.7.src.tbz2) = 1109308 +MD5 (tkabbur-0.8.src.tar.bz2) = e999f78155eb70709a0c005ecb037cd6 +SHA256 (tkabbur-0.8.src.tar.bz2) = 6e0350315f16c6b6aee450ea2ceba2ae09174f2a6a81c0147f16ab2f03ae313d +SIZE (tkabbur-0.8.src.tar.bz2) = 1111620 diff --git a/net-im/tkabbur/pkg-descr b/net-im/tkabbur/pkg-descr index 0612a443bfc2..3d69e2b2ece4 100644 --- a/net-im/tkabbur/pkg-descr +++ b/net-im/tkabbur/pkg-descr @@ -2,4 +2,3 @@ Tkabbur is a modification of XMPP/Jabber client Tkabber, that brings many new features. WWW: http://code.google.com/p/tkabbur/ - diff --git a/net-im/tkabbur/pkg-plist b/net-im/tkabbur/pkg-plist index 97645e5177eb..944d37c62de9 100644 --- a/net-im/tkabbur/pkg-plist +++ b/net-im/tkabbur/pkg-plist @@ -300,7 +300,6 @@ bin/tkabbur %%DATADIR%%/plugins/chat/draw_timestamp.tcl %%DATADIR%%/plugins/chat/draw_xhtml_message.tcl %%DATADIR%%/plugins/chat/empty_body.tcl -%%DATADIR%%/plugins/chat/events.tcl %%DATADIR%%/plugins/chat/exec_command.tcl %%DATADIR%%/plugins/chat/histool.tcl %%DATADIR%%/plugins/chat/history.tcl @@ -472,8 +471,6 @@ bin/tkabbur %%DATADIR%%/plugins/other/ctcomp/ctcomp.tcl %%DATADIR%%/plugins/other/ctcomp/license.terms %%DATADIR%%/plugins/other/custom-urls/custom-urls.tcl -%%DATADIR%%/plugins/other/cyrillize/cyrillize.tcl -%%DATADIR%%/plugins/other/cyrillize/engrus.tbl %%DATADIR%%/plugins/other/debug/debug.tcl %%DATADIR%%/plugins/other/debug/msgs/de.msg %%DATADIR%%/plugins/other/debug/msgs/es.msg @@ -1118,7 +1115,6 @@ bin/tkabbur @dirrm %%DATADIR%%/plugins/other/ejabberd @dirrm %%DATADIR%%/plugins/other/debug/msgs @dirrm %%DATADIR%%/plugins/other/debug -@dirrm %%DATADIR%%/plugins/other/cyrillize @dirrm %%DATADIR%%/plugins/other/custom-urls @dirrm %%DATADIR%%/plugins/other/ctcomp @dirrm %%DATADIR%%/plugins/other/chess/pixmaps/xboard |