Index: head/sysutils/yank/files/patch-yank.c =================================================================== --- head/sysutils/yank/files/patch-yank.c (revision 483688) +++ head/sysutils/yank/files/patch-yank.c (nonexistent) @@ -1,12 +0,0 @@ ---- yank.c.orig 2018-09-09 07:45:36 UTC -+++ yank.c -@@ -430,7 +430,8 @@ main(int argc, char *argv[]) - break; - case 'g': - free(pat); -- pat = optarg; -+ if ((pat = strdup(optarg)) == NULL) -+ err(1, NULL); - rflags |= REG_NEWLINE; - break; - case 'i': Property changes on: head/sysutils/yank/files/patch-yank.c ___________________________________________________________________ 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 Index: head/sysutils/yank/files/patch-Makefile =================================================================== --- head/sysutils/yank/files/patch-Makefile (revision 483688) +++ head/sysutils/yank/files/patch-Makefile (nonexistent) @@ -1,14 +0,0 @@ -https://github.com/mptre/yank/pull/43 - ---- Makefile.orig 2018-09-09 07:45:36 UTC -+++ Makefile -@@ -23,6 +23,9 @@ DISTFILES= CHANGELOG.md \ - - all: ${PROG} - -+.c.o: -+ ${CC} ${CPPFLAGS} ${CFLAGS} -c ${<} -+ - ${PROG}: ${OBJS} - ${CC} -o ${PROG} ${OBJS} ${LDFLAGS} - Property changes on: head/sysutils/yank/files/patch-Makefile ___________________________________________________________________ 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 Index: head/sysutils/yank/Makefile =================================================================== --- head/sysutils/yank/Makefile (revision 483688) +++ head/sysutils/yank/Makefile (revision 483689) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= yank -DISTVERSION= 1.0.0 -PORTREVISION= 2 +DISTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= https://github.com/mptre/yank/releases/download/v${DISTVERSION}/ MAINTAINER= tobik@FreeBSD.org COMMENT= Yank terminal output to clipboard LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ARGS= MANPREFIX=${PREFIX}/man PLIST_FILES= bin/yank \ man/man1/yank.1.gz OPTIONS_DEFINE= X11 X11_RUN_DEPENDS= xsel-conrad>=0:x11/xsel-conrad .include Index: head/sysutils/yank/distinfo =================================================================== --- head/sysutils/yank/distinfo (revision 483688) +++ head/sysutils/yank/distinfo (revision 483689) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536480383 -SHA256 (yank-1.0.0.tar.gz) = 20ba1b01a7514f2f670702e83846f42429e2e90491dc1f679c8319a45a0382de -SIZE (yank-1.0.0.tar.gz) = 8364 +TIMESTAMP = 1541092705 +SHA256 (yank-1.1.0.tar.gz) = f197107cd604c41ef3c2390175bd34e5ad3c7cf1feafedefe357ba75149f1c59 +SIZE (yank-1.1.0.tar.gz) = 8516