svn commit: r542787 - svnadmin/hooks/scripts
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 21 20:43:57 UTC 2020
Author: bapt
Date: Tue Jul 21 20:43:57 2020
New Revision: 542787
URL: https://svnweb.freebsd.org/changeset/ports/542787
Log:
NO_STAGE is not a thing anymore
Modified:
svnadmin/hooks/scripts/stage-only.sh
Modified: svnadmin/hooks/scripts/stage-only.sh
==============================================================================
--- svnadmin/hooks/scripts/stage-only.sh Tue Jul 21 19:53:03 2020 (r542786)
+++ svnadmin/hooks/scripts/stage-only.sh Tue Jul 21 20:43:57 2020 (r542787)
@@ -17,12 +17,6 @@ for line in $(svnlook changed -t $TXN $REPO) ; do
esac
case $fpath in
head/*/*/Makefile*)
- if svnlook cat -t ${TXN} ${REPO} $fpath | grep -q "^NO_STAGE" ; then
- echo "Do not commit ports with NO_STAGE" 1>&2
- echo "The port must be converted to support staging before it can be updated or added. See" 1>&2
- echo "https://wiki.freebsd.org/ports/StageDir" 1>&2
- exit 1
- fi
if svnlook cat -t ${TXN} ${REPO} $fpath | grep -qE "if.*def.*(NOPORTDOCS|NOPORTEXAMPLES)" ; then
echo "Do not commit ports with NOPORTDOCS or NOPORTEXAMPLES." 1>&2
echo "The port must be converted to proper OPTIONS. See" 1>&2
More information about the svn-ports-svnadmin
mailing list