svn commit: r558608 - head/devel/p5-Object-Accessor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:18:34 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:18:31 2020
New Revision: 558608
URL: https://svnweb.freebsd.org/changeset/ports/558608

Log:
  Remove Perl core module
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Object-Accessor/Makefile

Modified: head/devel/p5-Object-Accessor/Makefile
==============================================================================
--- head/devel/p5-Object-Accessor/Makefile	Sat Dec 19 20:18:27 2020	(r558607)
+++ head/devel/p5-Object-Accessor/Makefile	Sat Dec 19 20:18:31 2020	(r558608)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Object-Accessor
 PORTVERSION=	0.48
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +13,6 @@ COMMENT=	Interface to create per object accessors
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
-
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Params-Check>=0.34:devel/p5-Params-Check
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list