From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 12:48:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B82DE3F3 for ; Tue, 12 Aug 2014 12:48:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DCB12995 for ; Tue, 12 Aug 2014 12:48:55 +0000 (UTC) Received: from wg (uid 1317) (envelope-from wg@FreeBSD.org) id 6ad3 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 12:48:55 +0000 From: William Grzybowski Date: Tue, 12 Aug 2014 12:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364700 - head/security/p5-openxpki-client-html-mason X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53ea0d37.6ad3.7335ea0@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 12:48:55 -0000 Author: wg Date: Tue Aug 12 12:48:55 2014 New Revision: 364700 URL: http://svnweb.freebsd.org/changeset/ports/364700 QAT: https://qat.redports.org/buildarchive/r364700/ Log: security/p5-openxpki-client-html-mason: deprecate Main port security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI, which is built into perl. Mason based UI is no longer supported. PR: 192590 Submitted by: maintainer Modified: head/security/p5-openxpki-client-html-mason/Makefile Modified: head/security/p5-openxpki-client-html-mason/Makefile ============================================================================== --- head/security/p5-openxpki-client-html-mason/Makefile Tue Aug 12 12:45:37 2014 (r364699) +++ head/security/p5-openxpki-client-html-mason/Makefile Tue Aug 12 12:48:55 2014 (r364700) @@ -32,6 +32,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/clients/perl/OpenXPKI-Client-HTML-Mason +DEPRECATED= security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI +EXPIRATION_DATE= 2014-09-20 + pre-patch: (cd ${WRKSRC} && ${FIND} ./* > MANIFEST)