svn commit: r549567 - head/textproc/py-pygments-25

Nicola Vitale nivit at FreeBSD.org
Tue Sep 22 09:12:26 UTC 2020


Author: nivit
Date: Tue Sep 22 09:12:25 2020
New Revision: 549567
URL: https://svnweb.freebsd.org/changeset/ports/549567

Log:
  - Add a PORTSCOUT variable to limit to 2.5.X distributions.

Modified:
  head/textproc/py-pygments-25/Makefile

Modified: head/textproc/py-pygments-25/Makefile
==============================================================================
--- head/textproc/py-pygments-25/Makefile	Tue Sep 22 08:53:09 2020	(r549566)
+++ head/textproc/py-pygments-25/Makefile	Tue Sep 22 09:12:25 2020	(r549567)
@@ -23,6 +23,8 @@ CONFLICTS_INSTALL=	py??-pygments
 
 NO_ARCH=	yes
 
+PORTSCOUT=	limit:^2\.5\.
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_VER} == ${PYTHON_DEFAULT}


More information about the svn-ports-all mailing list