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

Collapse All | Expand All

(-)devel/p5-Connector/Makefile (-2 / +4 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/devel/p5-Connector/Makefile 519247 2019-12-07 22:52:45Z tcberner $
2
# $FreeBSD: head/devel/p5-Connector/Makefile 519247 2019-12-07 22:52:45Z tcberner $
3
3
4
PORTNAME=	Connector
4
PORTNAME=	Connector
5
PORTVERSION=	1.28
5
PORTVERSION=	1.30
6
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
7
PKGNAMEPREFIX=	p5-
9
8
10
MAINTAINER=	svysh.fbsd@gmail.com
9
MAINTAINER=	svysh.fbsd@gmail.com
Lines 33-38 Link Here
33
TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
32
TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
34
33
35
USES=		perl5
34
USES=		perl5
35
USE_GITHUB=	yes
36
GH_ACCOUNT=	mrscotty
37
GH_PROJECT=	${PORTNAME:tl}
36
USE_PERL5=	configure
38
USE_PERL5=	configure
37
NO_ARCH=	yes
39
NO_ARCH=	yes
38
40
(-)devel/p5-Connector/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573738766
1
TIMESTAMP = 1592571130
2
SHA256 (Connector-1.28.tar.gz) = 0cd1575bab80e78294aa79809904f40d2f534d99b78e0161454f037625c6bf7d
2
SHA256 (mrscotty-connector-1.30_GH0.tar.gz) = 6afaf1af71ccaea2f3756dd61c2b2f95490dddf1b7c48a5c29c3be66685f2569
3
SIZE (Connector-1.28.tar.gz) = 88536
3
SIZE (mrscotty-connector-1.30_GH0.tar.gz) = 63660
(-)devel/p5-Connector/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
like an LDAP server or Proc::SafeExec. The standard calling convention
7
like an LDAP server or Proc::SafeExec. The standard calling convention
8
via get(KEY) makes the connectors interchangeable.
8
via get(KEY) makes the connectors interchangeable.
9
9
10
WWW: https://metacpan.org/release/Connector
10
WWW: https://github.com/mrscotty/connector
(-)devel/p5-Connector/pkg-plist (+3 lines)
Lines 14-19 Link Here
14
%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz
14
%%PERL5_MAN3%%/Connector::Proxy::Config::Versioned.3.gz
15
%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz
15
%%PERL5_MAN3%%/Connector::Proxy::DBI.3.gz
16
%%PERL5_MAN3%%/Connector::Proxy::HTTP.3.gz
16
%%PERL5_MAN3%%/Connector::Proxy::HTTP.3.gz
17
%%PERL5_MAN3%%/Connector::Proxy::JSON.3.gz
18
%%PERL5_MAN3%%/Connector::Proxy::YAML.3.gz
17
%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz
19
%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz
18
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz
20
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP.3.gz
19
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz
21
%%PERL5_MAN3%%/Connector::Proxy::Net::LDAP::DN.3.gz
Lines 44-49 Link Here
44
%%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm
46
%%SITE_PERL%%/Connector/Proxy/Config/Versioned.pm
45
%%SITE_PERL%%/Connector/Proxy/DBI.pm
47
%%SITE_PERL%%/Connector/Proxy/DBI.pm
46
%%SITE_PERL%%/Connector/Proxy/HTTP.pm
48
%%SITE_PERL%%/Connector/Proxy/HTTP.pm
49
%%SITE_PERL%%/Connector/Proxy/JSON.pm
47
%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm
50
%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm
48
%%SITE_PERL%%/Connector/Proxy/Net/LDAP.pm
51
%%SITE_PERL%%/Connector/Proxy/Net/LDAP.pm
49
%%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm
52
%%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm

Return to bug 247405