svn commit: r564679 - in head/news/tin: . files

Kevin Bowling kbowling at FreeBSD.org
Mon Feb 8 05:09:04 UTC 2021


Author: kbowling
Date: Mon Feb  8 05:09:03 2021
New Revision: 564679
URL: https://svnweb.freebsd.org/changeset/ports/564679

Log:
  news/tin: Update to 2.4.5
  
  Changelog http://bzr.tin.org/doc/CHANGES
  
  Sponsored by:	BBOX.io

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

Modified: head/news/tin/Makefile
==============================================================================
--- head/news/tin/Makefile	Mon Feb  8 04:54:21 2021	(r564678)
+++ head/news/tin/Makefile	Mon Feb  8 05:09:03 2021	(r564679)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tin
-PORTVERSION=	2.4.4
-PORTREVISION=	3
+PORTVERSION=	2.4.5
 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}/ \
@@ -65,7 +64,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \
 		--with-libdir=${PREFIX}/news/lib \
 		--with-defaults-dir=${PREFIX}/etc \
 		--with-editor=${TIN_EDITOR} \
-		--with-pcre=yes \
+		--with-pcre=${PREFIX}/lib \
 		--with-screen=${TIN_SCREEN} \
 		--enable-break-long-lines \
 		${ICONV_CONFIGURE_ARG} \

Modified: head/news/tin/distinfo
==============================================================================
--- head/news/tin/distinfo	Mon Feb  8 04:54:21 2021	(r564678)
+++ head/news/tin/distinfo	Mon Feb  8 05:09:03 2021	(r564679)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579459668
-SHA256 (tin-2.4.4.tar.bz2) = 765570424b5f78b5672ccb27eca7b739fdaed826f7a923e5a8047b018ad9a5f9
-SIZE (tin-2.4.4.tar.bz2) = 2161676
+TIMESTAMP = 1612760120
+SHA256 (tin-2.4.5.tar.bz2) = c63a7dfca6914da254aa9d9d6b3c162df6d912a7743434dc93ca785578355620
+SIZE (tin-2.4.5.tar.bz2) = 2217528

Modified: head/news/tin/files/patch-configure
==============================================================================
--- head/news/tin/files/patch-configure	Mon Feb  8 04:54:21 2021	(r564678)
+++ head/news/tin/files/patch-configure	Mon Feb  8 05:09:03 2021	(r564679)
@@ -1,6 +1,6 @@
---- configure.orig	2019-12-24 10:00:18 UTC
+--- configure.orig	2021-02-08 04:57:57 UTC
 +++ configure
-@@ -11907,7 +11907,7 @@ fi
+@@ -13428,7 +13428,7 @@ fi
  fi
  
  case $host_os in
@@ -9,7 +9,7 @@
  	# 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
-@@ -13967,7 +13967,7 @@ fi
+@@ -15688,7 +15688,7 @@ fi
  fi
  
  case $host_os in
@@ -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
-@@ -14821,7 +14821,7 @@ echo "${ECHO_T}$cf_result" >&6
+@@ -16556,7 +16556,7 @@ echo "${ECHO_T}$cf_result" >&6
  
  if test "$cf_result" = no ; then
  case $host_os in
 -freebsd*)
 +XXXfreebsd*)
- 	echo "$as_me:14825: checking for tgoto in -lmytinfo" >&5
+ 	echo "$as_me:16560: 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


More information about the svn-ports-all mailing list