From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 17 16:50:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E73106564A for ; Tue, 17 Jun 2008 16:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E70DA8FC20 for ; Tue, 17 Jun 2008 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5HGo32q069064 for ; Tue, 17 Jun 2008 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5HGo3Ae069063; Tue, 17 Jun 2008 16:50:03 GMT (envelope-from gnats) Resent-Date: Tue, 17 Jun 2008 16:50:03 GMT Resent-Message-Id: <200806171650.m5HGo3Ae069063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FCA91065671 for ; 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 ; 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 ) 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: glarkin@sourcehosting.net Subject: ports/124683: [MAINTAINER] www/trac-customfieldadmin: update to 0.1.3855 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2008 16:50:04 -0000 >Number: 124683 >Category: ports >Synopsis: [MAINTAINER] www/trac-customfieldadmin: update to 0.1.3855 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 17 16:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted: