From nobody@FreeBSD.org  Mon Apr 14 03:08:20 2014
Return-Path: <nobody@FreeBSD.org>
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 7E33CB9A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2014 03:08:20 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4E22C159E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2014 03:08:20 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3E38JsE040523
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Apr 2014 03:08:19 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3E38JEf040522;
	Mon, 14 Apr 2014 03:08:19 GMT
	(envelope-from nobody)
Message-Id: <201404140308.s3E38JEf040522@cgiserv.freebsd.org>
Date: Mon, 14 Apr 2014 03:08:19 GMT
From: Matthew Rezny <matthew@reztek.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/cfv was deleted unnecessarily
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188584
>Category:       ports
>Synopsis:       security/cfv was deleted unnecessarily
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    xmj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 03:10:00 UTC 2014
>Closed-Date:    Mon Apr 14 20:24:43 UTC 2014
>Last-Modified:  Mon Apr 14 20:24:43 UTC 2014
>Originator:     Matthew Rezny
>Release:        10-STABLE
>Organization:
RezTek, s.r.o.
>Environment:
FreeBSD desktop.reztek 10.0-STABLE FreeBSD 10.0-STABLE #0 r264285: Thu Apr 10 01:49:39 CEST 2014     root@desktop.reztek:/usr/obj/usr/src/sys/DESKTOP  amd64

>Description:
security/cfv was marked deprecated do to lack of staging and a maintainer. The deprecation message states it was not maintainered since 2001, which is technically incorrect. It may not have had a maintainer since 2001, but it has received maintenance in that it received version updates through 2009 and was once previous resurrected in 2012 after removal for an optional dependency.

I use this port and would appreciate it if it could be resurrected once again. I have prepared a page to add staging support, which was really quite trivial to do. I am willing to take maintainership to keep this port out of the graveyard.

>How-To-Repeat:
Keep deleting ports over trivial matters.
>Fix:
Stop deleting ports over trivial matters. Fix them, or at least give reasobnable opportunity for their users to fix them.

In this case, revert r351202 and apply the attached patch.


Patch attached with submission follows:

Index: security/cfv/Makefile
===================================================================
--- security/cfv/Makefile	(revision 350650)
+++ security/cfv/Makefile	(working copy)
@@ -9,8 +9,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
 
-DEPRECATED=	Unmaintained since 2001
-EXPIRATION_DATE=	2014-04-12
 USE_PYTHON=	2
 ALL_TARGET=	cfv.wrapper
 INSTALL_TARGET=	install-wrapper
@@ -18,7 +16,6 @@
 
 MAN1=	cfv.1
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
 
Index: security/cfv/files/patch-Makefile
===================================================================
--- security/cfv/files/patch-Makefile	(revision 350650)
+++ security/cfv/files/patch-Makefile	(working copy)
@@ -7,3 +7,11 @@
  exec_prefix=${prefix}
  
  #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
+@@ -43,6 +43,7 @@
+ 	$(install_dir) $@
+ 
+ install-wrapper-only: $(DESTDIR)$(bindir) cfv.wrapper install_man
++	$(install_dir) $(DESTDIR)$(pkgdir)
+ 	$(install_data) cfv $(DESTDIR)$(pkgdir)/cfv.py
+ 	$(install_script) cfv.wrapper $(DESTDIR)$(bindir)/cfv
+ 
Index: security/cfv/pkg-plist
===================================================================
--- security/cfv/pkg-plist	(revision 350650)
+++ security/cfv/pkg-plist	(working copy)
@@ -2,3 +2,4 @@
 %%PYTHON_SITELIBDIR%%/cfv.py
 %%PYTHON_SITELIBDIR%%/cfv.pyc
 %%PYTHON_SITELIBDIR%%/cfv.pyo
+man/man1/cfv.1.gz


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->xmj 
Responsible-Changed-By: xmj 
Responsible-Changed-When: Mon Apr 14 13:29:18 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

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

From: Matthew Rezny <matthew@reztek.cz>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/188584: security/cfv was deleted unnecessarily
Date: Mon, 14 Apr 2014 15:20:47 +0200

 This is a multi-part message in MIME format.
 
 --nextPart3076294.8BpvjnWC6v
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="us-ascii"
 
 It has been brought to my attention someone else filed a PR (ports/188564) with 
 the same request, though no patch. xmj@ had prepared a patch for that request.
 
 I used his as inspiration to improve m y patch, the result being what I 
 believe to be the most straightforward solution for staging this port.
 
 Also, set myself as maintainer in this patch.
 
 --nextPart3076294.8BpvjnWC6v
 Content-Disposition: attachment; filename="security_cfv_patch.txt"
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="UTF-8"; name="security_cfv_patch.txt"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 350650)
 +++ Makefile	(working copy)
 @@ -6,20 +6,16 @@
  CATEGORIES=	security
  MASTER_SITES=	SF
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	matthew@reztek.cz
  COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
  
 -DEPRECATED=	Unmaintained since 2001
 -EXPIRATION_DATE=	2014-04-12
  USE_PYTHON=	2
  ALL_TARGET=	cfv.wrapper
  INSTALL_TARGET=	install-wrapper
  MAKE_ARGS=	PYTHON=${PYTHON_CMD}
  
 -MAN1=	cfv.1
 -
 -NO_STAGE=	yes
  post-patch:
 -	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e "s,%%SITELIBDIR%%,${PYTHON_SITELIBDIR},g" \
 +	        -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
  
  .include <bsd.port.mk>
 Index: files/patch-Makefile
 ===================================================================
 --- files/patch-Makefile	(revision 350650)
 +++ files/patch-Makefile	(working copy)
 @@ -1,9 +1,33 @@
  --- Makefile.orig	Fri Dec  7 17:01:19 2001
  +++ Makefile	Fri Dec  7 17:01:56 2001
 -@@ -1,5 +1,5 @@
 +@@ -1,10 +1,7 @@
   PYTHON=python
  -prefix=/usr/local
  +prefix=%%PREFIX%%
   exec_prefix=${prefix}
 +-
 +-#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 +-pkgdir=`$(PYTHON) -c 'import sys,re; x=filter(lambda x: re.match("$(prefix).*site-packages",x),sys.path); y=filter(lambda y: re.search("site-packages",y),sys.path); x.sort(lambda x,y: cmp(len(x),len(y))); y.sort(lambda x,y: cmp(len(x),len(y))); x.extend(y); print x[0]'`
 +-#nice little expression, huh? ;)
 ++pkgdir=%%SITELIBDIR%%
   
 - #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 + bindir=${exec_prefix}/bin
 + mandir=${prefix}/man
 +@@ -39,14 +36,14 @@
 + cfv.wrapper:
 + 	$(PYTHON) -c 'import string,os; py=filter(lambda x: os.path.isfile(x),map(lambda x: os.path.join(x,"$(PYTHON)"),string.split(os.environ["PATH"],":"))); py.append(" /usr/bin/env $(PYTHON)"); open("cfv.wrapper","w").write("#!%s\nimport cfv\ncfv.main()\n"%py[0])'
 + 
 +-$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir):
 ++$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdir):
 + 	$(install_dir) $@
 + 
 +-install-wrapper-only: $(DESTDIR)$(bindir) cfv.wrapper install_man
 ++install-wrapper-only: $(DESTDIR)$(pkgdir) $(DESTDIR)$(bindir) cfv.wrapper
 + 	$(install_data) cfv $(DESTDIR)$(pkgdir)/cfv.py
 + 	$(install_script) cfv.wrapper $(DESTDIR)$(bindir)/cfv
 + 
 +-install-wrapper: install-wrapper-only
 ++install-wrapper: install-wrapper-only install_man
 + 	$(PYTHON) -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 + 	$(PYTHON) -O -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 + 
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 350650)
 +++ pkg-plist	(working copy)
 @@ -2,3 +2,4 @@
  %%PYTHON_SITELIBDIR%%/cfv.py
  %%PYTHON_SITELIBDIR%%/cfv.pyc
  %%PYTHON_SITELIBDIR%%/cfv.pyo
 +man/man1/cfv.1.gz
 
 --nextPart3076294.8BpvjnWC6v--
 

From: Matthew Rezny <matthew@reztek.cz>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/188584: security/cfv was deleted unnecessarily
Date: Mon, 14 Apr 2014 20:07:13 +0200

 This is a multi-part message in MIME format.
 
 --nextPart7854105.OhVSBCEAh5
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="us-ascii"
 
 xmj pointed out the need to run stage-qa, which revealed the need for a slight 
 change. Updated patch attached.
 
 
 --nextPart7854105.OhVSBCEAh5
 Content-Disposition: attachment; filename="security_cfv_patch.txt"
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="UTF-8"; name="security_cfv_patch.txt"
 
 Index: security/cfv/Makefile
 ===================================================================
 --- security/cfv/Makefile	(revision 350650)
 +++ security/cfv/Makefile	(working copy)
 @@ -6,20 +6,16 @@
  CATEGORIES=	security
  MASTER_SITES=	SF
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	matthew@reztek.cz
  COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
  
 -DEPRECATED=	Unmaintained since 2001
 -EXPIRATION_DATE=	2014-04-12
  USE_PYTHON=	2
  ALL_TARGET=	cfv.wrapper
  INSTALL_TARGET=	install-wrapper
  MAKE_ARGS=	PYTHON=${PYTHON_CMD}
  
 -MAN1=	cfv.1
 -
 -NO_STAGE=	yes
  post-patch:
 -	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e "s,%%SITELIBDIR%%,${PYTHON_SITELIBDIR},g" \
 +	        -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
  
  .include <bsd.port.mk>
 Index: security/cfv/files/patch-Makefile
 ===================================================================
 --- security/cfv/files/patch-Makefile	(revision 350650)
 +++ security/cfv/files/patch-Makefile	(working copy)
 @@ -1,9 +1,37 @@
  --- Makefile.orig	Fri Dec  7 17:01:19 2001
  +++ Makefile	Fri Dec  7 17:01:56 2001
 -@@ -1,5 +1,5 @@
 +@@ -1,10 +1,7 @@
   PYTHON=python
  -prefix=/usr/local
  +prefix=%%PREFIX%%
   exec_prefix=${prefix}
 +-
 +-#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 +-pkgdir=`$(PYTHON) -c 'import sys,re; x=filter(lambda x: re.match("$(prefix).*site-packages",x),sys.path); y=filter(lambda y: re.search("site-packages",y),sys.path); x.sort(lambda x,y: cmp(len(x),len(y))); y.sort(lambda x,y: cmp(len(x),len(y))); x.extend(y); print x[0]'`
 +-#nice little expression, huh? ;)
 ++pkgdir=%%SITELIBDIR%%
   
 - #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 + bindir=${exec_prefix}/bin
 + mandir=${prefix}/man
 +@@ -39,16 +36,16 @@
 + cfv.wrapper:
 + 	$(PYTHON) -c 'import string,os; py=filter(lambda x: os.path.isfile(x),map(lambda x: os.path.join(x,"$(PYTHON)"),string.split(os.environ["PATH"],":"))); py.append(" /usr/bin/env $(PYTHON)"); open("cfv.wrapper","w").write("#!%s\nimport cfv\ncfv.main()\n"%py[0])'
 + 
 +-$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir):
 ++$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdir):
 + 	$(install_dir) $@
 + 
 +-install-wrapper-only: $(DESTDIR)$(bindir) cfv.wrapper install_man
 ++install-wrapper-only: $(DESTDIR)$(pkgdir) $(DESTDIR)$(bindir) cfv.wrapper
 + 	$(install_data) cfv $(DESTDIR)$(pkgdir)/cfv.py
 + 	$(install_script) cfv.wrapper $(DESTDIR)$(bindir)/cfv
 + 
 +-install-wrapper: install-wrapper-only
 +-	$(PYTHON) -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 +-	$(PYTHON) -O -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 ++install-wrapper: install-wrapper-only install_man
 ++	$(PYTHON) -m compileall -d $(pkgdir) -l $(DESTDIR)$(pkgdir) 
 ++	$(PYTHON) -O -m compileall -d $(pkgdir) -l $(DESTDIR)$(pkgdir) 
 + 
 + install: $(DESTDIR)$(bindir) install_man
 + 	$(install_script) cfv $(DESTDIR)$(bindir)/cfv
 Index: security/cfv/pkg-plist
 ===================================================================
 --- security/cfv/pkg-plist	(revision 350650)
 +++ security/cfv/pkg-plist	(working copy)
 @@ -2,3 +2,4 @@
  %%PYTHON_SITELIBDIR%%/cfv.py
  %%PYTHON_SITELIBDIR%%/cfv.pyc
  %%PYTHON_SITELIBDIR%%/cfv.pyo
 +man/man1/cfv.1.gz
 
 --nextPart7854105.OhVSBCEAh5--
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188584: commit references a PR
Date: Mon, 14 Apr 2014 20:14:10 +0000 (UTC)

 Author: xmj
 Date: Mon Apr 14 20:14:01 2014
 New Revision: 351286
 URL: http://svnweb.freebsd.org/changeset/ports/351286
 QAT: https://qat.redports.org/buildarchive/r351286/
 
 Log:
   security/cfv: Resurrection, stage, assign maintainer
   
   - Resurrection
   - Assign maintainer to matthew@reztek.cz
   - Stagify
   
   PR:	ports/188584
   PR:	ports/188564
   Submitted by:	Matthew Rezny
   Approved by:	swills (mentor)
 
 Added:
   head/security/cfv/
      - copied from r350853, head/security/cfv/
 Modified:
   head/MOVED
   head/security/Makefile
   head/security/cfv/Makefile
   head/security/cfv/files/patch-Makefile
   head/security/cfv/pkg-plist
 
 Modified: head/MOVED
 ==============================================================================
 --- head/MOVED	Mon Apr 14 20:09:06 2014	(r351285)
 +++ head/MOVED	Mon Apr 14 20:14:01 2014	(r351286)
 @@ -5992,7 +5992,6 @@ graphics/svg2swf||2014-04-13|Has expired
  devel/flick||2014-04-13|Has expired: Unmaintained since 2001
  mail/smail||2014-04-13|Has expired: Unmaintained since 2001
  net/net-http||2014-04-13|Has expired: Unmaintained since 2001
 -security/cfv||2014-04-13|Has expired: Unmaintained since 2001
  graphics/camediaplay||2014-04-13|Has expired: Unmaintained since 2001
  math/umatrix||2014-04-13|Has expired: Unmaintained since 2001
  lang/f77||2014-04-13|Has expired: Unmaintained since 2001
 
 Modified: head/security/Makefile
 ==============================================================================
 --- head/security/Makefile	Mon Apr 14 20:09:06 2014	(r351285)
 +++ head/security/Makefile	Mon Apr 14 20:14:01 2014	(r351286)
 @@ -54,6 +54,7 @@
      SUBDIR += ccrypt
      SUBDIR += ccsrch
      SUBDIR += cfs
 +    SUBDIR += cfv
      SUBDIR += chaosreader
      SUBDIR += checkpassword
      SUBDIR += checkpassword-pam
 
 Modified: head/security/cfv/Makefile
 ==============================================================================
 --- head/security/cfv/Makefile	Thu Apr 10 20:57:50 2014	(r350853)
 +++ head/security/cfv/Makefile	Mon Apr 14 20:14:01 2014	(r351286)
 @@ -6,20 +6,16 @@ PORTVERSION=	1.18.3
  CATEGORIES=	security
  MASTER_SITES=	SF
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	matthew@reztek.cz
  COMMENT=	Utility to both test and create .sfv, .csv, and md5sum files
  
 -DEPRECATED=	Unmaintained since 2001
 -EXPIRATION_DATE=	2014-04-12
  USE_PYTHON=	2
  ALL_TARGET=	cfv.wrapper
  INSTALL_TARGET=	install-wrapper
  MAKE_ARGS=	PYTHON=${PYTHON_CMD}
  
 -MAN1=	cfv.1
 -
 -NO_STAGE=	yes
  post-patch:
 -	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e "s,%%SITELIBDIR%%,${PYTHON_SITELIBDIR},g" \
 +	        -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
  
  .include <bsd.port.mk>
 
 Modified: head/security/cfv/files/patch-Makefile
 ==============================================================================
 --- head/security/cfv/files/patch-Makefile	Thu Apr 10 20:57:50 2014	(r350853)
 +++ head/security/cfv/files/patch-Makefile	Mon Apr 14 20:14:01 2014	(r351286)
 @@ -1,9 +1,37 @@
  --- Makefile.orig	Fri Dec  7 17:01:19 2001
  +++ Makefile	Fri Dec  7 17:01:56 2001
 -@@ -1,5 +1,5 @@
 +@@ -1,10 +1,7 @@
   PYTHON=python
  -prefix=/usr/local
  +prefix=%%PREFIX%%
   exec_prefix=${prefix}
 +-
 +-#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 +-pkgdir=`$(PYTHON) -c 'import sys,re; x=filter(lambda x: re.match("$(prefix).*site-packages",x),sys.path); y=filter(lambda y: re.search("site-packages",y),sys.path); x.sort(lambda x,y: cmp(len(x),len(y))); y.sort(lambda x,y: cmp(len(x),len(y))); x.extend(y); print x[0]'`
 +-#nice little expression, huh? ;)
 ++pkgdir=%%SITELIBDIR%%
   
 - #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
 + bindir=${exec_prefix}/bin
 + mandir=${prefix}/man
 +@@ -39,16 +36,16 @@
 + cfv.wrapper:
 + 	$(PYTHON) -c 'import string,os; py=filter(lambda x: os.path.isfile(x),map(lambda x: os.path.join(x,"$(PYTHON)"),string.split(os.environ["PATH"],":"))); py.append(" /usr/bin/env $(PYTHON)"); open("cfv.wrapper","w").write("#!%s\nimport cfv\ncfv.main()\n"%py[0])'
 + 
 +-$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir):
 ++$(DESTDIR)$(mandir)/man1 $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdir):
 + 	$(install_dir) $@
 + 
 +-install-wrapper-only: $(DESTDIR)$(bindir) cfv.wrapper install_man
 ++install-wrapper-only: $(DESTDIR)$(pkgdir) $(DESTDIR)$(bindir) cfv.wrapper
 + 	$(install_data) cfv $(DESTDIR)$(pkgdir)/cfv.py
 + 	$(install_script) cfv.wrapper $(DESTDIR)$(bindir)/cfv
 + 
 +-install-wrapper: install-wrapper-only
 +-	$(PYTHON) -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 +-	$(PYTHON) -O -c "import py_compile; py_compile.compile('$(DESTDIR)$(pkgdir)/cfv.py')" 
 ++install-wrapper: install-wrapper-only install_man
 ++	$(PYTHON) -m compileall -d $(pkgdir) -l $(DESTDIR)$(pkgdir) 
 ++	$(PYTHON) -O -m compileall -d $(pkgdir) -l $(DESTDIR)$(pkgdir) 
 + 
 + install: $(DESTDIR)$(bindir) install_man
 + 	$(install_script) cfv $(DESTDIR)$(bindir)/cfv
 
 Modified: head/security/cfv/pkg-plist
 ==============================================================================
 --- head/security/cfv/pkg-plist	Thu Apr 10 20:57:50 2014	(r350853)
 +++ head/security/cfv/pkg-plist	Mon Apr 14 20:14:01 2014	(r351286)
 @@ -2,3 +2,4 @@ bin/cfv
  %%PYTHON_SITELIBDIR%%/cfv.py
  %%PYTHON_SITELIBDIR%%/cfv.pyc
  %%PYTHON_SITELIBDIR%%/cfv.pyo
 +man/man1/cfv.1.gz
 _______________________________________________
 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: xmj 
State-Changed-When: Mon Apr 14 20:24:42 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

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