news/tin: update to 2.4.3
Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22562
This commit is contained in:
parent
3628e02108
commit
e5d08dc1df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518619
4 changed files with 16 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tin
|
||||
PORTVERSION= 2.4.2
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 2.4.3
|
||||
CATEGORIES+= news
|
||||
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
|
||||
ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \
|
||||
|
@ -98,6 +97,7 @@ post-patch:
|
|||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults \
|
||||
${STAGEDIR}${PREFIX}/etc/tin.defaults.sample
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tin
|
||||
ln -sf tin ${STAGEDIR}${PREFIX}/bin/rtin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1514201485
|
||||
SHA256 (tin-2.4.2.tar.bz2) = 60d1eda6b6a2af842c75bef022d1b359105acceae0caec52b892bedf2da3055a
|
||||
SIZE (tin-2.4.2.tar.bz2) = 2064755
|
||||
TIMESTAMP = 1574804848
|
||||
SHA256 (tin-2.4.3.tar.bz2) = abaf580aa54c0b66b854e70b54d54451d94971ca932055cc55f5f8236e71b52e
|
||||
SIZE (tin-2.4.3.tar.bz2) = 2170014
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--- configure.orig 2015-12-24 08:48:36.000000000 +0100
|
||||
+++ configure 2016-01-16 18:09:27.783380000 +0100
|
||||
@@ -9167,7 +9167,7 @@ fi
|
||||
|
||||
--- configure.orig 2018-12-24 09:28:05 UTC
|
||||
+++ configure
|
||||
@@ -11842,7 +11842,7 @@ fi
|
||||
fi
|
||||
|
||||
case $host_os in
|
||||
-(freebsd*)
|
||||
|
@ -9,8 +9,8 @@
|
|||
# This is only necessary if you are linking against an obsolete
|
||||
# version of ncurses (but it should do no harm, since it's static).
|
||||
if test "$cf_nculib_root" = ncurses ; then
|
||||
@@ -10649,7 +10649,7 @@ fi
|
||||
|
||||
@@ -13902,7 +13902,7 @@ fi
|
||||
fi
|
||||
|
||||
case $host_os in
|
||||
-(freebsd*)
|
||||
|
@ -18,12 +18,12 @@
|
|||
# This is only necessary if you are linking against an obsolete
|
||||
# version of ncurses (but it should do no harm, since it's static).
|
||||
if test "$cf_nculib_root" = ncurses ; then
|
||||
@@ -11329,7 +11329,7 @@ echo "$ac_t""$cf_result" 1>&6
|
||||
@@ -14756,7 +14756,7 @@ echo "${ECHO_T}$cf_result" >&6
|
||||
|
||||
if test "$cf_result" = no ; then
|
||||
case $host_os in
|
||||
-(freebsd*)
|
||||
+(XXXfreebsd*)
|
||||
echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6
|
||||
echo "configure:11335: checking for tgoto in -lmytinfo" >&5
|
||||
ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'`
|
||||
echo "$as_me:14760: checking for tgoto in -lmytinfo" >&5
|
||||
echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then
|
||||
|
|
|
@ -19,6 +19,7 @@ man/man5/tin_mmdf.5.gz
|
|||
%%NLS%%share/locale/da/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/tin.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/tin.mo
|
||||
|
|
Loading…
Reference in a new issue