Index: head/textproc/dwdiff/Makefile =================================================================== --- head/textproc/dwdiff/Makefile (revision 564740) +++ head/textproc/dwdiff/Makefile (revision 564741) @@ -1,36 +1,35 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= dwdiff -PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTVERSION= 2.1.4 CATEGORIES= textproc MASTER_SITES= https://os.ghalkes.nl/dist/ \ http://fossies.org/unix/privat/ MAINTAINER= danilo@FreeBSD.org COMMENT= Delimited word diff program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bz2 OPTIONS_DEFINE= UNICODE NLS DOCS OPTIONS_DEFAULT=UNICODE OPTIONS_SUB= yes NLS_CONFIGURE_WITH= gettext NLS_USES= gettext localbase:ldflags NLS_CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -lintl" UNICODE_CONFIGURE_WITH= unicode UNICODE_LIB_DEPENDS= libicudata.so:devel/icu UNICODE_USES= localbase:ldflags pkgconfig HAS_CONFIGURE= yes CFLAGS+= -D_WITH_GETLINE CONFIGURE_ARGS+=--with-verbose-compile MAKE_ARGS+= prefix=${PREFIX:Q} mandir="${MANPREFIX}/man" docdir=${DOCSDIR:Q} .include Index: head/textproc/dwdiff/distinfo =================================================================== --- head/textproc/dwdiff/distinfo (revision 564740) +++ head/textproc/dwdiff/distinfo (revision 564741) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596820291 -SHA256 (dwdiff-2.1.3.tar.bz2) = 211ddbfaa2e6fcc85d5c88b5141c62a22a13ed0fecffc22fe6dded07e4cf2382 -SIZE (dwdiff-2.1.3.tar.bz2) = 79862 +TIMESTAMP = 1612813204 +SHA256 (dwdiff-2.1.4.tar.bz2) = df16fec44dcb467d65a4246a43628f93741996c1773e930b90c6dde22dd58e0a +SIZE (dwdiff-2.1.4.tar.bz2) = 79857 Index: head/textproc/dwdiff/files/patch-icu68 =================================================================== --- head/textproc/dwdiff/files/patch-icu68 (revision 564740) +++ head/textproc/dwdiff/files/patch-icu68 (nonexistent) @@ -1,26 +0,0 @@ -Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844 - -In file included from src/unicode.c:21: -src/definitions.h:48:15: error: expected identifier -typedef enum {false, true} bool; - ^ -/usr/include/stdbool.h:36:15: note: expanded from macro 'false' -#define false 0 - ^ - ---- src/definitions.h.orig 2020-07-18 06:57:36 UTC -+++ src/definitions.h -@@ -43,13 +43,7 @@ - - /*==== Misc definitions ====*/ - /* Define a bool type if not already defined (C++ and C99 do)*/ --#if !(defined(__cplusplus) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19990601L)) --/*@-incondefs@*/ --typedef enum {false, true} bool; --/*@+incondefs@*/ --#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19990601L - #include --#endif - - /*==== Configuration definitions ====*/ - #ifndef NO_STRDUP Property changes on: head/textproc/dwdiff/files/patch-icu68 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property