Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2012 21:44:23 +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: 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...
Message-ID:  <201210282144.q9SLiNDm006113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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 <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $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}



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