diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-03-16 11:37:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-03-16 11:37:30 +0000 |
commit | 0074a60ea3b5364c84b7ae8a135ac0801c320ecc (patch) | |
tree | 5c15cc2887be0694b3371336d830dae8419e4420 /news/tin | |
parent | 4513766db93bdbd28afa9f19ff9b22597813986e (diff) | |
download | ports-0074a60ea3b5364c84b7ae8a135ac0801c320ecc.tar.gz ports-0074a60ea3b5364c84b7ae8a135ac0801c320ecc.zip |
Notes
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 3 | ||||
-rw-r--r-- | news/tin/distinfo | 6 | ||||
-rw-r--r-- | news/tin/files/patch-src-mail.c | 11 | ||||
-rw-r--r-- | news/tin/pkg-plist | 1 |
4 files changed, 5 insertions, 16 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 25e6925ef435..9853f81cb2e3 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tin -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES+= news ipv6 MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/stable/ \ ftp://ftp.stikman.com/pub/tin/stable/ \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 68f669ce0a4f..aeaacae71be2 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1,3 +1,3 @@ -MD5 (tin-1.8.0.tar.bz2) = 696d69b71c2962863fd11bce1848cc0d -SHA256 (tin-1.8.0.tar.bz2) = 7fe983c519405cdfda10187d03b4f3be25d5b8d967365ee5006750e26b29db99 -SIZE (tin-1.8.0.tar.bz2) = 1406674 +MD5 (tin-1.8.1.tar.bz2) = efeecdf72683213d9e705c28de87ea2e +SHA256 (tin-1.8.1.tar.bz2) = c36499e352af16b7e05ede0bf179b61bd05072082c6b45364565d1da7099a540 +SIZE (tin-1.8.1.tar.bz2) = 1435271 diff --git a/news/tin/files/patch-src-mail.c b/news/tin/files/patch-src-mail.c deleted file mode 100644 index 6b21288435f1..000000000000 --- a/news/tin/files/patch-src-mail.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mail.c.orig Wed Jan 18 23:29:18 2006 -+++ src/mail.c Wed Jan 18 23:29:28 2006 -@@ -369,7 +369,7 @@ - space = strlen(ptr) + 1; - groupname = my_malloc(space); - } else { -- while (strlen(ptr) > space) { /* realloc needed? */ -+ while (strlen(ptr) + 1 > space) { /* realloc needed? */ - space <<= 1; /* double size */ - groupname = my_realloc(groupname, space); - } diff --git a/news/tin/pkg-plist b/news/tin/pkg-plist index 9e82296189d6..cd4e43c10981 100644 --- a/news/tin/pkg-plist +++ b/news/tin/pkg-plist @@ -18,6 +18,7 @@ share/locale/et/LC_MESSAGES/tin.mo share/locale/fr/LC_MESSAGES/tin.mo share/locale/ru/LC_MESSAGES/tin.mo share/locale/rw/LC_MESSAGES/tin.mo +share/locale/sv/LC_MESSAGES/tin.mo share/locale/tr/LC_MESSAGES/tin.mo @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw |