From estrabd@bc3.hpc.lsu.edu  Fri Sep 19 23:24:42 2008
Return-Path: <estrabd@bc3.hpc.lsu.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D28D0106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2008 23:24:42 +0000 (UTC)
	(envelope-from estrabd@bc3.hpc.lsu.edu)
Received: from gate011.lsu.edu (gate011.ocs.lsu.edu [130.39.184.213])
	by mx1.freebsd.org (Postfix) with ESMTP id AC4518FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2008 23:24:42 +0000 (UTC)
	(envelope-from estrabd@bc3.hpc.lsu.edu)
Received: from bc3.hpc.lsu.edu ([130.39.195.165])
          by gate011.lsu.edu (Lotus Domino Release 6.0.3)
          with ESMTP id 2008091918135477-13075 ;
          Fri, 19 Sep 2008 18:13:54 -0500 
Received: from bc3.hpc.lsu.edu (localhost [127.0.0.1])
	by bc3.hpc.lsu.edu (8.14.2/8.14.2) with ESMTP id m8JNASYS079986
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Sep 2008 18:10:28 -0500 (CDT)
	(envelope-from estrabd@bc3.hpc.lsu.edu)
Received: (from root@localhost)
	by bc3.hpc.lsu.edu (8.14.2/8.14.2/Submit) id m8JNASBv079985;
	Fri, 19 Sep 2008 18:10:28 -0500 (CDT)
	(envelope-from estrabd)
Message-Id: <200809192310.m8JNASBv079985@bc3.hpc.lsu.edu>
Date: Fri, 19 Sep 2008 18:10:28 -0500 (CDT)
From: "B. Estrade" <estrabd@gmail.com>
Reply-To: "B. Estrade" <estrabd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update]	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127500
>Category:       ports
>Synopsis:       [maintainer update]: www/vee
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 23:30:00 UTC 2008
>Closed-Date:    Tue Sep 23 00:48:57 UTC 2008
>Last-Modified:  Tue Sep 23 00:50:01 UTC 2008
>Originator:     B. Estrade <estrabd@gmail.com>
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
Self	
>Environment:
System: FreeBSD bc3.hpc.lsu.edu 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #6: Tue Aug 5 22:50:51 CDT 2008 root@bc3.hpc.lsu.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
This is an update to www/vee - I wish to become the port's maintainer as
well (I am the actual developer).
>How-To-Repeat:
	N/A
>Fix:
	Just need to apply diff.	

--- vee.diff begins here ---
diff -ruN vee.back/Makefile vee/Makefile
--- vee.back/Makefile	1969-12-31 18:00:00.000000000 -0600
+++ vee/Makefile	2008-09-19 17:55:43.000000000 -0500
@@ -0,0 +1,27 @@
+# New ports collection makefile for:	vee
+# Date created:		19 September 2008 	
+# Whom:			B. Estrade <estrabd@gmail.com> 	
+#
+# $FreeBSD: ports/www/vee/Makefile,v 1.2 2007/09/10 16:15:06 sat Exp $
+#
+
+PORTNAME=	vee
+DISTVERSION=	0.9.9-zeta
+CATEGORIES=	www
+MASTER_SITES=	http://www.0x743.com/vee/ CENKES
+# Also here: http://code.google.com/p/vee/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER= 	estrabd@gmail.com	
+COMMENT=	Tiny CLI blogging tool
+
+NO_BUILD=	yes
+PLIST_FILES=	bin/${PORTNAME}
+
+post-patch:
+	@${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}
+
+do-install:
+	@${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
+
+.include <bsd.port.mk>
diff -ruN vee.back/distinfo vee/distinfo
--- vee.back/distinfo	1969-12-31 18:00:00.000000000 -0600
+++ vee/distinfo	2008-09-19 17:54:52.000000000 -0500
@@ -0,0 +1,3 @@
+MD5 (vee-0.9.9-zeta.tgz) = 4993bd7ede7f635e4402845456149e2c
+SHA256 (vee-0.9.9-zeta.tgz) = 3798eb25a39c790f245d22c8ff1c8f86030f884e019d6f8dd151f64ff77772be
+SIZE (vee-0.9.9-zeta.tgz) = 9024
diff -ruN vee.back/pkg-descr vee/pkg-descr
--- vee.back/pkg-descr	1969-12-31 18:00:00.000000000 -0600
+++ vee/pkg-descr	2008-09-19 17:55:27.000000000 -0500
@@ -0,0 +1,6 @@
+vee is a zero configuration, command line blog tool that is written in
+Bourne shell in a single file. It uses vi as the editor, but this can
+be changed out.
+
+WWW: http://www.0x743.com/vee/
+Author: B. Estrade <estrabd at gmail>
--- vee.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Fri Sep 19 23:51:50 UTC 2008 
State-Changed-Why:  
For updates to ports, we prefer the output of diff -u rather than a 
new sharfile.  This helps us figure out what has changed.  For new ports, 
of course, the output of shar is needed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127500 
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: linimon 
Class-Changed-When: Fri Sep 19 23:53:05 UTC 2008 
Class-Changed-Why:  
Actually it's not a maintainer-approved update just yet :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127500 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Sat Sep 20 00:22:40 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127500 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Sep 23 00:48:56 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127500: commit references a PR
Date: Tue, 23 Sep 2008 00:48:04 +0000 (UTC)

 wxs         2008-09-23 00:48:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/vee              Makefile distinfo pkg-descr 
   Log:
   - Update to 0.9.9-zeta
   - Pass maintainership to submitter
   - Fix email address in pkg-descr
   
   PR:             ports/127500
   Submitted by:   "B. Estrade" <estrabd@gmail.com>
   
   Revision  Changes    Path
   1.4       +2 -2      ports/www/vee/Makefile
   1.3       +3 -3      ports/www/vee/distinfo
   1.2       +1 -1      ports/www/vee/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
