Page MenuHomeFreeBSD

D15593.diff
No OneTemporary

D15593.diff

Index: head/sysutils/dwatch-gource/Makefile
===================================================================
--- head/sysutils/dwatch-gource/Makefile
+++ head/sysutils/dwatch-gource/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dwatch-gource
-DISTVERSION= 0.4
+DISTVERSION= 0.7
CATEGORIES= sysutils
MAINTAINER= dteske@FreeBSD.org
@@ -18,6 +18,20 @@
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
+SUPPORTED= no
+.if ${OPSYS} == FreeBSD
+.if ${OSVERSION} >= 1101516 && ${OSVERSION} < 1200000
+SUPPORTED= yes
+.elif ${OSVERSION} >= 1200064
+SUPPORTED= yes
+.endif
+.endif
+.if ${SUPPORTED} == no
+IGNORE= Requires dwatch available in recent FreeBSD 11 or 12
+.endif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gwatch ${STAGEDIR}${PREFIX}/sbin
Index: head/sysutils/dwatch-gource/distinfo
===================================================================
--- head/sysutils/dwatch-gource/distinfo
+++ head/sysutils/dwatch-gource/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526225519
-SHA256 (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 519533cd1e886dc46c02dd6f46ac3a4107925bda5fc9f2b6903e9461786a047b
-SIZE (FrauBSD-dwatch-gource-0.4_GH0.tar.gz) = 10482
+TIMESTAMP = 1527486735
+SHA256 (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 73061a73c27694c6152f934b538e10fc5c638bfab43aa56f932ca494f12ce24e
+SIZE (FrauBSD-dwatch-gource-0.7_GH0.tar.gz) = 12450
Index: head/sysutils/dwatch-gource/pkg-plist
===================================================================
--- head/sysutils/dwatch-gource/pkg-plist
+++ head/sysutils/dwatch-gource/pkg-plist
@@ -1,4 +1,6 @@
sbin/gwatch
+libexec/dwatch/gource-net
+libexec/dwatch/gource-net-raw
libexec/dwatch/gource-open
libexec/dwatch/gource-open-raw
libexec/dwatch/gource-proc

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 21, 7:23 AM (45 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30057204
Default Alt Text
D15593.diff (1 KB)

Event Timeline