Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 20:40:43 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523591 - in head/news/tin: . files
Message-ID:  <202001192040.00JKeh39034502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Sun Jan 19 20:40:43 2020
New Revision: 523591
URL: https://svnweb.freebsd.org/changeset/ports/523591

Log:
  news/tin: update to 2.4.4
  
  changelog http://bzr.tin.org/doc/CHANGES
  
  Approved by:	krion (mentor)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D23266

Modified:
  head/news/tin/Makefile
  head/news/tin/distinfo
  head/news/tin/files/patch-configure

Modified: head/news/tin/Makefile
==============================================================================
--- head/news/tin/Makefile	Sun Jan 19 20:39:26 2020	(r523590)
+++ head/news/tin/Makefile	Sun Jan 19 20:40:43 2020	(r523591)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tin
-PORTVERSION=	2.4.3
+PORTVERSION=	2.4.4
 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}/ \

Modified: head/news/tin/distinfo
==============================================================================
--- head/news/tin/distinfo	Sun Jan 19 20:39:26 2020	(r523590)
+++ head/news/tin/distinfo	Sun Jan 19 20:40:43 2020	(r523591)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574804848
-SHA256 (tin-2.4.3.tar.bz2) = abaf580aa54c0b66b854e70b54d54451d94971ca932055cc55f5f8236e71b52e
-SIZE (tin-2.4.3.tar.bz2) = 2170014
+TIMESTAMP = 1579459668
+SHA256 (tin-2.4.4.tar.bz2) = 765570424b5f78b5672ccb27eca7b739fdaed826f7a923e5a8047b018ad9a5f9
+SIZE (tin-2.4.4.tar.bz2) = 2161676

Modified: head/news/tin/files/patch-configure
==============================================================================
--- head/news/tin/files/patch-configure	Sun Jan 19 20:39:26 2020	(r523590)
+++ head/news/tin/files/patch-configure	Sun Jan 19 20:40:43 2020	(r523591)
@@ -1,29 +1,29 @@
---- configure.orig	2018-12-24 09:28:05 UTC
+--- configure.orig	2019-12-24 10:00:18 UTC
 +++ configure
-@@ -11842,7 +11842,7 @@ fi
+@@ -11907,7 +11907,7 @@ fi
  fi
  
  case $host_os in
--(freebsd*)
-+(XXXfreebsd*)
+-freebsd*)
++XXXfreebsd*)
  	# 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
-@@ -13902,7 +13902,7 @@ fi
+@@ -13967,7 +13967,7 @@ fi
  fi
  
  case $host_os in
--(freebsd*)
-+(XXXfreebsd*)
+-freebsd*)
++XXXfreebsd*)
  	# 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
-@@ -14756,7 +14756,7 @@ echo "${ECHO_T}$cf_result" >&6
+@@ -14821,7 +14821,7 @@ echo "${ECHO_T}$cf_result" >&6
  
  if test "$cf_result" = no ; then
  case $host_os in
--(freebsd*)
-+(XXXfreebsd*)
- 	echo "$as_me:14760: checking for tgoto in -lmytinfo" >&5
+-freebsd*)
++XXXfreebsd*)
+ 	echo "$as_me:14825: 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001192040.00JKeh39034502>