Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:45:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e45d1a895a9 - main - devel/p5-Getopt-Euclid: Fix *_DEPENDS
Message-ID:  <202307091045.369AjiTt084224@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e45d1a895a90cb3acd537078ebe345bc8300512

commit 4e45d1a895a90cb3acd537078ebe345bc8300512
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:28:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:28:06 +0000

    devel/p5-Getopt-Euclid: Fix *_DEPENDS
    
    - Add NO_ARCH
    - Sort PLIST
    - Bump PORTREVISION for dependency change
---
 devel/p5-Getopt-Euclid/Makefile  | 7 +++++++
 devel/p5-Getopt-Euclid/pkg-plist | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Getopt-Euclid/Makefile b/devel/p5-Getopt-Euclid/Makefile
index 4f9107d8629b..30a91f25e9c2 100644
--- a/devel/p5-Getopt-Euclid/Makefile
+++ b/devel/p5-Getopt-Euclid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Getopt-Euclid
 PORTVERSION=	0.4.6
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +12,13 @@ WWW=		https://metacpan.org/release/Getopt-Euclid
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-IO-Pager>=0:devel/p5-IO-Pager \
+		p5-Pod-Parser>=0:textproc/p5-Pod-Parser
+
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/devel/p5-Getopt-Euclid/pkg-plist b/devel/p5-Getopt-Euclid/pkg-plist
index 716ed4989b23..05eface53a46 100644
--- a/devel/p5-Getopt-Euclid/pkg-plist
+++ b/devel/p5-Getopt-Euclid/pkg-plist
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Getopt::Euclid.3.gz
 %%SITE_PERL%%/Getopt/Euclid.pm
+%%PERL5_MAN3%%/Getopt::Euclid.3.gz



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