From owner-svn-ports-all@FreeBSD.ORG Thu Sep 5 18:40:19 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 9ED457A3; Thu, 5 Sep 2013 18:40:19 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 716DE27A4; Thu, 5 Sep 2013 18:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85IeJiv021066; Thu, 5 Sep 2013 18:40:19 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85IeIFW021062; Thu, 5 Sep 2013 18:40:18 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309051840.r85IeIFW021062@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 5 Sep 2013 18:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326437 - in head: textproc/referrercop www/notftp 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: Thu, 05 Sep 2013 18:40:19 -0000 Author: tabthorpe Date: Thu Sep 5 18:40:18 2013 New Revision: 326437 URL: http://svnweb.freebsd.org/changeset/ports/326437 Log: - Deprecate and reassign to the heap at maintainer's request Modified: head/textproc/referrercop/Makefile (contents, props changed) head/textproc/referrercop/pkg-descr (contents, props changed) head/www/notftp/Makefile (contents, props changed) Modified: head/textproc/referrercop/Makefile ============================================================================== --- head/textproc/referrercop/Makefile Thu Sep 5 18:24:58 2013 (r326436) +++ head/textproc/referrercop/Makefile Thu Sep 5 18:40:18 2013 (r326437) @@ -1,18 +1,17 @@ -# New ports collection makefile for: referrercop -# Date created: 21 June 2005 -# Whom: Ryan Grove -# +# Created by: Ryan Grove # $FreeBSD$ -# PORTNAME= referrercop PORTVERSION= 1.1.0 CATEGORIES= textproc www ruby MASTER_SITES= http://wonko.com/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= Filters referrer spam from Apache logs and AWStats data files +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= fileutils optparse ruby18 Modified: head/textproc/referrercop/pkg-descr ============================================================================== --- head/textproc/referrercop/pkg-descr Thu Sep 5 18:24:58 2013 (r326436) +++ head/textproc/referrercop/pkg-descr Thu Sep 5 18:40:18 2013 (r326437) @@ -3,4 +3,3 @@ returns the filtered files via standard output. Author: Ryan Grove -WWW: http://wiki.wonko.com/software/referrercop/ Modified: head/www/notftp/Makefile ============================================================================== --- head/www/notftp/Makefile Thu Sep 5 18:24:58 2013 (r326436) +++ head/www/notftp/Makefile Thu Sep 5 18:40:18 2013 (r326437) @@ -1,18 +1,17 @@ -# New ports collection makefile for: NotFTP -# Date created: 3 July 2002 -# Whom: Ryan Grove -# +# Created by: Ryan Grove # $FreeBSD$ -# PORTNAME= notftp PORTVERSION= 1.3.1 CATEGORIES= www ftp MASTER_SITES= http://wonko.com/notftp/files/ -MAINTAINER= ryan@wonko.com +MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use Web to FTP gateway written in PHP +DEPRECATED= distfile unfetchable +EXPIRATION_DATE=2014-01-01 + USE_PHP= yes PREFIX= ${LOCALBASE}