Index: head/devel/libjitterentropy/Makefile =================================================================== --- head/devel/libjitterentropy/Makefile (revision 562218) +++ head/devel/libjitterentropy/Makefile (revision 562219) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= libjitterentropy -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= Hardware RNG based on CPU timing jitter LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.bsd USES= gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= smuellerDD GH_PROJECT= jitterentropy-library PLIST_SUB= PORTVERSION=${PORTVERSION} PORTVERSION_MAJOR=${PORTVERSION:C/\..*//} .include Index: head/devel/libjitterentropy/distinfo =================================================================== --- head/devel/libjitterentropy/distinfo (revision 562218) +++ head/devel/libjitterentropy/distinfo (revision 562219) @@ -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 Index: head/devel/ncurses/files/patch-misc_ncurses-config.in =================================================================== --- head/devel/ncurses/files/patch-misc_ncurses-config.in (nonexistent) +++ head/devel/ncurses/files/patch-misc_ncurses-config.in (revision 562219) @@ -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 Property changes on: head/devel/ncurses/files/patch-misc_ncurses-config.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property