From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 11:56:06 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3D9A231; Tue, 18 Dec 2012 11:56:06 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 976C58FC12; Tue, 18 Dec 2012 11:56:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIBu6Co033503; Tue, 18 Dec 2012 11:56:06 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBIBu6CH033502; Tue, 18 Dec 2012 11:56:06 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201212181156.qBIBu6CH033502@svn.freebsd.org> From: Anton Berezin Date: Tue, 18 Dec 2012 11:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309167 - head/www/p5-CGI-Compress-Gzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 11:56:06 -0000 Author: tobez Date: Tue Dec 18 11:56:05 2012 New Revision: 309167 URL: http://svnweb.freebsd.org/changeset/ports/309167 Log: Remove support for perl 5.8. Nudged by: az Modified: head/www/p5-CGI-Compress-Gzip/Makefile Modified: head/www/p5-CGI-Compress-Gzip/Makefile ============================================================================== --- head/www/p5-CGI-Compress-Gzip/Makefile Tue Dec 18 11:54:29 2012 (r309166) +++ head/www/p5-CGI-Compress-Gzip/Makefile Tue Dec 18 11:56:05 2012 (r309167) @@ -1,13 +1,9 @@ -# New ports collection makefile for: www/p5-CGI-Compress-Gzip -# Date created: 11 September 2008 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= CGI-Compress-Gzip PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CGI @@ -24,11 +20,4 @@ PERL_MODBUILD= yes MAN3= CGI::Compress::Gzip.3 \ CGI::Compress::Gzip::FileHandle.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include