diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-01 13:14:30 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-01 13:14:30 +0000 |
commit | 5f1ec10e8aaabb842140e7fc0e7cac905e039575 (patch) | |
tree | d4c9af20f6827e70fff57a69bfe90c6bfffd2602 | |
parent | - Update to 2.3.12 (diff) |
- Drop maintainership (back to ports@)
- Set DEPRECATED and EXPIRATION_DATE
Approved by: garga (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=196896
-rw-r--r-- | games/hlserver-psychostats/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/hlserver-psychostats/Makefile b/games/hlserver-psychostats/Makefile index 4520d8890d99..e9c829f5f963 100644 --- a/games/hlserver-psychostats/Makefile +++ b/games/hlserver-psychostats/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.thaiguy.net/ \ http://mirrors.voyager.net/games/halflife/stats/psychostats/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Popular player statistics generator for Half-Life (cs/dod) USE_PERL5_BUILD=yes @@ -25,6 +25,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME} # files which should be installed with executable perms EXECUTABLES= stats.pl install.pl +DEPRECATED= outdated, unmaintained +EXPIRATION_DATE=2007-04-10 + post-patch: .for files in ${EXECUTABLES} @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' \ |