Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2014 15:49:39 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372401 - head/devel/p5-Connector
Message-ID:  <201411101549.sAAFndRA030910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Nov 10 15:49:38 2014
New Revision: 372401
URL: https://svnweb.freebsd.org/changeset/ports/372401
QAT: https://qat.redports.org/buildarchive/r372401/

Log:
  devel/p5-Connector: update 1.10 -> 1.15
  
  - Fix COMMENT
  
  PR:		194702
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
  Approved by:	mentors (implicit)

Modified:
  head/devel/p5-Connector/Makefile
  head/devel/p5-Connector/distinfo
  head/devel/p5-Connector/pkg-plist

Modified: head/devel/p5-Connector/Makefile
==============================================================================
--- head/devel/p5-Connector/Makefile	Mon Nov 10 15:44:09 2014	(r372400)
+++ head/devel/p5-Connector/Makefile	Mon Nov 10 15:49:38 2014	(r372401)
@@ -2,25 +2,37 @@
 # $FreeBSD$
 
 PORTNAME=	Connector
-PORTVERSION=	1.10
+PORTVERSION=	1.15
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	svysh.fbsd@gmail.com
-COMMENT=	A generic connection to a hierarchical-structured data set
+COMMENT=	Generic connection to a hierarchical-structured data set
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
+BUILD_DEPENDS=	\
+		p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike \
+		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
+		p5-YAML>=1.06:${PORTSDIR}/textproc/p5-YAML \
 		p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
 		p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
 		p5-Config-Versioned>=1.01:${PORTSDIR}/devel/p5-Config-Versioned \
-		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
+		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+		p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
+		p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
+		p5-Proc-SafeExec>=0:${PORTSDIR}/devel/p5-Proc-SafeExec \
+
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
+
+#pre-install:	test
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Connector/distinfo
==============================================================================
--- head/devel/p5-Connector/distinfo	Mon Nov 10 15:44:09 2014	(r372400)
+++ head/devel/p5-Connector/distinfo	Mon Nov 10 15:49:38 2014	(r372401)
@@ -1,2 +1,2 @@
-SHA256 (Connector-1.10.tar.gz) = 5e07f214234e28913ab77ebc7a1f41865b3d665fa8f73f6b231172896dfcfac5
-SIZE (Connector-1.10.tar.gz) = 66141
+SHA256 (Connector-1.15.tar.gz) = c4fa3b889b90f1fdcaf4bd8237c60d9aac6a2388ad74206510eecc98a77dc4dc
+SIZE (Connector-1.15.tar.gz) = 70674

Modified: head/devel/p5-Connector/pkg-plist
==============================================================================
--- head/devel/p5-Connector/pkg-plist	Mon Nov 10 15:44:09 2014	(r372400)
+++ head/devel/p5-Connector/pkg-plist	Mon Nov 10 15:49:38 2014	(r372401)
@@ -1,4 +1,5 @@
 %%PERL5_MAN3%%/Connector.3.gz
+%%PERL5_MAN3%%/Connector::Builtin::Authentication::LDAP.3.gz
 %%PERL5_MAN3%%/Connector::Builtin::Authentication::Password.3.gz
 %%PERL5_MAN3%%/Connector::Builtin::Authentication::PasswordScheme.3.gz
 %%PERL5_MAN3%%/Connector::Builtin::Env.3.gz
@@ -15,6 +16,7 @@
 %%PERL5_MAN3%%/Connector::Wrapper.3.gz
 %%SITE_PERL%%/Connector.pm
 %%SITE_PERL%%/Connector/Builtin.pm
+%%SITE_PERL%%/Connector/Builtin/Authentication/LDAP.pm
 %%SITE_PERL%%/Connector/Builtin/Authentication/Password.pm
 %%SITE_PERL%%/Connector/Builtin/Authentication/PasswordScheme.pm
 %%SITE_PERL%%/Connector/Builtin/Env.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411101549.sAAFndRA030910>