Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2017 20:53:53 +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: r432591 - head/devel/p5-Hash-Merge-Simple
Message-ID:  <201701272053.v0RKrrgL087167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 27 20:53:53 2017
New Revision: 432591
URL: https://svnweb.freebsd.org/changeset/ports/432591

Log:
  Partially revert r432501
  
  - Add comment about the removal of BUILD_DEPENDS and RUN_DEPENDS
  - Bump PORTREVISION for dependency change
  
  Notified by:	adamw

Modified:
  head/devel/p5-Hash-Merge-Simple/Makefile

Modified: head/devel/p5-Hash-Merge-Simple/Makefile
==============================================================================
--- head/devel/p5-Hash-Merge-Simple/Makefile	Fri Jan 27 20:53:48 2017	(r432590)
+++ head/devel/p5-Hash-Merge-Simple/Makefile	Fri Jan 27 20:53:53 2017	(r432591)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Hash-Merge-Simple
 PORTVERSION=	0.051
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,8 @@ COMMENT=	Recursively merge two or more h
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Clone>=0:devel/p5-Clone
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+# Do not add p5-Clone to BUILD_DEPENDS and RUN_DEPENDS.
+# See r403626 for details.
 TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Test-Most>=0:devel/p5-Test-Most
 



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