From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 1 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1E8DC70 for ; Fri, 1 Nov 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFE50298B for ; Fri, 1 Nov 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1Co1pA051642 for ; Fri, 1 Nov 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA1Co1jB051641; Fri, 1 Nov 2013 12:50:01 GMT (envelope-from gnats) Date: Fri, 1 Nov 2013 12:50:01 GMT Message-Id: <201311011250.rA1Co1jB051641@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183445: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 12:50:02 -0000 The following reply was made to PR ports/183445; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183445: commit references a PR Date: Fri, 1 Nov 2013 12:49:15 +0000 (UTC) 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"