summaryrefslogtreecommitdiff
path: root/net-im/jabber-pyicq
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-20 16:38:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-20 16:38:51 +0000
commit813c25a31c69a9a7c76bca9cca111540442b4ae1 (patch)
tree16ff2abf208a2e99186ae8decfff809da2196845 /net-im/jabber-pyicq
parent- Rework Makefile - portlintification (diff)
- Update to 0.7a
Notes
Notes: svn path=/head/; revision=157755
Diffstat (limited to 'net-im/jabber-pyicq')
-rw-r--r--net-im/jabber-pyicq/Makefile2
-rw-r--r--net-im/jabber-pyicq/distinfo6
-rw-r--r--net-im/jabber-pyicq/files/patch-src_main.py10
3 files changed, 9 insertions, 9 deletions
diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile
index 00a8dfde0a93..b8056b609fff 100644
--- a/net-im/jabber-pyicq/Makefile
+++ b/net-im/jabber-pyicq/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= pyicq
-PORTVERSION= 0.7
+PORTVERSION= 0.7a
CATEGORIES= net-im
MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/
PKGNAMEPREFIX= jabber-
diff --git a/net-im/jabber-pyicq/distinfo b/net-im/jabber-pyicq/distinfo
index f82509eae890..b6ccfaca79b1 100644
--- a/net-im/jabber-pyicq/distinfo
+++ b/net-im/jabber-pyicq/distinfo
@@ -1,3 +1,3 @@
-MD5 (jabber/pyicq-t-0.7.tar.gz) = d5e668f215bd36c82a1e5506fc484888
-SHA256 (jabber/pyicq-t-0.7.tar.gz) = 127889288441f9fa92e0ae992a3c4e884228d130f71b950f826404c91aa9e3cf
-SIZE (jabber/pyicq-t-0.7.tar.gz) = 138023
+MD5 (jabber/pyicq-t-0.7a.tar.gz) = 3a712b152b80e9b2d060548292f56274
+SHA256 (jabber/pyicq-t-0.7a.tar.gz) = 61d98615a99e24d6b4786c10768aca22b3b4a4ac57c70c12929a9e32a32c6a94
+SIZE (jabber/pyicq-t-0.7a.tar.gz) = 140340
diff --git a/net-im/jabber-pyicq/files/patch-src_main.py b/net-im/jabber-pyicq/files/patch-src_main.py
index d9fac606fd27..485bc7d15308 100644
--- a/net-im/jabber-pyicq/files/patch-src_main.py
+++ b/net-im/jabber-pyicq/files/patch-src_main.py
@@ -1,16 +1,16 @@
---- src/main.py.orig Sat Feb 11 01:14:59 2006
-+++ src/main.py Thu Mar 2 17:01:07 2006
+--- src/main.py.orig Mon Mar 6 21:58:50 2006
++++ src/main.py Mon Mar 20 13:34:50 2006
@@ -1,3 +1,4 @@
+#!%%PYTHON_CMD%%
- # Copyrigh 2004-2005 Daniel Henninger <jadestorm@nc.rr.com>
+ # Copyrigh 2004-2006 Daniel Henninger <jadestorm@nc.rr.com>
# Licensed for distribution under the GPL version 2, check COPYING for details
-@@ -34,7 +35,7 @@
+@@ -25,7 +26,7 @@
import config
import xmlconfig
-conffile = "config.xml"
+conffile = "%%PREFIX%%/etc/jabber-pyicq.xml"
+ profilelog = None
options = {}
daemonizeme = False
- opts, args = getopt.getopt(sys.argv[1:], "bc:o:dDgtl:h", ["background", "config=", "option=", "debug", "Debug", "garbage", "traceback", "log=", "help"])