diff options
author | Mark Felder <feld@FreeBSD.org> | 2013-11-01 20:49:07 +0800 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2013-11-01 20:49:07 +0800 |
commit | 133446b5add683150aa1956800d185fbb059822a (patch) | |
tree | 6c2ecb821cd9100bd0b655f37a3f6904151d4582 /irc/inspircd12 | |
parent | 67c770e526f28ae7d1b78b1601dae3f0ac3c0787 (diff) | |
download | freebsd-ports-gnome-133446b5add683150aa1956800d185fbb059822a.tar.gz freebsd-ports-gnome-133446b5add683150aa1956800d185fbb059822a.tar.zst freebsd-ports-gnome-133446b5add683150aa1956800d185fbb059822a.zip |
Fix PKGNAME conflict
Deprecate, set expiration date
Hand port over to ports@FreeBSD.org
PR: ports/183445
Approved by: maintainer, swills (mentor, implicit)
Diffstat (limited to 'irc/inspircd12')
-rw-r--r-- | irc/inspircd12/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/irc/inspircd12/Makefile b/irc/inspircd12/Makefile index 09892ada1c14..8f41e21cb483 100644 --- a/irc/inspircd12/Makefile +++ b/irc/inspircd12/Makefile @@ -6,12 +6,15 @@ PORTVERSION= 1.2.9 PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ +PKGNAMESUFFIX= 12 DISTNAME= InspIRCd-v${PORTVERSION} -MAINTAINER= gelraen.ua@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A modular C++ IRC daemon CONFLICTS= inspircd-2.* +EXPIRATION_DATE=2013-12-01 +DEPRECATED= No upstream support; known vulnerable. Please use irc/inspircd LATEST_LINK= inspircd12 |