Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 12:49:07 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332363 - head/irc/inspircd12
Message-ID:  <201311011249.rA1Cn7sj080830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311011249.rA1Cn7sj080830>