diff options
author | ache <ache@FreeBSD.org> | 2006-03-16 19:37:30 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-03-16 19:37:30 +0800 |
commit | d5927ac0a6f50c2d8d3537080f10a0d5a6acc26d (patch) | |
tree | 0bb25753967de7131982291011e74693a7588995 | |
parent | dfe23a7e66381024db637cf6db42805132879eb9 (diff) | |
download | freebsd-ports-gnome-d5927ac0a6f50c2d8d3537080f10a0d5a6acc26d.tar.gz freebsd-ports-gnome-d5927ac0a6f50c2d8d3537080f10a0d5a6acc26d.tar.zst freebsd-ports-gnome-d5927ac0a6f50c2d8d3537080f10a0d5a6acc26d.zip |
Upgrade to 1.8.1
-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 |