Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148803720
D15593.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15593.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15593: sysutils/dwatch-gource: Update to 0.7
Attached
Detach File
Event Timeline
Log In to Comment