Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 19:17:29 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org, atara-y@mx.scn.tv
Subject:   ports/155517: [PATCH] japanese/trac: unbreak installation
Message-ID:  <201103131017.p2DAHTYR017451@rtfm.jp>
Resent-Message-ID: <201103131030.p2DAUBLt073602@freefall.freebsd.org>

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

>Number:         155517
>Category:       ports
>Synopsis:       [PATCH] japanese/trac: unbreak installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 13 10:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Add missing patch, which should have been added in ports/153435, to unbreak
  installation

Noticed by:	Yasutaka ATARASHI <atara-y_AT_mx_DOT_scn_DOT_tv> (via twitter)

Added file(s):
- files/patch-setup.py

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

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

--- ja-trac-0.12.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/trac/Makefile,v
retrieving revision 1.46
diff -u -u -r1.46 Makefile
--- Makefile	8 Mar 2011 10:24:14 -0000	1.46
+++ Makefile	13 Mar 2011 06:37:21 -0000
@@ -19,8 +19,6 @@
 		${PYTHON_PKGNAMEPREFIX}Babel>=0.9:${PORTSDIR}/devel/py-babel
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		fails to install
-
 OPTIONS=	SILVERCITY "Use Silvercity for syntax highlighting" On \
 		DOCUTILS   "Allow additional text markup" On \
 		PYGMENTS   "Use generic syntax highlighter" On \
Index: files/patch-setup.py
===================================================================
RCS file: files/patch-setup.py
diff -N files/patch-setup.py
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-setup.py	13 Mar 2011 06:35:05 -0000
@@ -0,0 +1,11 @@
+--- setup.py.orig	2010-12-25 10:53:24.000000000 +0900
++++ setup.py	2010-12-25 10:53:30.000000000 +0900
+@@ -38,7 +38,7 @@
+ 
+ setup(
+     name = 'Trac',
+-    version = '0.12.1ja1',
++    version = '0.12.1.ja1',
+     description = 'Integrated SCM, wiki, issue tracker and project environment',
+     long_description = """
+ Trac is a minimalistic web-based software project management and bug/issue
--- ja-trac-0.12.1.patch ends here ---

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



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