Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 15:29:32 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562219 - in head/devel: libjitterentropy ncurses/files
Message-ID:  <202101211529.10LFTWvb037236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan 21 15:29:31 2021
New Revision: 562219
URL: https://svnweb.freebsd.org/changeset/ports/562219

Log:
  devel/libjitterentropy: update to 3.0.1

Added:
  head/devel/ncurses/files/patch-misc_ncurses-config.in   (contents, props changed)
Modified:
  head/devel/libjitterentropy/Makefile   (contents, props changed)
  head/devel/libjitterentropy/distinfo   (contents, props changed)

Modified: head/devel/libjitterentropy/Makefile
==============================================================================
--- head/devel/libjitterentropy/Makefile	Thu Jan 21 15:05:39 2021	(r562218)
+++ head/devel/libjitterentropy/Makefile	Thu Jan 21 15:29:31 2021	(r562219)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libjitterentropy
-PORTVERSION=	3.0.0
+PORTVERSION=	3.0.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 

Modified: head/devel/libjitterentropy/distinfo
==============================================================================
--- head/devel/libjitterentropy/distinfo	Thu Jan 21 15:05:39 2021	(r562218)
+++ head/devel/libjitterentropy/distinfo	Thu Jan 21 15:29:31 2021	(r562219)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607217542
-SHA256 (smuellerDD-jitterentropy-library-v3.0.0_GH0.tar.gz) = e4e0e6a2ae19c8b927bb7d249c05610297c2ca8b6d4eb84ff348e8412f71d825
-SIZE (smuellerDD-jitterentropy-library-v3.0.0_GH0.tar.gz) = 30944
+TIMESTAMP = 1611240769
+SHA256 (smuellerDD-jitterentropy-library-v3.0.1_GH0.tar.gz) = 015a443ebfaab7bc302caa24dcc124aefe1818046893f49591d2465bd3f58e16
+SIZE (smuellerDD-jitterentropy-library-v3.0.1_GH0.tar.gz) = 31212

Added: head/devel/ncurses/files/patch-misc_ncurses-config.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ncurses/files/patch-misc_ncurses-config.in	Thu Jan 21 15:29:31 2021	(r562219)
@@ -0,0 +1,20 @@
+--- misc/ncurses-config.in.orig	2021-01-20 15:29:14 UTC
++++ misc/ncurses-config.in
+@@ -151,7 +151,7 @@ while [ $# -gt 0 ]; do
+ 		if [ "x@WITH_OVERWRITE@" = xno ]; then
+ 			INCS="$INCS -I${includesubdir}"
+ 		fi
+-		if [ "${includedir}" != /usr/include ]; then
++		if [ "${includedir}" != %%PREFIX%%/include ]; then
+ 			INCS="$INCS -I${includedir}"
+ 		fi
+ 		sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
+@@ -229,7 +229,7 @@ ENDECHO
+ 		INCS=
+ 		if [ "x@WITH_OVERWRITE@" = xno ]; then
+ 			INCS="${includesubdir}"
+-		elif [ "${includedir}" != /usr/include ]; then
++		elif [ "${includedir}" != %%PREFIX%%/include ]; then
+ 			INCS="${includedir}"
+ 		fi
+ 		echo $INCS



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