From owner-svn-ports-head@FreeBSD.ORG Sat May 25 18:46:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF5F7EFF; Sat, 25 May 2013 18:46:40 +0000 (UTC) (envelope-from az@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 B26B8F31; Sat, 25 May 2013 18:46:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PIkem8049508; Sat, 25 May 2013 18:46:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PIkeEC049507; Sat, 25 May 2013 18:46:40 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305251846.r4PIkeEC049507@svn.freebsd.org> From: Andrej Zverev Date: Sat, 25 May 2013 18:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319066 - head/www/p5-WWW-iTunesConnect 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: Sat, 25 May 2013 18:46:40 -0000 Author: az Date: Sat May 25 18:46:40 2013 New Revision: 319066 URL: http://svnweb.freebsd.org/changeset/ports/319066 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178934 Submitted by: az Approved by: Brandon Fosdick (maintainer) Modified: head/www/p5-WWW-iTunesConnect/Makefile (contents, props changed) Modified: head/www/p5-WWW-iTunesConnect/Makefile ============================================================================== --- head/www/p5-WWW-iTunesConnect/Makefile Sat May 25 18:26:12 2013 (r319065) +++ head/www/p5-WWW-iTunesConnect/Makefile Sat May 25 18:46:40 2013 (r319066) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-iTunesConnect -# Date created: 29 August 2009 -# Whom: Brandon Fosdick -# +# Created by: Brandon Fosdick # $FreeBSD$ -# PORTNAME= WWW-iTunesConnect PORTVERSION= 1.16 @@ -32,10 +28,4 @@ PLIST_DIRS= %%SITE_PERL%%/WWW \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/iTunesConnect \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include