diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-06-01 01:44:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-06-01 01:44:54 +0000 |
commit | 34e54482df8c50e4ecc5cb4ab5742ff56d3511d8 (patch) | |
tree | 8b29ba5df77c40a65ad18cc05102f489b1fcf94c /news/tin | |
parent | b9b8d48bbd123f847d3f9401ec7afeda0457b9e8 (diff) |
Upgrade to 1.7.8
Notes
Notes:
svn path=/head/; revision=136572
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 6 | ||||
-rw-r--r-- | news/tin/distinfo | 4 | ||||
-rw-r--r-- | news/tin/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 472e7144728c..1c33abb97bbc 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tin -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8 CATEGORIES+= news ipv6 MASTER_SITES= http://mirrors.rcn.net/pub/news/tin/v1.7/ \ ftp://mirrors.rcn.net/pub/news/tin/v1.7/ \ @@ -24,7 +24,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -TIN_EDITOR?= /usr/bin/ee +WITH_TIN_EDITOR?= /usr/bin/ee # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii # national environment. @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/news/lib \ --with-defaults-dir=${PREFIX}/etc \ - --with-editor=${TIN_EDITOR} \ + --with-editor=${WITH_TIN_EDITOR} \ --enable-nls \ --with-pcre=yes \ --with-screen=ncurses \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 25430889032e..36f04dee3383 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -1,2 +1,2 @@ -MD5 (tin-1.7.7.tar.bz2) = 40e107e71c9a7312b41cae6c9b7c2885 -SIZE (tin-1.7.7.tar.bz2) = 1258730 +MD5 (tin-1.7.8.tar.bz2) = 3ff01ea3b4225ecb7e0ae3f5933175d1 +SIZE (tin-1.7.8.tar.bz2) = 1291687 diff --git a/news/tin/pkg-plist b/news/tin/pkg-plist index d0c1232121ab..82870a0f19d9 100644 --- a/news/tin/pkg-plist +++ b/news/tin/pkg-plist @@ -16,3 +16,4 @@ share/locale/de/LC_MESSAGES/tin.mo share/locale/en_GB/LC_MESSAGES/tin.mo share/locale/et/LC_MESSAGES/tin.mo share/locale/fr/LC_MESSAGES/tin.mo +share/locale/tr/LC_MESSAGES/tin.mo |