View | Details | Raw Unified | Return to bug 254931 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-Connector/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/p5-Connector/Makefile 560685 2021-01-07 08:21:22Z wen $
2
# $FreeBSD: head/devel/p5-Connector/Makefile 560685 2021-01-07 08:21:22Z wen $
3
3
4
PORTNAME=	Connector
4
PORTNAME=	Connector
5
PORTVERSION=	1.36
5
PORTVERSION=	1.37
6
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
7
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
8
8
(-)devel/p5-Connector/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1610032776
1
TIMESTAMP = 1617992202
2
SHA256 (mrscotty-connector-1.36_GH0.tar.gz) = 03aa621b153a57a16c82fe25d38b2b7f797c42b779e58325cadf7d54e3c893c8
2
SHA256 (mrscotty-connector-1.37_GH0.tar.gz) = 7dbf92d4e8786b3b2414e8910397c88816438e89c9d96a1e05a3f11d25eef2d7
3
SIZE (mrscotty-connector-1.36_GH0.tar.gz) = 67119
3
SIZE (mrscotty-connector-1.37_GH0.tar.gz) = 66713
(-)devel/p5-Connector/pkg-plist (+5 lines)
Lines 23-28 Link Here
23
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz
23
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::Single.3.gz
24
%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz
24
%%PERL5_MAN3%%/Connector::Proxy::Proc::SafeExec.3.gz
25
%%PERL5_MAN3%%/Connector::Proxy::SOAP::Lite.3.gz
25
%%PERL5_MAN3%%/Connector::Proxy::SOAP::Lite.3.gz
26
%%PERL5_MAN3%%/Connector::Role::LocalPath.3.gz
27
%%PERL5_MAN3%%/Connector::Role::SSLUserAgent.3.gz
26
%%PERL5_MAN3%%/Connector::Tee.3.gz
28
%%PERL5_MAN3%%/Connector::Tee.3.gz
27
%%PERL5_MAN3%%/Connector::Wrapper.3.gz
29
%%PERL5_MAN3%%/Connector::Wrapper.3.gz
28
%%SITE_PERL%%/Connector.pm
30
%%SITE_PERL%%/Connector.pm
Lines 55-60 Link Here
55
%%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm
57
%%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm
56
%%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm
58
%%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm
57
%%SITE_PERL%%/Connector/Proxy/YAML.pm
59
%%SITE_PERL%%/Connector/Proxy/YAML.pm
60
%%SITE_PERL%%/Connector/Role/LocalPath.pm
61
%%SITE_PERL%%/Connector/Role/SSLUserAgent.pm
58
%%SITE_PERL%%/Connector/Tee.pm
62
%%SITE_PERL%%/Connector/Tee.pm
59
%%SITE_PERL%%/Connector/Types.pm
63
%%SITE_PERL%%/Connector/Types.pm
60
%%SITE_PERL%%/Connector/Wrapper.pm
64
%%SITE_PERL%%/Connector/Wrapper.pm
65

Return to bug 254931