From owner-svn-ports-head@FreeBSD.ORG Tue Dec 18 12:07:47 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 73C98C07; Tue, 18 Dec 2012 12:07:47 +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 58E078FC16; Tue, 18 Dec 2012 12:07:47 +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 qBIC7lqg035842; Tue, 18 Dec 2012 12:07:47 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBIC7lY7035841; Tue, 18 Dec 2012 12:07:47 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201212181207.qBIC7lY7035841@svn.freebsd.org> From: Anton Berezin Date: Tue, 18 Dec 2012 12:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309172 - head/print/p5-Text-PDF 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 12:07:47 -0000 Author: tobez Date: Tue Dec 18 12:07:46 2012 New Revision: 309172 URL: http://svnweb.freebsd.org/changeset/ports/309172 Log: Remove support for perl 5.8. Nudged by: az Modified: head/print/p5-Text-PDF/Makefile Modified: head/print/p5-Text-PDF/Makefile ============================================================================== --- head/print/p5-Text-PDF/Makefile Tue Dec 18 12:05:56 2012 (r309171) +++ head/print/p5-Text-PDF/Makefile Tue Dec 18 12:07:46 2012 (r309172) @@ -1,13 +1,9 @@ -# New ports collection makefile for: print/p5-Text-PDF -# Date created: 30 December 2000 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Text-PDF PORTVERSION= 0.29a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,13 +22,6 @@ MAN3= Text::PDF::Pages.3 Text::PDF::Pag Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 \ Text::PDF::Null.3 Text::PDF.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 - post-patch: @${RM} -f ${WRKSRC}/pm_to_blib @@ -40,4 +29,4 @@ post-install: @${MKDIR} ${SITE_PERL}/Text/PDF/examples @${INSTALL_DATA} ${WRKSRC}/examples/* ${SITE_PERL}/Text/PDF/examples -.include +.include