Date: Mon, 28 May 2018 17:01:41 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471055 - head/sysutils/dwatch-gource Message-ID: <201805281701.w4SH1fFm011962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Mon May 28 17:01:40 2018 New Revision: 471055 URL: https://svnweb.freebsd.org/changeset/ports/471055 Log: Revert part of r471054: IGNORE not ready The IGNORE code was not ready to land. It has to be: + Reviewed + Backed-up with a bump to FreeBSD_version in: + base/head/sys/sys/param.sh + base/stable/11/sys/sys/param.sh Modified: head/sysutils/dwatch-gource/Makefile Modified: head/sysutils/dwatch-gource/Makefile ============================================================================== --- head/sysutils/dwatch-gource/Makefile Mon May 28 16:38:29 2018 (r471054) +++ head/sysutils/dwatch-gource/Makefile Mon May 28 17:01:40 2018 (r471055) @@ -19,20 +19,6 @@ 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 @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dwatch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805281701.w4SH1fFm011962>