Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 12:03:17 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178901: [patch] comms/p5-SMS-Send-TW-Socket2Air
Message-ID:  <E1Ufmy5-000CHN-7x@sunner.semmy.ru>
Resent-Message-ID: <201305240810.r4O8A19V090490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178901
>Category:       ports
>Synopsis:       [patch] comms/p5-SMS-Send-TW-Socket2Air
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 08:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Trim Makefile header
	- Remove check if perl < 5.10
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -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 @@
 
 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>
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ufmy5-000CHN-7x>