diff options
author | garga <garga@FreeBSD.org> | 2010-09-23 02:34:03 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-23 02:34:03 +0800 |
commit | 2c4942f93d878ec449eb5679f14cb54184e2a1b8 (patch) | |
tree | b69b9d9179203960fd091a04c0c3758d4ee45cf2 /net-im | |
parent | 2c102b2f9591008e04de1131f29cf16c2cce5ea5 (diff) | |
download | freebsd-ports-gnome-2c4942f93d878ec449eb5679f14cb54184e2a1b8.tar.gz freebsd-ports-gnome-2c4942f93d878ec449eb5679f14cb54184e2a1b8.tar.zst freebsd-ports-gnome-2c4942f93d878ec449eb5679f14cb54184e2a1b8.zip |
Update to 2.4.4
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/twirssi/Makefile | 3 | ||||
-rw-r--r-- | net-im/twirssi/distinfo | 6 | ||||
-rw-r--r-- | net-im/twirssi/files/patch-twirssi.pl | 35 |
3 files changed, 4 insertions, 40 deletions
diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile index 504cb25e6595..f73649994671 100644 --- a/net-im/twirssi/Makefile +++ b/net-im/twirssi/Makefile @@ -6,8 +6,7 @@ # PORTNAME= twirssi -PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTVERSION= 2.4.4 CATEGORIES= net-im MASTER_SITES= http://twirssi.com/ EXTRACT_SUFX= .pl diff --git a/net-im/twirssi/distinfo b/net-im/twirssi/distinfo index 55cfc6bd69bc..9cffc4c1436b 100644 --- a/net-im/twirssi/distinfo +++ b/net-im/twirssi/distinfo @@ -1,3 +1,3 @@ -MD5 (twirssi-2.4.3.pl) = 8c5e4c34446e6f03ee7bc2c7ad29e07d -SHA256 (twirssi-2.4.3.pl) = 284ee331bec35064bfa3a3fd9dab8330a17299dcdf5172b5be70786c008d21d7 -SIZE (twirssi-2.4.3.pl) = 64869 +MD5 (twirssi-2.4.4.pl) = 5f7f52ae30c48ef8a1435dfec8d031bd +SHA256 (twirssi-2.4.4.pl) = 60794f9063fe1443d3ef7f6ea461aad102537e3d1efac485bfcc218a0c3fe707 +SIZE (twirssi-2.4.4.pl) = 66068 diff --git a/net-im/twirssi/files/patch-twirssi.pl b/net-im/twirssi/files/patch-twirssi.pl deleted file mode 100644 index 0e221cc1d289..000000000000 --- a/net-im/twirssi/files/patch-twirssi.pl +++ /dev/null @@ -1,35 +0,0 @@ ---- twirssi.pl 2010-09-16 13:41:22.000000000 -0300 -+++ twirssi.pl 2010-09-16 13:37:44.000000000 -0300 -@@ -89,6 +89,10 @@ - - return unless $username = &valid_username($username); - -+ if (!utf8::is_utf8($text)) { -+ $text = decode("utf8", $text); -+ } -+ - eval { - if ( $twits{$username} - ->new_direct_message( { user => $target, text => $text } ) ) -@@ -244,6 +248,10 @@ - - return if &too_long($data); - -+ if (!utf8::is_utf8($data)) { -+ $data = decode "utf8", $data; -+ } -+ - my $success = 1; - my $res; - eval { -@@ -351,6 +359,10 @@ - - return if &too_long($data); - -+ if (!utf8::is_utf8($data)) { -+ $data = decode "utf8", $data; -+ } -+ - my $success = 1; - eval { - unless ( |