Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 21:53:30 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93390: [maintainer] www/roundup: update to 1.1.0
Message-ID:  <200602151353.k1FDrU8X083651@readonline.info>
Resent-Message-ID: <200602151400.k1FE0LaX031235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93390
>Category:       ports
>Synopsis:       [maintainer] www/roundup: update to 1.1.0
>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:   Wed Feb 15 14:00:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:
	- please close ports/93034 which updates the software to 1.0.1
	- update to 1.1.0
	- require python 2.3+
	- add another MASTER_SITE
	- I think it's good to add these to /usr/ports/UPDATING
20060215:
  AFFECTS: users of www/roundup
  AUTHOR: dryice@dryice.name

  Please read these sections before update to 1.1.0:
      http://roundup.sourceforge.net/doc-1.0/admin_guide.html#software-upgrade
      http://roundup.sourceforge.net/doc-1.0/upgrading.html#migrating-from-0-8-x-to-1-0
      http://roundup.sourceforge.net/doc-1.0/upgrading.html#migrating-from-1-0-x-to-1-1-0
      
>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
diff -ruN roundup.old/Makefile roundup/Makefile
--- roundup.old/Makefile	Wed Jan 11 12:01:50 2006
+++ roundup/Makefile	Wed Feb 15 21:28:05 2006
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	roundup
-PORTVERSION=	0.8.5
+PORTVERSION=	1.1.0
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://cheeseshop.python.org/packages/source/r/roundup/ \
 		http://bsdchat.com/dist/dryice/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	dryice@dryice.name
 COMMENT=	An Issue-Tracking System for Knowledge Workers
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.3+
 USE_PYDISTUTILS=	yes
 USE_GETTEXT=	yes
 
diff -ruN roundup.old/distinfo roundup/distinfo
--- roundup.old/distinfo	Wed Nov 23 18:14:57 2005
+++ roundup/distinfo	Wed Feb 15 21:33:36 2006
@@ -1,3 +1,3 @@
-MD5 (roundup-0.8.5.tar.gz) = 22a94050cb53acd04606a0e396c15382
-SHA256 (roundup-0.8.5.tar.gz) = 27f8863d0aab9cc4f2178c97cfcfd060dbe887adb32b2c0940f092b94aa6199c
-SIZE (roundup-0.8.5.tar.gz) = 954785
+MD5 (roundup-1.1.0.tar.gz) = e30c900e7fac50f19bfbd29395b75b96
+SHA256 (roundup-1.1.0.tar.gz) = bc7877c9357ebb4bacec3b6f93585899e3a9951ff8e632a5ce3933efb50f3a9d
+SIZE (roundup-1.1.0.tar.gz) = 1038051
diff -ruN roundup.old/pkg-plist roundup/pkg-plist
--- roundup.old/pkg-plist	Sun Jan 22 10:58:21 2006
+++ roundup/pkg-plist	Wed Feb 15 21:27:31 2006
@@ -27,15 +27,24 @@
 %%PYTHON_SITELIBDIR%%/roundup/backends/back_sqlite.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/back_sqlite.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/back_sqlite.pyo
+%%PYTHON_SITELIBDIR%%/roundup/backends/back_tsearch2.py
+%%PYTHON_SITELIBDIR%%/roundup/backends/back_tsearch2.pyc
+%%PYTHON_SITELIBDIR%%/roundup/backends/back_tsearch2.pyo
 %%PYTHON_SITELIBDIR%%/roundup/backends/blobfiles.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/blobfiles.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/blobfiles.pyo
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_common.py
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_common.pyc
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_common.pyo
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_dbm.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_dbm.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_dbm.pyo
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_rdbms.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_rdbms.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/indexer_rdbms.pyo
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_xapian.py
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_xapian.pyc
+%%PYTHON_SITELIBDIR%%/roundup/backends/indexer_xapian.pyo
 %%PYTHON_SITELIBDIR%%/roundup/backends/locking.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/locking.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/locking.pyo
@@ -51,6 +60,12 @@
 %%PYTHON_SITELIBDIR%%/roundup/backends/sessions_rdbms.py
 %%PYTHON_SITELIBDIR%%/roundup/backends/sessions_rdbms.pyc
 %%PYTHON_SITELIBDIR%%/roundup/backends/sessions_rdbms.pyo
+%%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.py
+%%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.pyc
+%%PYTHON_SITELIBDIR%%/roundup/backends/tsearch2_setup.pyo
+%%PYTHON_SITELIBDIR%%/roundup/cgi/accept_language.py
+%%PYTHON_SITELIBDIR%%/roundup/cgi/accept_language.pyc
+%%PYTHON_SITELIBDIR%%/roundup/cgi/accept_language.pyo
 %%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.py
 %%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.pyc
 %%PYTHON_SITELIBDIR%%/roundup/cgi/MultiMapping.pyo
@@ -242,6 +257,7 @@
 %%DATADIR%%/templates/classic/detectors/statusauditor.py
 %%DATADIR%%/templates/classic/detectors/userauditor.py
 %%DATADIR%%/templates/classic/extensions/README.txt
+%%DATADIR%%/templates/classic/html/_generic.calendar.html
 %%DATADIR%%/templates/classic/html/_generic.collision.html
 %%DATADIR%%/templates/classic/html/_generic.help.html
 %%DATADIR%%/templates/classic/html/_generic.index.html
@@ -271,10 +287,12 @@
 %%DATADIR%%/templates/minimal/TEMPLATE-INFO.txt
 %%DATADIR%%/templates/minimal/detectors/userauditor.py
 %%DATADIR%%/templates/minimal/extensions/README.txt
+%%DATADIR%%/templates/minimal/html/_generic.calendar.html
 %%DATADIR%%/templates/minimal/html/_generic.collision.html
 %%DATADIR%%/templates/minimal/html/_generic.help.html
 %%DATADIR%%/templates/minimal/html/_generic.index.html
 %%DATADIR%%/templates/minimal/html/_generic.item.html
+%%DATADIR%%/templates/minimal/html/help_controls.js
 %%DATADIR%%/templates/minimal/html/home.classlist.html
 %%DATADIR%%/templates/minimal/html/home.html
 %%DATADIR%%/templates/minimal/html/page.html
--- attached file ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602151353.k1FDrU8X083651>