Date: Sun, 1 Sep 2013 18:13:13 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325896 - head/devel/p5-Path-Abstract Message-ID: <201309011813.r81IDD0F084884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 18:13:13 2013 New Revision: 325896 URL: http://svnweb.freebsd.org/changeset/ports/325896 Log: - Resolve of using USE_PERL5 and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr With hat: perl@ Modified: head/devel/p5-Path-Abstract/Makefile (contents, props changed) head/devel/p5-Path-Abstract/pkg-descr (contents, props changed) Modified: head/devel/p5-Path-Abstract/Makefile ============================================================================== --- head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:11:34 2013 (r325895) +++ head/devel/p5-Path-Abstract/Makefile Sun Sep 1 18:13:13 2013 (r325896) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Abstract -# Date created: 2011-04-26 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Path-Abstract PORTVERSION= 0.096 @@ -20,8 +16,8 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSD TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most \ p5-Test-Lazy>=0:${PORTSDIR}/devel/p5-Test-Lazy -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Abstract.3 Path::Abstract::Underload.3 Modified: head/devel/p5-Path-Abstract/pkg-descr ============================================================================== --- head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:11:34 2013 (r325895) +++ head/devel/p5-Path-Abstract/pkg-descr Sun Sep 1 18:13:13 2013 (r325896) @@ -2,4 +2,4 @@ A tool for parsing, interrogating, and m behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash). -WWW: http://search.cpan.org/dist/Path-Abstract/ +WWW: http://search.cpan.org/dist/Path-Abstract/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011813.r81IDD0F084884>