devel/libjitterentropy: update to 3.0.1

This commit is contained in:
Steve Wills 2021-01-21 15:29:31 +00:00
parent 8626a5bfcf
commit 4c191aa805
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562219
3 changed files with 24 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libjitterentropy
PORTVERSION= 3.0.0
PORTVERSION= 3.0.1
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -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

View File

@ -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