[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbsd-ports
Subject:    Update: net/tkabber
From:       "Dmitrij D. Czarkoff" <czarkoff () gmail ! com>
Date:       2015-03-29 16:24:34
Message-ID: 20150329162434.GA20202 () e325 ! bedova ! me
[Download RAW message or body]

Hi!

The diff updates tkabber to version 1.1.1 and adds dependency on
net/tcludp, which is required for connecting to Google Talk and several
other services.

-- 
Dmitrij D. Czarkoff

Index: Makefile.inc
===================================================================
RCS file: /var/cvs/ports/net/tkabber/Makefile.inc,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile.inc
--- Makefile.inc	26 Mar 2014 09:50:34 -0000	1.1.1.1
+++ Makefile.inc	29 Mar 2015 06:48:12 -0000
@@ -9,7 +9,7 @@ MAINTAINER =		Dmitrij D. Czarkoff <czark
 # GPLv2
 PERMIT_PACKAGE_CDROM =	Yes
 
-VERSION = 		1.1
+VERSION = 		1.1.1
 
 MASTER_SITES =		http://files.jabber.ru/tkabber/
 EXTRACT_SUFX =		.tar.xz
Index: base/Makefile
===================================================================
RCS file: /var/cvs/ports/net/tkabber/base/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- base/Makefile	26 Mar 2014 09:50:34 -0000	1.1.1.1
+++ base/Makefile	29 Mar 2015 16:18:49 -0000
@@ -6,16 +6,17 @@ DISTNAME =		tkabber-${VERSION}
 
 RUN_DEPENDS =		${MODTK_RUN_DEPENDS} \
 			devel/tcllib \
+			net/tcludp \
 			security/tcltls \
 			x11/bwidget
 
 do-configure:
-	@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
-	@perl -pi -e 's,wish,${MODTK_BIN},' ${WRKSRC}/Makefile \
-		${WRKSRC}/tkabber.tcl ${WRKSRC}/examples/tools/tkabber_setstatus
+	perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
+	${MODTCL_WISH_ADJ} ${WRKSRC}/Makefile ${WRKSRC}/tkabber.tcl \
+		${WRKSRC}/examples/tools/tkabber_setstatus
 
 post-install:
-	@mv ${PREFIX}/share/doc/tkabber/examples \
+	mv ${PREFIX}/share/doc/tkabber/examples \
 		${PREFIX}/share/examples/tkabber
 
 .include <bsd.port.mk>
Index: base/distinfo
===================================================================
RCS file: /var/cvs/ports/net/tkabber/base/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- base/distinfo	26 Mar 2014 09:50:34 -0000	1.1.1.1
+++ base/distinfo	29 Mar 2015 09:35:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (tkabber-1.1.tar.xz) = QpWC2lRQjCClx2yx/16YLH1rPcNBYlJV7HJiFkWs4MY=
-SIZE (tkabber-1.1.tar.xz) = 992048
+SHA256 (tkabber-1.1.1.tar.xz) = uEcPlPbcoKqKDiD7HtJkip7+wed6tXZA906fUwksYZ4=
+SIZE (tkabber-1.1.1.tar.xz) = 993564
Index: base/patches/patch-Makefile
===================================================================
RCS file: /var/cvs/ports/net/tkabber/base/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-Makefile
--- base/patches/patch-Makefile	26 Mar 2014 09:50:34 -0000	1.1.1.1
+++ base/patches/patch-Makefile	29 Mar 2015 10:24:03 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2014/03/26 09:50:34 kirby Exp $
---- Makefile.orig	Wed Mar 19 15:08:10 2014
-+++ Makefile	Wed Mar 19 15:14:06 2014
-@@ -30,7 +30,7 @@ install: install-bin install-doc install-examples
+--- Makefile.orig	Sat Mar 28 20:02:27 2015
++++ Makefile	Sun Mar 29 12:23:15 2015
+@@ -29,7 +29,7 @@ install: install-bin install-doc install-examples
  
  install-bin:
  	install -d $(DESTDIR)$(TKABBERDIR)
@@ -10,11 +10,12 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2014/
  	chmod 755 $(DESTDIR)$(TKABBERDIR)/tkabber.tcl
  	chmod 755 $(DESTDIR)$(TKABBERDIR)/tkabber-remote.tcl
  	install -d $(DESTDIR)$(BINDIR)
-@@ -47,6 +47,6 @@ install-doc: doc
+@@ -46,7 +46,7 @@ install-doc: doc
  
  install-examples:
  	install -d $(DESTDIR)$(DOCDIR)
 -	cp -dr --no-preserve=ownership examples $(DESTDIR)$(DOCDIR)
 +	cp -R examples $(DESTDIR)$(DOCDIR)
  
- .PHONY: all doc install install-bin install-doc install-examples
+ # Update Tkabber from Fossil repository
+ up:
Index: plugins/distinfo
===================================================================
RCS file: /var/cvs/ports/net/tkabber/plugins/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- plugins/distinfo	26 Mar 2014 09:50:34 -0000	1.1.1.1
+++ plugins/distinfo	29 Mar 2015 10:00:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (tkabber-plugins-1.1.tar.xz) = vtBI0OYt2CsSWuOTGVgAKA3dn4xkFqLeCjzoTWAWIbc=
-SIZE (tkabber-plugins-1.1.tar.xz) = 670204
+SHA256 (tkabber-plugins-1.1.1.tar.xz) = 7k0vUCx9sO018QXQ9eY0jUUOhhPx0ihkJ0cB4G0C+hI=
+SIZE (tkabber-plugins-1.1.1.tar.xz) = 669492
Index: plugins/pkg/PLIST
===================================================================
RCS file: /var/cvs/ports/net/tkabber/plugins/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- plugins/pkg/PLIST	26 Mar 2014 09:50:35 -0000	1.1.1.1
+++ plugins/pkg/PLIST	29 Mar 2015 10:00:50 -0000
@@ -162,6 +162,7 @@ share/tkabber-plugins/ctcomp/ctcomp.tcl
 share/tkabber-plugins/ctcomp/license.terms
 share/tkabber-plugins/ctcomp/msgs/
 share/tkabber-plugins/ctcomp/msgs/de.msg
+share/tkabber-plugins/ctcomp/msgs/ru.msg
 share/tkabber-plugins/custom-urls/
 share/tkabber-plugins/custom-urls/custom-urls.tcl
 share/tkabber-plugins/custom-urls/msgs/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic