aboutsummaryrefslogtreecommitdiff
path: root/x11/clipman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/clipman/Makefile')
-rw-r--r--x11/clipman/Makefile21
1 files changed, 13 insertions, 8 deletions
diff --git a/x11/clipman/Makefile b/x11/clipman/Makefile
index 39cae2212e77..eddbc966d296 100644
--- a/x11/clipman/Makefile
+++ b/x11/clipman/Makefile
@@ -1,10 +1,10 @@
PORTNAME= clipman
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.4
-PORTREVISION= 6
+DISTVERSION= 1.6.5
+PORTREVISION= 1
CATEGORIES= x11 wayland
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= alven@FreeBSD.org
COMMENT= Simple clipboard manager for Wayland
WWW= https://github.com/chmouel/clipman
@@ -16,14 +16,19 @@ RUN_DEPENDS= wl-copy:x11/wl-clipboard
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= chmouel
-GH_TUPLE= alecthomas:kingpin:v2.4.0:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \
- alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \
- kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \
- xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2
+
+GH_TUPLE= \
+ alecthomas:kingpin:v2.4.0:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \
+ alecthomas:units:0f3dac36c52b:alecthomas_units/vendor/github.com/alecthomas/units \
+ golang:text:v0.22.0:golang_text/vendor/golang.org/x/text \
+ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \
+ xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2
+
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
post-install:
- ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \
+ ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>