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

Collapse All | Expand All

(-)devel/p5-Connector/Makefile (-4 / +16 lines)
Lines 2-26 Link Here
2
# $FreeBSD: head/devel/p5-Connector/Makefile 367439 2014-09-06 14:16:59Z pi $
2
# $FreeBSD: head/devel/p5-Connector/Makefile 367439 2014-09-06 14:16:59Z pi $
3
3
4
PORTNAME=	Connector
4
PORTNAME=	Connector
5
PORTVERSION=	1.10
5
PORTVERSION=	1.15
6
CATEGORIES=	devel perl5
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
9
9
10
MAINTAINER=	svysh.fbsd@gmail.com
10
MAINTAINER=	svysh.fbsd@gmail.com
11
COMMENT=	A generic connection to a hierarchical-structured data set
11
COMMENT=	Generic connection to a hierarchical-structured data set
12
12
13
LICENSE=	ART10 GPLv1
13
LICENSE=	ART10 GPLv1
14
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
15
15
16
BUILD_DEPENDS=	p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
16
BUILD_DEPENDS=	\
17
		p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \
18
		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
19
		p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
17
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
20
		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
18
		p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
21
		p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
19
		p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \
22
		p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \
20
		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
23
		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
24
		p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
25
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
26
		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
27
		p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
28
		p5-Proc-SafeExec>=0:${PORTSDIR}/devel/p5-Proc-SafeExec \
29
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
30
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
31
23
USES=		perl5
32
USES=		perl5
24
USE_PERL5=	configure
33
USE_PERL5=	configure
34
NO_ARCH=	yes
35
36
#pre-install:	test
25
37
26
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)devel/p5-Connector/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Connector-1.10.tar.gz) = 5e07f214234e28913ab77ebc7a1f41865b3d665fa8f73f6b231172896dfcfac5
1
SHA256 (Connector-1.15.tar.gz) = c4fa3b889b90f1fdcaf4bd8237c60d9aac6a2388ad74206510eecc98a77dc4dc
2
SIZE (Connector-1.10.tar.gz) = 66141
2
SIZE (Connector-1.15.tar.gz) = 70674
(-)devel/p5-Connector/pkg-plist (+2 lines)
Lines 1-4 Link Here
1
%%PERL5_MAN3%%/Connector.3.gz
1
%%PERL5_MAN3%%/Connector.3.gz
2
%%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz
2
%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz
3
%%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz
3
%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz
4
%%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz
4
%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz
5
%%PERL5_MAN3%%/Connector::Builtin::Env.3.gz
Lines 15-20 Link Here
15
%%PERL5_MAN3%%/Connector::Wrapper.3.gz
16
%%PERL5_MAN3%%/Connector::Wrapper.3.gz
16
%%SITE_PERL%%/Connector.pm
17
%%SITE_PERL%%/Connector.pm
17
%%SITE_PERL%%/Connector/Builtin.pm
18
%%SITE_PERL%%/Connector/Builtin.pm
19
%%SITE_PERL%%/Connector/Builtin/Authentication/LDAP.pm
18
%%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm
20
%%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm
19
%%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm
21
%%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm
20
%%SITE_PERL%%/Connector/Builtin/Env.pm
22
%%SITE_PERL%%/Connector/Builtin/Env.pm

Return to bug 194702