Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2015 18:46:05 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403626 - head/devel/p5-Hash-Merge-Simple
Message-ID:  <201512121846.tBCIk5U2092449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Dec 12 18:46:05 2015
New Revision: 403626
URL: https://svnweb.freebsd.org/changeset/ports/403626

Log:
  This module works just fine without p5-Clone. If you want to use
  clone_merge, install p5-Clone. If you want to use dclone_merge,
  install Storable. If you want to use the standard merge() sub,
  this module alone is sufficient.
  
  PORTREVISION bump for dependency change.

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

Modified: head/devel/p5-Hash-Merge-Simple/Makefile
==============================================================================
--- head/devel/p5-Hash-Merge-Simple/Makefile	Sat Dec 12 18:32:15 2015	(r403625)
+++ head/devel/p5-Hash-Merge-Simple/Makefile	Sat Dec 12 18:46:05 2015	(r403626)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Hash-Merge-Simple
 PORTVERSION=	0.051
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,6 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Recursively merge two or more hashes, simply
 
-RUN_DEPENDS=	p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
-BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS+=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
 		p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
 



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