Date: Sun, 10 Mar 2013 10:42:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313821 - in head: net/p5-Gopher-Server www/p5-Apache-GopherHandler Message-ID: <201303101042.r2AAgdQe059878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Mar 10 10:42:39 2013 New Revision: 313821 URL: http://svnweb.freebsd.org/changeset/ports/313821 Log: Deprecated what depends on p5-Net-Gopher which is broken for very long, deprecated and expired Modified: head/net/p5-Gopher-Server/Makefile head/www/p5-Apache-GopherHandler/Makefile Modified: head/net/p5-Gopher-Server/Makefile ============================================================================== --- head/net/p5-Gopher-Server/Makefile Sun Mar 10 10:00:27 2013 (r313820) +++ head/net/p5-Gopher-Server/Makefile Sun Mar 10 10:42:39 2013 (r313821) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Gopher-Server -# Date created: 2004-03-31 -# Whom: Toni Viemer?<toni.viemero@iki.fi> -# +# Created by: Toni Viemer <toni.viemero@iki.fi> # $FreeBSD$ -# PORTNAME= Gopher-Server PORTVERSION= 0.1.1 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Backend for Gopher Servers +DEPRECATED= Depends on p5-Net-Gopher which is deprecated and expired +EXPIRATION_DATE= 2013-04-10 + RUN_DEPENDS= p5-Net-Gopher>=0:${PORTSDIR}/net/p5-Net-Gopher \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception Modified: head/www/p5-Apache-GopherHandler/Makefile ============================================================================== --- head/www/p5-Apache-GopherHandler/Makefile Sun Mar 10 10:00:27 2013 (r313820) +++ head/www/p5-Apache-GopherHandler/Makefile Sun Mar 10 10:42:39 2013 (r313821) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Apache-GopherHandler -# Date created: 2004-03-31 -# Whom: Toni Viemerö <toni.viemero@iki.fi> -# +# Created by: Toni Viemerö <toni.viemero@iki.fi> # $FreeBSD$ -# PORTNAME= Apache-GopherHandler PORTVERSION= 0.1 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= Gopher protocol implementation for Apache2 +DEPRECATED= Depends on p5-Net-Gopher which is deprecated and expired +EXPIRATION_DATE= 2013-04-10 + RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ p5-Gopher-Server>=0:${PORTSDIR}/net/p5-Gopher-Server BUILD_DEPENDS:= ${RUN_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303101042.r2AAgdQe059878>