git: 8e5a082323b2 - main - textproc/p5-XML-Schematron: Update to 1.10

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 09:07:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e5a082323b2defbe2f3b4ccfc95bda7d6e501ea

commit 8e5a082323b2defbe2f3b4ccfc95bda7d6e501ea
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:01:01 +0000

    textproc/p5-XML-Schematron: Update to 1.10
    
    - Add LICENSE
    - Add NO_ARCH
    - Sort PLIST
    
    Changes:        https://metacpan.org/dist/XML-Schematron/changes
---
 textproc/p5-XML-Schematron/Makefile  | 14 +++++++++-----
 textproc/p5-XML-Schematron/distinfo  |  5 +++--
 textproc/p5-XML-Schematron/pkg-descr |  2 --
 textproc/p5-XML-Schematron/pkg-plist |  6 +++---
 4 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/textproc/p5-XML-Schematron/Makefile b/textproc/p5-XML-Schematron/Makefile
index cfa122d8def0..b6635b2acaa9 100644
--- a/textproc/p5-XML-Schematron/Makefile
+++ b/textproc/p5-XML-Schematron/Makefile
@@ -1,8 +1,7 @@
 # Created by: Seamus Venasse <svenasse@polaris.ca>
 
 PORTNAME=	XML-Schematron
-PORTVERSION=	1.09
-PORTREVISION=	2
+PORTVERSION=	1.10
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,16 +9,21 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl implementation of the Schematron
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-libxml>=0:textproc/p5-libxml \
-		p5-Check-ISA>=0:devel/p5-Check-ISA \
+RUN_DEPENDS=	p5-Check-ISA>=0:devel/p5-Check-ISA \
 		p5-Moose>=0:devel/p5-Moose \
 		p5-MooseX-NonMoose>=0:devel/p5-MooseX-NonMoose \
 		p5-MooseX-Traits>=0:devel/p5-MooseX-Traits \
 		p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \
-		p5-XML-Filter-BufferText>=0:textproc/p5-XML-Filter-BufferText
+		p5-XML-Filter-BufferText>=0:textproc/p5-XML-Filter-BufferText \
+		p5-XML-SAX>=0:textproc/p5-XML-SAX
 
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/textproc/p5-XML-Schematron/distinfo b/textproc/p5-XML-Schematron/distinfo
index 0d414fb2761c..532eb0192a96 100644
--- a/textproc/p5-XML-Schematron/distinfo
+++ b/textproc/p5-XML-Schematron/distinfo
@@ -1,2 +1,3 @@
-SHA256 (XML-Schematron-1.09.tar.gz) = a2d34e0efcb05d9ad76fc8cde70cf18b19f8b44a63ba41464f239e2839e73b88
-SIZE (XML-Schematron-1.09.tar.gz) = 8620
+TIMESTAMP = 1653926156
+SHA256 (XML-Schematron-1.10.tar.gz) = 9706bd668aa25fdd99b20755db8fa7316bea843b4cfd25b4b2f5076646ec5cd8
+SIZE (XML-Schematron-1.10.tar.gz) = 9364
diff --git a/textproc/p5-XML-Schematron/pkg-descr b/textproc/p5-XML-Schematron/pkg-descr
index f143c21f6f73..68ae38831247 100644
--- a/textproc/p5-XML-Schematron/pkg-descr
+++ b/textproc/p5-XML-Schematron/pkg-descr
@@ -1,5 +1,3 @@
 XML::Schematron - Perl implementation of the Schematron.
 
 WWW: https://metacpan.org/release/XML-Schematron
-
-Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-XML-Schematron/pkg-plist b/textproc/p5-XML-Schematron/pkg-plist
index 63429bda46e2..31872e3a2b91 100644
--- a/textproc/p5-XML-Schematron/pkg-plist
+++ b/textproc/p5-XML-Schematron/pkg-plist
@@ -1,6 +1,3 @@
-%%PERL5_MAN3%%/XML::Schematron.3.gz
-%%PERL5_MAN3%%/XML::Schematron::LibXSLT.3.gz
-%%PERL5_MAN3%%/XML::Schematron::XPath.3.gz
 %%SITE_PERL%%/XML/Schematron.pm
 %%SITE_PERL%%/XML/Schematron/LibXSLT.pm
 %%SITE_PERL%%/XML/Schematron/Schema.pm
@@ -8,3 +5,6 @@
 %%SITE_PERL%%/XML/Schematron/Test.pm
 %%SITE_PERL%%/XML/Schematron/XPath.pm
 %%SITE_PERL%%/XML/Schematron/XSLTProcessor.pm
+%%PERL5_MAN3%%/XML::Schematron.3.gz
+%%PERL5_MAN3%%/XML::Schematron::LibXSLT.3.gz
+%%PERL5_MAN3%%/XML::Schematron::XPath.3.gz