Bug 180234 - security/kpcli 1.7 to 2.3
Summary: security/kpcli 1.7 to 2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 14:10 UTC by alexander.4mail
Modified: 2013-07-03 19:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexander.4mail 2013-07-03 14:10:01 UTC
update security/kpcli port from v. 1.7 to 2.3

Fix: --gBBFr7Ir9EOA20Yy
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="kpcli.diff"



--gBBFr7Ir9EOA20Yy----DmHyhDUEoGvv2X8swmITKSVpRshOqj3n8N59ywKzHcmmAMP1
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 322227)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kpcli
-PORTVERSION=	1.7
+PORTVERSION=	2.3
 CATEGORIES=	security
 MASTER_SITES=	SF/kpcli/
 EXTRACT_SUFX=	.pl
@@ -17,8 +17,7 @@
 		p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \
 		p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
 		p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \
-		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \
-		p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone
+		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_PERL5=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 322227)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (kpcli-1.7.pl) = 6029dd27977c31bb90f8367d047ed629ce06c01dbaaf73a3b493445d44aa2ce9
-SIZE (kpcli-1.7.pl) = 74549
+SHA256 (kpcli-2.3.pl) = a536f01c7db2460d4b31e83fa59dd1200e5194f9a8a626eb8cf429e5a6d4329c
+SIZE (kpcli-2.3.pl) = 105864
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 19:23:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-03 19:43:43 UTC
Author: pawel
Date: Wed Jul  3 18:43:29 2013
New Revision: 322245
URL: http://svnweb.freebsd.org/changeset/ports/322245

Log:
  Update to version 2.3
  
  PR:		ports/180234
  Submitted by:	Alexander <alexander.4mail@gmail.com> (maintainer)

Modified:
  head/security/kpcli/Makefile
  head/security/kpcli/distinfo

Modified: head/security/kpcli/Makefile
==============================================================================
--- head/security/kpcli/Makefile	Wed Jul  3 18:42:54 2013	(r322244)
+++ head/security/kpcli/Makefile	Wed Jul  3 18:43:29 2013	(r322245)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	kpcli
-PORTVERSION=	1.7
+PORTVERSION=	2.3
 CATEGORIES=	security
 MASTER_SITES=	SF/kpcli/
 EXTRACT_SUFX=	.pl
@@ -17,8 +17,7 @@ RUN_DEPENDS=	p5-Crypt-Rijndael>=1.08:${P
 		p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \
 		p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
 		p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \
-		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \
-		p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone
+		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_PERL5=	yes

Modified: head/security/kpcli/distinfo
==============================================================================
--- head/security/kpcli/distinfo	Wed Jul  3 18:42:54 2013	(r322244)
+++ head/security/kpcli/distinfo	Wed Jul  3 18:43:29 2013	(r322245)
@@ -1,2 +1,2 @@
-SHA256 (kpcli-1.7.pl) = 6029dd27977c31bb90f8367d047ed629ce06c01dbaaf73a3b493445d44aa2ce9
-SIZE (kpcli-1.7.pl) = 74549
+SHA256 (kpcli-2.3.pl) = a536f01c7db2460d4b31e83fa59dd1200e5194f9a8a626eb8cf429e5a6d4329c
+SIZE (kpcli-2.3.pl) = 105864
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-07-03 19:43:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!