Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 20:19:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328629 - head/devel/p5-Path-Tiny
Message-ID:  <201309282019.r8SKJeMl035758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 28 20:19:39 2013
New Revision: 328629
URL: http://svnweb.freebsd.org/changeset/ports/328629

Log:
  - Fix *_DEPENDS
  - While I'm here, support STAGEDIR
  - Bump PORTREVISION for dependency change
  
  PR:		ports/182047
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 16 days)

Modified:
  head/devel/p5-Path-Tiny/Makefile
  head/devel/p5-Path-Tiny/pkg-plist   (contents, props changed)

Modified: head/devel/p5-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-Path-Tiny/Makefile	Sat Sep 28 20:19:00 2013	(r328628)
+++ head/devel/p5-Path-Tiny/Makefile	Sat Sep 28 20:19:39 2013	(r328629)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Path-Tiny
 PORTVERSION=	0.032
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -13,8 +14,7 @@ COMMENT=	File path utility
 
 LICENSE=	AL2
 
-BUILD_DEPENDS=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools \
-		p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie
+BUILD_DEPENDS=	p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
 		p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \
@@ -25,7 +25,11 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDI
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Path::Tiny.3
+.include <bsd.port.pre.mk>
 
-NO_STAGE=	yes
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 501800
+BUILD_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
+RUN_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Path-Tiny/pkg-plist
==============================================================================
--- head/devel/p5-Path-Tiny/pkg-plist	Sat Sep 28 20:19:00 2013	(r328628)
+++ head/devel/p5-Path-Tiny/pkg-plist	Sat Sep 28 20:19:39 2013	(r328629)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Path/Tiny.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny/.packlist
+%%PERL5_MAN3%%/Path::Tiny.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path/Tiny
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Path
 @dirrmtry %%SITE_PERL%%/Path



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309282019.r8SKJeMl035758>