Index: head/sysutils/dwatch-gource/Makefile =================================================================== --- head/sysutils/dwatch-gource/Makefile (revision 471053) +++ head/sysutils/dwatch-gource/Makefile (revision 471054) @@ -1,31 +1,45 @@ # $FreeBSD$ PORTNAME= dwatch-gource -DISTVERSION= 0.4 +DISTVERSION= 0.7 CATEGORIES= sysutils MAINTAINER= dteske@FreeBSD.org COMMENT= FreeBSD dwatch profiles for creating gource logs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= FrauBSD NO_BUILD= yes NO_ARCH= yes PORTDOCS= README.md OPTIONS_DEFINE= DOCS + +.include + +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 @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch ${INSTALL_DATA} ${WRKSRC}/gource-* ${STAGEDIR}${PREFIX}/libexec/dwatch do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/dwatch-gource/distinfo =================================================================== --- head/sysutils/dwatch-gource/distinfo (revision 471053) +++ head/sysutils/dwatch-gource/distinfo (revision 471054) @@ -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 (revision 471053) +++ head/sysutils/dwatch-gource/pkg-plist (revision 471054) @@ -1,9 +1,11 @@ sbin/gwatch +libexec/dwatch/gource-net +libexec/dwatch/gource-net-raw libexec/dwatch/gource-open libexec/dwatch/gource-open-raw libexec/dwatch/gource-proc libexec/dwatch/gource-proc-raw libexec/dwatch/gource-syscall libexec/dwatch/gource-syscall-raw libexec/dwatch/gource-vfs libexec/dwatch/gource-vfs-raw