svn commit: r501301 - svnadmin/hooks/scripts

Antoine Brodin antoine at FreeBSD.org
Sat May 11 20:24:03 UTC 2019


Author: antoine
Date: Sat May 11 20:24:01 2019
New Revision: 501301
URL: https://svnweb.freebsd.org/changeset/ports/501301

Log:
  Make the %%PYTHON_PYOEXTENSION%% guard work (hopefully)

Modified:
  svnadmin/hooks/scripts/stage-only.sh

Modified: svnadmin/hooks/scripts/stage-only.sh
==============================================================================
--- svnadmin/hooks/scripts/stage-only.sh	Sat May 11 20:22:09 2019	(r501300)
+++ svnadmin/hooks/scripts/stage-only.sh	Sat May 11 20:24:01 2019	(r501301)
@@ -41,8 +41,6 @@ for line in $(svnlook changed -t $TXN $REPO) ; do
 			echo "NOPORTDATA is nonsense as a variable affecting all ports." 1>&2
 			exit 1
 		fi
-	;;
-	head/*/*/pkg-plist*)
 		if svnlook cat -t ${TXN} ${REPO} $fpath | grep -q "%%PYTHON_PYOEXTENSION%%" ; then
 			echo "Do not commit ports with %%PYTHON_PYOEXTENSION%%." 1>&2
 			echo "Use either pyo for python 2.7 ports or opt-1.pyc for python 3.5+ ports." 1>&2


More information about the svn-ports-svnadmin mailing list