From nobody@FreeBSD.org  Thu Mar 25 15:11:24 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 895541065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Mar 2010 15:11:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E7D48FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Mar 2010 15:11:24 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2PFBOZB071619
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Mar 2010 15:11:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2PFBOR5071618;
	Thu, 25 Mar 2010 15:11:24 GMT
	(envelope-from nobody)
Message-Id: <201003251511.o2PFBOR5071618@www.freebsd.org>
Date: Thu, 25 Mar 2010 15:11:24 GMT
From: ghostonthewire <ghostonthewire@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update www/roundup to 1.4.13 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: sbrabez@gmail.com

>Number:         145033
>Category:       ports
>Synopsis:       [patch] update www/roundup to 1.4.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 25 15:20:03 UTC 2010
>Closed-Date:    Thu Apr 08 00:00:02 UTC 2010
>Last-Modified:  Thu Apr  8 00:00:14 UTC 2010
>Originator:     ghostonthewire
>Release:        8.0-BETA4
>Organization:
>Environment:
FreeBSD emma.local 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sun Sep  6 22:51:32 MSD 2009     root@emma.local:/usr/obj/usr/src/sys/EMMA  amd64
>Description:
Update www/roundup to 1.4.13 from 1.4.9.
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ur roundup.orig/Makefile roundup/Makefile
--- roundup.orig/Makefile	2010-03-25 17:45:57.000000000 +0300
+++ roundup/Makefile	2010-03-03 13:20:40.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	roundup
-PORTVERSION=	1.4.9
+PORTVERSION=	1.4.13
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 
diff -ur roundup.orig/distinfo roundup/distinfo
--- roundup.orig/distinfo	2010-03-25 17:45:57.000000000 +0300
+++ roundup/distinfo	2010-03-03 13:32:31.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (roundup-1.4.9.tar.gz) = 5c5ec2c64782f9fbf4e5f5ee2ad482e0
-SHA256 (roundup-1.4.9.tar.gz) = 4cd65fa25adc3686ceacb7b7cc087c524de91353232f53b7d5bae1b12b2bba69
-SIZE (roundup-1.4.9.tar.gz) = 1256691
+MD5 (roundup-1.4.13.tar.gz) = 18d0b6ae08ab9943f5f5fb0a1f8cbe8c
+SHA256 (roundup-1.4.13.tar.gz) = 561b2a8939f601e596a00c83893aba164b9526c05948ee46c633d6440d80536f
+SIZE (roundup-1.4.13.tar.gz) = 1435278
diff -ur roundup.orig/pkg-plist roundup/pkg-plist
--- roundup.orig/pkg-plist	2010-03-25 17:45:57.000000000 +0300
+++ roundup/pkg-plist	2010-03-25 18:01:08.000000000 +0300
@@ -7,6 +7,9 @@
 %%PYTHON_SITELIBDIR%%/roundup/__init__.py
 %%PYTHON_SITELIBDIR%%/roundup/__init__.pyc
 %%PYTHON_SITELIBDIR%%/roundup/__init__.pyo
+%%PYTHON_SITELIBDIR%%/roundup/actions.py
+%%PYTHON_SITELIBDIR%%/roundup/actions.pyc
+%%PYTHON_SITELIBDIR%%/roundup/actions.pyo
 %%PYTHON_SITELIBDIR%%/roundup/admin.py
 %%PYTHON_SITELIBDIR%%/roundup/admin.pyc
 %%PYTHON_SITELIBDIR%%/roundup/admin.pyo
@@ -181,9 +184,6 @@
 %%PYTHON_SITELIBDIR%%/roundup/configuration.py
 %%PYTHON_SITELIBDIR%%/roundup/configuration.pyc
 %%PYTHON_SITELIBDIR%%/roundup/configuration.pyo
-%%PYTHON_SITELIBDIR%%/roundup/actions.py
-%%PYTHON_SITELIBDIR%%/roundup/actions.pyc
-%%PYTHON_SITELIBDIR%%/roundup/actions.pyo
 %%PYTHON_SITELIBDIR%%/roundup/date.py
 %%PYTHON_SITELIBDIR%%/roundup/date.pyc
 %%PYTHON_SITELIBDIR%%/roundup/date.pyo
@@ -355,5 +355,3 @@
 @dirrm %%PYTHON_SITELIBDIR%%/roundup/backends
 @dirrm %%PYTHON_SITELIBDIR%%/roundup/anypy
 @dirrm %%PYTHON_SITELIBDIR%%/roundup
-@dirrmtry share/locale/es_AR/LC_MESSAGES
-@dirrmtry share/locale/es_AR


>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sbrabez@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/145033: [patch] update www/roundup to 1.4.13
Date: Thu, 25 Mar 2010 15:20:15 UT

 Maintainer of www/roundup,
 
 Please note that PR ports/145033 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145033
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Fri Mar 26 03:01:22 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145033 
State-Changed-From-To: open->closed 
State-Changed-By: sylvio 
State-Changed-When: Thu Apr 8 00:00:01 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145033: commit references a PR
Date: Wed,  7 Apr 2010 23:59:48 +0000 (UTC)

 sylvio      2010-04-07 23:59:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/roundup          Makefile distinfo pkg-plist 
   Log:
   - Update to 1.4.13
   
   PR:             ports/145033
   Submitted by:   ghostonthewire <ghostonthewire@gmail.com>
   Approved by:    maintainer (timeout > 14days), itetcu (mentor, implicit)
   
   Revision  Changes    Path
   1.35      +1 -1      ports/www/roundup/Makefile
   1.25      +3 -3      ports/www/roundup/distinfo
   1.18      +3 -5      ports/www/roundup/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:
