From owner-svn-ports-head@FreeBSD.ORG Fri May 24 08:46:46 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 E1BE0B59; Fri, 24 May 2013 08:46:46 +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 D47A59D3; Fri, 24 May 2013 08:46:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4O8kkJt027262; Fri, 24 May 2013 08:46:46 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4O8kkrM027261; Fri, 24 May 2013 08:46:46 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305240846.r4O8kkrM027261@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 08:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318932 - head/mail/p5-SES 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: Fri, 24 May 2013 08:46:47 -0000 Author: az Date: Fri May 24 08:46:46 2013 New Revision: 318932 URL: http://svnweb.freebsd.org/changeset/ports/318932 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178899 Submitted by: az Approved by: maintainer Modified: head/mail/p5-SES/Makefile (contents, props changed) Modified: head/mail/p5-SES/Makefile ============================================================================== --- head/mail/p5-SES/Makefile Fri May 24 08:46:06 2013 (r318931) +++ head/mail/p5-SES/Makefile Fri May 24 08:46:46 2013 (r318932) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SES -# Date created: 2011-04-29 -# Whom: Stephon Chen -# +# Created by: Stephon Chen # $FreeBSD$ -# PORTNAME= SES PORTVERSION= 1.01 @@ -43,10 +39,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/ -.include - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include +.include