Date: Fri, 24 May 2013 08:50:05 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: perl@FreeBSD.org Subject: Re: ports/178899: commit references a PR Message-ID: <201305240850.r4O8o5r4002966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178899; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178899: commit references a PR Date: Fri, 24 May 2013 08:46:54 +0000 (UTC) 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 <stephon@pixnet.tw> -# +# Created by: Stephon Chen <stephon@pixnet.tw> # $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 <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305240850.r4O8o5r4002966>