From owner-svn-ports-all@FreeBSD.ORG Fri Feb 1 12:09:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BBE4AA63; Fri, 1 Feb 2013 12:09:30 +0000 (UTC) (envelope-from sunpoet@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 96A017C; Fri, 1 Feb 2013 12:09:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11C9Uh3098728; Fri, 1 Feb 2013 12:09:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11C9UUB098723; Fri, 1 Feb 2013 12:09:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302011209.r11C9UUB098723@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Feb 2013 12:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311370 - head/devel/p5-B-Hooks-OP-Check X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 12:09:30 -0000 Author: sunpoet Date: Fri Feb 1 12:09:29 2013 New Revision: 311370 URL: http://svnweb.freebsd.org/changeset/ports/311370 Log: - Cleanup Makefile header - Remove outdated PERL_LEVEL check - Reformat pkg-descr Modified: head/devel/p5-B-Hooks-OP-Check/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-Check/pkg-descr (contents, props changed) Modified: head/devel/p5-B-Hooks-OP-Check/Makefile ============================================================================== --- head/devel/p5-B-Hooks-OP-Check/Makefile Fri Feb 1 11:32:02 2013 (r311369) +++ head/devel/p5-B-Hooks-OP-Check/Makefile Fri Feb 1 12:09:29 2013 (r311370) @@ -1,9 +1,5 @@ -# New ports collection makefile for: B-Hooks-OP-Check -# Date created: 11 Nov 2008 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= B-Hooks-OP-Check PORTVERSION= 0.19 @@ -20,11 +16,4 @@ PERL_CONFIGURE= yes MAN3= B::Hooks::OP::Check.3 -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include Modified: head/devel/p5-B-Hooks-OP-Check/pkg-descr ============================================================================== --- head/devel/p5-B-Hooks-OP-Check/pkg-descr Fri Feb 1 11:32:02 2013 (r311369) +++ head/devel/p5-B-Hooks-OP-Check/pkg-descr Fri Feb 1 12:09:29 2013 (r311370) @@ -1,4 +1,4 @@ -This module provides a c api for XS modules to hook into the callbacks -of PL_check. +This module provides a c api for XS modules to hook into the callbacks of +PL_check. WWW: http://search.cpan.org/dist/B-Hooks-OP-Check/