svn commit: r435062 - head/textproc/p5-Hash-Merge

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 28 14:58:13 UTC 2017


Author: sunpoet
Date: Tue Feb 28 14:58:12 2017
New Revision: 435062
URL: https://svnweb.freebsd.org/changeset/ports/435062

Log:
  Use real PORTVERSION
  
  - Add NO_ARCH

Modified:
  head/textproc/p5-Hash-Merge/Makefile

Modified: head/textproc/p5-Hash-Merge/Makefile
==============================================================================
--- head/textproc/p5-Hash-Merge/Makefile	Tue Feb 28 14:58:07 2017	(r435061)
+++ head/textproc/p5-Hash-Merge/Makefile	Tue Feb 28 14:58:12 2017	(r435062)
@@ -2,9 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Hash-Merge
-PORTVERSION=	0.20
-DISTVERSIONSUFFIX=	0
-PORTREVISION=	1
+PORTVERSION=	0.200
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,9 +13,10 @@ COMMENT=	Merges hashes
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Clone>=0:devel/p5-Clone
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Clone>=0:devel/p5-Clone
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list