From owner-svn-ports-all@FreeBSD.ORG Thu Sep 5 23:57:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7EE8E00; Thu, 5 Sep 2013 23:57:35 +0000 (UTC) (envelope-from lippe@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 A5BFC28DF; Thu, 5 Sep 2013 23:57:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r85NvZmH010394; Thu, 5 Sep 2013 23:57:35 GMT (envelope-from lippe@svn.freebsd.org) Received: (from lippe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r85NvZod010393; Thu, 5 Sep 2013 23:57:35 GMT (envelope-from lippe@svn.freebsd.org) Message-Id: <201309052357.r85NvZod010393@svn.freebsd.org> From: Felippe de Meirelles Motta Date: Thu, 5 Sep 2013 23:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326455 - head/www/p5-CGI-Application-Plugin-ValidateRM 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 23:57:35 -0000 Author: lippe Date: Thu Sep 5 23:57:35 2013 New Revision: 326455 URL: http://svnweb.freebsd.org/changeset/ports/326455 Log: - Remove unnecessary and conflictant dependency Reported by: pkg-fallout Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Modified: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile ============================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Thu Sep 5 22:40:22 2013 (r326454) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile Thu Sep 5 23:57:35 2013 (r326455) @@ -1,7 +1,4 @@ -# New ports collection makefile for: CGI::Application::Plugin::ValidateRM -# Date created: 08 Nov 2005 -# Whom: Espen Tagestad -# +# Created by: Espen Tagestad # $FreeBSD$ PORTNAME= CGI-Application-Plugin-ValidateRM @@ -15,7 +12,6 @@ COMMENT= Help validate forms with the CG BUILD_DEPENDS= p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ - p5-CGI-modules>=0:${PORTSDIR}/www/p5-CGI-modules \ p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application RUN_DEPENDS:= ${BUILD_DEPENDS}