svn commit: r403626 - head/devel/p5-Hash-Merge-Simple

Adam Weinberger adamw at FreeBSD.org
Sat Dec 12 18:46:06 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list