svn commit: r420129 - head/games/zdoom

Pawel Pekala pawel at FreeBSD.org
Fri Aug 12 15:37:37 UTC 2016


Author: pawel
Date: Fri Aug 12 15:37:36 2016
New Revision: 420129
URL: https://svnweb.freebsd.org/changeset/ports/420129

Log:
  Add PORTSCOUT limit
  
  Upstream maintains a *.9999 branch for maintenance purposes, and sometimes
  a release may get cut from this branch. However, portscout should really
  ignore these, because *.9999 releases aren't *actual* releases. Actual
  releases get assigned a version triple with the last part being < 9999.
  
  PR:		211655
  Submitted by:	Kyle Evans (maintainer)

Modified:
  head/games/zdoom/Makefile

Modified: head/games/zdoom/Makefile
==============================================================================
--- head/games/zdoom/Makefile	Fri Aug 12 15:31:54 2016	(r420128)
+++ head/games/zdoom/Makefile	Fri Aug 12 15:37:36 2016	(r420129)
@@ -16,6 +16,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/
 USE_GITHUB=	yes
 GH_ACCOUNT=	rheit
 
+PORTSCOUT=	limit:^.+\.[1-9]{1,3}[1-8]?$$
+
 USES=		cmake:outsource	gettext jpeg openal pkgconfig
 USE_GNOME=	atk cairo gdkpixbuf2 gtk20 pango
 USE_SDL=	sdl2


More information about the svn-ports-all mailing list