Bug 178899 - [patch] mail/p5-SES
Summary: [patch] mail/p5-SES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 08:50 UTC by Andrej Zverev
Modified: 2013-05-24 09:50 UTC (History)
0 users

See Also:


Attachments
patch.diff (737 bytes, patch)
2013-05-24 08:50 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 08:50:00 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 08:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 08:50:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 08:50:14 UTC
Maintainer of mail/p5-SES,

Please note that PR ports/178899 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178899

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 stephon 2013-05-24 08:58:57 UTC
Hello Edwin,

I agree on this patch,
please commit it.

Thanks a lot

--
Stephon, Bo-Chong Chen
System Engineer
PIXNET Digital Media Corp.
email: stephon@gmail.com


On Fri, May 24, 2013 at 3:50 PM, Edwin Groothuis <edwin@freebsd.org> wrote:

> Maintainer of mail/p5-SES,
>
> Please note that PR ports/178899 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178899
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-24 09:46:54 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"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 09:47:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!