diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-04-17 02:23:45 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-04-17 02:23:45 +0800 |
commit | 6b11d558cc5df75f8ac7a17c0f4bb6b27324e068 (patch) | |
tree | 86e0032a27bd15781d177280fa35e889874c761d /games | |
parent | 68ec890e6e5cad237ab4d6a1b8c69b476c544080 (diff) | |
download | freebsd-ports-gnome-6b11d558cc5df75f8ac7a17c0f4bb6b27324e068.tar.gz freebsd-ports-gnome-6b11d558cc5df75f8ac7a17c0f4bb6b27324e068.tar.zst freebsd-ports-gnome-6b11d558cc5df75f8ac7a17c0f4bb6b27324e068.zip |
- "Update" to 2.5.12. This is the supported stable branch upstream
- Bump PORTEPOCH
- Trim Makefile header
- Add CONFLICTS_INSTALL [1]
- Make rc scripts more rclint compliant
- Update WWW line in pkg-descr
PR: ports/175063
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
Approved by: danfe (maintainer of games/qstat, via email) [1]
Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1]
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/qstat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index ae55b761df89..d97c02156fa0 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -11,6 +11,8 @@ COMMENT= Command-line program to query game servers on the net GNU_CONFIGURE= yes +CONFLICTS_INSTALL= torque-[0-9]* + OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |