From leva@ecentrum.hu  Sun Dec 22 13:13:35 2013
Return-Path: <leva@ecentrum.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 7DC4F220
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Dec 2013 13:13:35 +0000 (UTC)
Received: from firefly.ecentrum.hu (firefly.ecentrum.hu [78.131.87.195])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 42D771CB9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Dec 2013 13:13:34 +0000 (UTC)
Received: from daniell-kurt.local (unknown [192.168.0.12])
	by firefly.ecentrum.hu (Postfix) with ESMTPSA id D4A40DF4C9
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Dec 2013 14:13:31 +0100 (CET)
Message-Id: <20131222131324.GA21975@daniell-kurt.local>
Date: Sun, 22 Dec 2013 14:13:25 +0100
From: LEVAI Daniel <leva@ecentrum.hu>
Reply-To: LEVAI Daniel <leva@ecentrum.hu>
To: FreeBSD-gnats-submit@freebsd.org
Subject: port update to security/kc
X-Send-Pr-Version: 3.114

>Number:         185093
>Category:       ports
>Synopsis:       port update to security/kc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    antoine
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 13:20:00 UTC 2013
>Closed-Date:    Sun Dec 22 20:37:55 UTC 2013
>Last-Modified:  Sun Dec 22 20:37:55 UTC 2013
>Originator:     daniell
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD freebsd-stable 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	Bugfix update of the software kc.
	I've removed pwsafe_convert.pl from installation. It is available from
	the download site, but won't get installed anymore, hence the removal of
	some dependencies.
	Also, the project moved to github.
>How-To-Repeat:
	-
>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 337185)
+++ Makefile	(working copy)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	kc
-PORTVERSION=	2.3.0
+PORTVERSION=	2.3.2
 CATEGORIES=	security
-MASTER_SITES=	http://keychain.googlecode.com/files/
+MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
 
 MAINTAINER=	leva@ecentrum.hu
 COMMENT=	Console based password storing application
@@ -13,8 +13,8 @@
 
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		libpcre.so:${PORTSDIR}/devel/pcre
-RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
 
+FETCH_ARGS=	-Fpr
 USES=		pkgconfig
 
 MAN1=		kc.1
@@ -21,8 +21,7 @@
 MANCOMPRESSED=	yes
 
 PLIST_DIRS=	share/kc
-PLIST_FILES=	bin/kc \
-		share/kc/pwsafe_to_kc.pl
+PLIST_FILES=	bin/kc
 
 MAKE_ENV+=	HAVE_PCRE=yes
 
@@ -30,8 +29,4 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
 
-post-install:
-	${INSTALL} -d ${PREFIX}/share/kc
-	${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
-
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 337185)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae
-SIZE (kc-2.3.0.tar.gz) = 43625
+SHA256 (kc-2.3.2.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8
+SIZE (kc-2.3.2.tar.gz) = 44779
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 337185)
+++ pkg-descr	(working copy)
@@ -1,4 +1,4 @@
 Console based password storing application using an encrypted XML
 document as its database.
 
-WWW: http://keychain.googlecode.com
+WWW: https://github.com/levaidaniel/kc
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sun Dec 22 13:21:07 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185093 
Responsible-Changed-From-To: freebsd-ports-bugs->antoine 
Responsible-Changed-By: antoine 
Responsible-Changed-When: Sun Dec 22 14:52:51 UTC 2013 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185093 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185093: commit references a PR
Date: Sun, 22 Dec 2013 20:04:01 +0000 (UTC)

 Author: antoine
 Date: Sun Dec 22 20:03:53 2013
 New Revision: 337212
 URL: http://svnweb.freebsd.org/changeset/ports/337212
 
 Log:
   - Update to 2.3.2
   - Stage support
   
   PR:		ports/185093
   Submitted by:	LEVAI Daniel (maintainer)
 
 Deleted:
   head/security/kc/pkg-message
 Modified:
   head/security/kc/Makefile
   head/security/kc/distinfo
   head/security/kc/pkg-descr
 
 Modified: head/security/kc/Makefile
 ==============================================================================
 --- head/security/kc/Makefile	Sun Dec 22 19:36:00 2013	(r337211)
 +++ head/security/kc/Makefile	Sun Dec 22 20:03:53 2013	(r337212)
 @@ -2,36 +2,26 @@
  # $FreeBSD$
  
  PORTNAME=	kc
 -PORTVERSION=	2.3.0
 +PORTVERSION=	2.3.2
  CATEGORIES=	security
 -MASTER_SITES=	http://keychain.googlecode.com/files/
 +MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
  
  MAINTAINER=	leva@ecentrum.hu
  COMMENT=	Console based password storing application
  
 -LICENSE=	BSD
 +LICENSE=	BSD2CLAUSE
  
  LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
  		libpcre.so:${PORTSDIR}/devel/pcre
 -RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
  
 -USES=		pkgconfig
 +FETCH_ARGS=	-Fpr
 +USES=		pkgconfig uidfix
  
 -MAN1=		kc.1
 -MANCOMPRESSED=	yes
 -
 -PLIST_DIRS=	share/kc
 -PLIST_FILES=	bin/kc \
 -		share/kc/pwsafe_to_kc.pl
 +PLIST_FILES=	bin/kc man/man1/kc.1.gz
  
  MAKE_ENV+=	HAVE_PCRE=yes
  
 -NO_STAGE=	yes
  post-patch:
  	@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
  
 -post-install:
 -	${INSTALL} -d ${PREFIX}/share/kc
 -	${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
 -
  .include <bsd.port.mk>
 
 Modified: head/security/kc/distinfo
 ==============================================================================
 --- head/security/kc/distinfo	Sun Dec 22 19:36:00 2013	(r337211)
 +++ head/security/kc/distinfo	Sun Dec 22 20:03:53 2013	(r337212)
 @@ -1,2 +1,2 @@
 -SHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae
 -SIZE (kc-2.3.0.tar.gz) = 43625
 +SHA256 (kc-2.3.2.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8
 +SIZE (kc-2.3.2.tar.gz) = 44779
 
 Modified: head/security/kc/pkg-descr
 ==============================================================================
 --- head/security/kc/pkg-descr	Sun Dec 22 19:36:00 2013	(r337211)
 +++ head/security/kc/pkg-descr	Sun Dec 22 20:03:53 2013	(r337212)
 @@ -1,4 +1,4 @@
  Console based password storing application using an encrypted XML
  document as its database.
  
 -WWW: http://keychain.googlecode.com
 +WWW: https://github.com/levaidaniel/kc
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Sun Dec 22 20:37:14 UTC 2013 
State-Changed-Why:  
Port updated, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185093 
>Unformatted:
