Bug 178901 - [patch] comms/p5-SMS-Send-TW-Socket2Air
Summary: [patch] comms/p5-SMS-Send-TW-Socket2Air
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 09:10 UTC by Andrej Zverev
Modified: 2013-05-26 10:00 UTC (History)
0 users

See Also:


Attachments
patch.diff (646 bytes, patch)
2013-05-24 09:10 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 09:10:01 UTC
	- Trim Makefile header
	- Remove check if perl < 5.10
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 09:10:15 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 09:10:16 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 09:10:16 UTC
Maintainer of comms/p5-SMS-Send-TW-Socket2Air,

Please note that PR ports/178901 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/178901

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Jui-Nan Lin 2013-05-26 09:32:47 UTC
Looks good, please commit it, thanks


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

> Maintainer of comms/p5-SMS-Send-TW-Socket2Air,
>
> Please note that PR ports/178901 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/178901
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-26 09:54:44 UTC
Author: az
Date: Sun May 26 08:54:37 2013
New Revision: 319102
URL: http://svnweb.freebsd.org/changeset/ports/319102

Log:
  - Trim Makefile header
  - Remove check for perl < 5.10
  
  PR:		ports/178901
  Submitted by:	az
  Approved by:	maintainer

Modified:
  head/comms/p5-SMS-Send-TW-Socket2Air/Makefile   (contents, props changed)

Modified: head/comms/p5-SMS-Send-TW-Socket2Air/Makefile
==============================================================================
--- head/comms/p5-SMS-Send-TW-Socket2Air/Makefile	Sun May 26 08:50:35 2013	(r319101)
+++ head/comms/p5-SMS-Send-TW-Socket2Air/Makefile	Sun May 26 08:54:37 2013	(r319102)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-SMS-Send-TW-Socket2Air
-# Date created:		2010-01-21
-# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
-#
+# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	SMS-Send-TW-Socket2Air
 PORTVERSION=	0.01
@@ -24,10 +20,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		SMS::Send::TW::Socket2Air.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-IGNORE=		perl 5.10 or above is required
-.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-26 09:54:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!