Date: Sun, 30 May 2021 20:05:31 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: a41f44b7b082 - main - www/p5-Net-UPS: Remove Perl core module Message-ID: <202105302005.14UK5VbZ078852@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=a41f44b7b08260c60bb5ff28bee55cadbe59ea63 commit a41f44b7b08260c60bb5ff28bee55cadbe59ea63 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-30 19:58:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-30 19:58:45 +0000 www/p5-Net-UPS: Remove Perl core module - Add NO_ARCH - Bump PORTREVISION for dependency change --- www/p5-Net-UPS/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/p5-Net-UPS/Makefile b/www/p5-Net-UPS/Makefile index a46d0ad85773..0d0c58238f29 100644 --- a/www/p5-Net-UPS/Makefile +++ b/www/p5-Net-UPS/Makefile @@ -2,6 +2,7 @@ PORTNAME= Net-UPS PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +17,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-libwww>=0:www/p5-libwww \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ - p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-Task-Weaken>=0:devel/p5-Task-Weaken USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302005.14UK5VbZ078852>