From owner-svn-ports-head@FreeBSD.ORG Fri Jun 7 07:49:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C60D554; Fri, 7 Jun 2013 07:49:57 +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 8DF4A1E65; Fri, 7 Jun 2013 07:49:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r577nvAZ005296; Fri, 7 Jun 2013 07:49:57 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r577nvqO005294; Fri, 7 Jun 2013 07:49:57 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201306070749.r577nvqO005294@svn.freebsd.org> From: Andrej Zverev Date: Fri, 7 Jun 2013 07:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320168 - head/www/p5-WWW-Plurk 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, 07 Jun 2013 07:49:57 -0000 Author: az Date: Fri Jun 7 07:49:56 2013 New Revision: 320168 URL: http://svnweb.freebsd.org/changeset/ports/320168 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 - Make portlint happy PR: ports/178932 Submitted by: az Approved by: maintainer (timeout) Modified: head/www/p5-WWW-Plurk/Makefile (contents, props changed) head/www/p5-WWW-Plurk/pkg-descr (contents, props changed) Modified: head/www/p5-WWW-Plurk/Makefile ============================================================================== --- head/www/p5-WWW-Plurk/Makefile Fri Jun 7 07:47:25 2013 (r320167) +++ head/www/p5-WWW-Plurk/Makefile Fri Jun 7 07:49:56 2013 (r320168) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Plurk -# Date created: 2008-08-04 -# Whom: Yi-Hsuan Hsin -# +# Created by: Yi-Hsuan Hsin # $FreeBSD$ -# PORTNAME= WWW-Plurk PORTVERSION= 0.02 @@ -30,10 +26,4 @@ MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete -.include - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -.endif - -.include +.include Modified: head/www/p5-WWW-Plurk/pkg-descr ============================================================================== --- head/www/p5-WWW-Plurk/pkg-descr Fri Jun 7 07:47:25 2013 (r320167) +++ head/www/p5-WWW-Plurk/pkg-descr Fri Jun 7 07:49:56 2013 (r320168) @@ -7,4 +7,4 @@ Ryan Lim did the heavy lifting of revers implementation can be found at http://code.google.com/p/rlplurkapi/. Author: Andy Armstrong -WWW: http://search.cpan.org/dist/WWW-Plurk/ +WWW: http://search.cpan.org/dist/WWW-Plurk/