Date: Tue, 28 Feb 2017 14:58:12 +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: r435062 - head/textproc/p5-Hash-Merge Message-ID: <201702281458.v1SEwCjc093258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702281458.v1SEwCjc093258>