Index: head/textproc/wiggle/Makefile =================================================================== --- head/textproc/wiggle/Makefile (revision 523287) +++ head/textproc/wiggle/Makefile (revision 523288) @@ -1,31 +1,28 @@ # Created by: mandree@FreeBSD.org # $FreeBSD$ PORTNAME= wiggle -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= http://neil.brown.name/wiggle/ MAINTAINER= mandree@FreeBSD.org COMMENT= Apply rejected patches and perform word-wise diffs LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash USES= gmake groff ncurses MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" pre-patch: ${REINPLACE_CMD} -Ee 's,\./dotest,bash ./dotest,' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -Ee "s,/usr/bin/time -o .time -f '%U',," ${WRKSRC}/dotest ${REINPLACE_CMD} -Ee 's|#include.*|#include |' ${WRKSRC}/config.h - @# fix a clang warning: - ${REINPLACE_CMD} -Ee 's|(^[[:space:]]+[[:<:]])cols = cols;|\1(void)cols;|' ${WRKSRC}/vpatch.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wiggle ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/wiggle.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Index: head/textproc/wiggle/distinfo =================================================================== --- head/textproc/wiggle/distinfo (revision 523287) +++ head/textproc/wiggle/distinfo (revision 523288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506973815 -SHA256 (wiggle-1.1.tar.gz) = 3da3cf6a456dd1415d2644e345f9831eb2912c6fa8dfa5d63d9bf49d744abff3 -SIZE (wiggle-1.1.tar.gz) = 846772 +TIMESTAMP = 1579247229 +SHA256 (wiggle-1.2.tar.gz) = 31375badb76a4a586f2113e49d13486dbc64844962ae80976a81c6542e901622 +SIZE (wiggle-1.2.tar.gz) = 847391 Index: head/textproc/wiggle/files/patch-merge2.c =================================================================== --- head/textproc/wiggle/files/patch-merge2.c (nonexistent) +++ head/textproc/wiggle/files/patch-merge2.c (revision 523288) @@ -0,0 +1,10 @@ +--- merge2.c.orig 2019-12-27 05:12:38 UTC ++++ merge2.c +@@ -24,6 +24,7 @@ + + #include "wiggle.h" + #include ++#include + + /* + * Second attempt at merging.... Property changes on: head/textproc/wiggle/files/patch-merge2.c ___________________________________________________________________ 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