diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-12 15:37:36 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-08-12 15:37:36 +0000 |
commit | fc3feb2f587acdbab3b28dceab4c7aa349c7f09c (patch) | |
tree | f4a14bec473a0bf9b26bdc2be161c4354b69717c /games/zdoom | |
parent | 3ee3a9e91a86c30b28ffd1c02439d335d5a7c8c3 (diff) | |
download | freebsd-ports-fc3feb2f587acdbab3b28dceab4c7aa349c7f09c.zip |
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)
Diffstat (limited to 'games/zdoom')
-rw-r--r-- | games/zdoom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/zdoom/Makefile b/games/zdoom/Makefile index e42510d9945b..d8c890b2cc4d 100644 --- a/games/zdoom/Makefile +++ b/games/zdoom/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ 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 |