From glarkin@sourcehosting.net  Tue Jun 17 16:43:27 2008
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5FCA91065671
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Jun 2008 16:43:27 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 344888FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Jun 2008 16:43:26 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=Gregory-Larkins-Computer.local)
	by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1K8eHE-000Jqe-G4; Tue, 17 Jun 2008 12:43:25 -0400
Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14])
	by Gregory-Larkins-Computer.local (Postfix) with ESMTP
	id 88C5F209BD1C; Tue, 17 Jun 2008 12:43:23 -0400 (EDT)
Received: from fbsd70.entropy.prv (localhost [127.0.0.1])
	by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id m5HGgpvC022920;
	Tue, 17 Jun 2008 12:42:51 -0400 (EDT)
	(envelope-from glarkin@fbsd70.entropy.prv)
Received: (from root@localhost)
	by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id m5HGgpQm022919;
	Tue, 17 Jun 2008 12:42:51 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <200806171642.m5HGgpQm022919@fbsd70.entropy.prv>
Date: Tue, 17 Jun 2008 12:42:51 -0400 (EDT)
From: Greg Larkin <glarkin@sourcehosting.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: glarkin@sourcehosting.net
Subject: [MAINTAINER] www/trac-customfieldadmin: update to 0.1.3855
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124683
>Category:       ports
>Synopsis:       [MAINTAINER] www/trac-customfieldadmin: update to 0.1.3855
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 17 16:50:03 UTC 2008
>Closed-Date:    Fri Jun 20 21:55:36 UTC 2008
>Last-Modified:  Fri Jun 20 22:10:06 UTC 2008
>Originator:     Greg Larkin
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Fixed distfile version numbering
- Update to 0.1.3855

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- trac-customfieldadmin-0.1.3855.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/trac-customfieldadmin.orig/Makefile /usr/ports/www/trac-customfieldadmin/Makefile
--- /usr/ports/www/trac-customfieldadmin.orig/Makefile	2008-06-06 10:07:16.000000000 -0400
+++ /usr/ports/www/trac-customfieldadmin/Makefile	2008-06-17 12:40:23.568771073 -0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	customfieldadmin
-PORTVERSION=	0.1
-PORTREVISION=	1
+PORTVERSION=	0.1.3855
 CATEGORIES=	www devel python
 MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
 PKGNAMEPREFIX=	trac-
@@ -26,7 +25,7 @@
 NO_BUILD=	yes
 USE_PYTHON=	2.3+
 USE_PYDISTUTILS=yes
-PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
+PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
 PYDISTUTILS_NOEGGINFO=	yes
 
 post-install:
diff -ruN --exclude=CVS /usr/ports/www/trac-customfieldadmin.orig/distinfo /usr/ports/www/trac-customfieldadmin/distinfo
--- /usr/ports/www/trac-customfieldadmin.orig/distinfo	2008-01-12 11:16:17.000000000 -0500
+++ /usr/ports/www/trac-customfieldadmin/distinfo	2008-06-17 12:37:03.235225941 -0400
@@ -1,3 +1,3 @@
-MD5 (customfieldadminplugin-0.1.zip) = c7bb8d3e2591fb0e7a3690c4450341bf
-SHA256 (customfieldadminplugin-0.1.zip) = 32b584c685de70df4b12be4256f0b88d17b72974fd11472751be1a2701f630a4
-SIZE (customfieldadminplugin-0.1.zip) = 13678
+MD5 (customfieldadminplugin-0.1.3855.zip) = 98504d6dd9a92577a5b337fd46cffb75
+SHA256 (customfieldadminplugin-0.1.3855.zip) = 20a42c7c1b32bf7ccd1ef19faf014877cceb6268638f4bd1d4592516ed950311
+SIZE (customfieldadminplugin-0.1.3855.zip) = 13679
diff -ruN --exclude=CVS /usr/ports/www/trac-customfieldadmin.orig/pkg-plist /usr/ports/www/trac-customfieldadmin/pkg-plist
--- /usr/ports/www/trac-customfieldadmin.orig/pkg-plist	2008-01-12 11:16:17.000000000 -0500
+++ /usr/ports/www/trac-customfieldadmin/pkg-plist	2008-06-17 12:39:27.381389437 -0400
@@ -1 +1 @@
-%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
+%%PYTHON_SITELIBDIR%%/TracCustomFieldAdmin-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
--- trac-customfieldadmin-0.1.3855.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jun 17 16:50:11 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124683 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Jun 20 21:55:36 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124683: commit references a PR
Date: Fri, 20 Jun 2008 22:07:01 +0000 (UTC)

 miwi        2008-06-20 22:06:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/trac-customfieldadmin Makefile distinfo pkg-plist 
   Log:
   - Fixed distfile version numbering
   - Update to 0.1.3855
   
   PR:             124683
   Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
   
   Revision  Changes    Path
   1.3       +2 -3      ports/www/trac-customfieldadmin/Makefile
   1.2       +3 -3      ports/www/trac-customfieldadmin/distinfo
   1.2       +1 -1      ports/www/trac-customfieldadmin/pkg-plist
 _______________________________________________
 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:
