Summary: | irc/inspircd12: no upstream support | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Felder <feld> |
Component: | Individual Port(s) | Assignee: | Mark Felder <feld> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Mark Felder
2013-10-29 14:40:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR. State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of irc/inspircd12, Please note that PR ports/183445 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183445 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org Feel free to delete this port, I don't care about it anymore. Thanks. Author: feld Date: Fri Nov 1 12:49:07 2013 New Revision: 332363 URL: http://svnweb.freebsd.org/changeset/ports/332363 Log: Fix PKGNAME conflict Deprecate, set expiration date Hand port over to ports@FreeBSD.org PR: ports/183445 Approved by: maintainer, swills (mentor, implicit) Modified: head/irc/inspircd12/Makefile Modified: head/irc/inspircd12/Makefile ============================================================================== --- head/irc/inspircd12/Makefile Fri Nov 1 12:37:11 2013 (r332362) +++ head/irc/inspircd12/Makefile Fri Nov 1 12:49:07 2013 (r332363) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed in r332363. Responsible Changed From-To: freebsd-ports-bugs->feld Committed in r332363. |