From owner-svn-ports-all@FreeBSD.ORG Sun Oct 28 21:44:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 419A6562; Sun, 28 Oct 2012 21:44:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 259FB8FC15; Sun, 28 Oct 2012 21:44:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9SLiOWB006125; Sun, 28 Oct 2012 21:44:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9SLiNDm006113; Sun, 28 Oct 2012 21:44:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210282144.q9SLiNDm006113@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 28 Oct 2012 21:44:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306580 - in head/www: p5-Sledge p5-Sledge-Plugin-CacheContent p5-Sledge-Plugin-Download p5-Sledge-Plugin-Dumper p5-Sledge-Plugin-HTML2HDML p5-Sledge-Plugin-Log p5-Sledge-Plugin-NoCache... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 21:44:24 -0000 Author: bapt Date: Sun Oct 28 21:44:23 2012 New Revision: 306580 URL: http://svn.freebsd.org/changeset/ports/306580 Log: Depends on mod_perl1 which is not in the ports tree anymore Approved by: dhn (maintainer) Feature safe: yes Modified: head/www/p5-Sledge-Plugin-CacheContent/Makefile head/www/p5-Sledge-Plugin-Download/Makefile head/www/p5-Sledge-Plugin-Dumper/Makefile head/www/p5-Sledge-Plugin-HTML2HDML/Makefile head/www/p5-Sledge-Plugin-Log/Makefile head/www/p5-Sledge-Plugin-NoCache/Makefile head/www/p5-Sledge-Plugin-SaveUpload/Makefile head/www/p5-Sledge-Plugin-ScratchPad/Makefile head/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile head/www/p5-Sledge-Plugin-XSLT/Makefile head/www/p5-Sledge/Makefile Modified: head/www/p5-Sledge-Plugin-CacheContent/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-CacheContent/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-CacheContent/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-CacheContent -# Date created: 23 April 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-CacheContent PORTVERSION= 0.03 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that generates and serves cached content +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-Download/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-Download/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-Download/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-Download -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-Download PORTVERSION= 0.02 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that works around browser bugs with file downloading +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-Dumper/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-Dumper/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-Dumper/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-Dumper -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-Dumper PORTVERSION= 0.03 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that automatically calls Data::Dumper +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-HTML2HDML/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-HTML2HDML/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-HTML2HDML/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-HTML2HDML -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-HTML2HDML PORTVERSION= 0.01 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that invokes html2hdml for EZweb WAP/1.0 clients +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} \ html2hdml:${PORTSDIR}/www/html2hdml Modified: head/www/p5-Sledge-Plugin-Log/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-Log/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-Log/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-Log -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-Log PORTVERSION= 0.02 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that adds Log::Dispatch::Config on +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-NoCache/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-NoCache/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-NoCache/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-NoCache -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-NoCache PORTVERSION= 0.02 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that outputs HTTP no-cache headers +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-SaveUpload/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-SaveUpload/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-SaveUpload/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-SaveUpload -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-SaveUpload PORTVERSION= 0.01 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that copes with cross-device link errors in uploading +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-ScratchPad/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-ScratchPad/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-ScratchPad/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-ScratchPad -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-ScratchPad PORTVERSION= 0.01 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that provides temporary data buffers +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-SessionAutoCleanup/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-SessionAutoCleanup -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-SessionAutoCleanup PORTVERSION= 0.02 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that automatically cleans up old sessions +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge-Plugin-XSLT/Makefile ============================================================================== --- head/www/p5-Sledge-Plugin-XSLT/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge-Plugin-XSLT/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge-Plugin-XSLT -# Date created: 27 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge-Plugin-XSLT PORTVERSION= 0.01 @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dhn@FreeBSD.org COMMENT= A Sledge plug-in that adds XSLT::Dispatch::Config on +DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS} Modified: head/www/p5-Sledge/Makefile ============================================================================== --- head/www/p5-Sledge/Makefile Sun Oct 28 21:40:09 2012 (r306579) +++ head/www/p5-Sledge/Makefile Sun Oct 28 21:44:23 2012 (r306580) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Sledge -# Date created: 26 February 2003 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= Sledge PORTVERSION= 1.11 @@ -17,6 +13,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= A pure perl, pluggable, lightweight web application framework DEPRECATED= depends on mod_perl 1 which is gone +EXPIRATION_DATE= 2012-11-28 BUILD_DEPENDS= ${PM_DEPENDS} RUN_DEPENDS= ${PM_DEPENDS}