ports/128709: [PATCH] www/trac: update to 0.11.2 (security fix)

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Nov 8 22:50:01 UTC 2008


>Number:         128709
>Category:       ports
>Synopsis:       [PATCH] www/trac: update to 0.11.2 (security fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 08 22:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r183692: Thu Oct  9 03:09:05
>Description:
- Update to 0.11.2
- s/PREFIX/LOCALBASE/ in *_DEPENDS

Port maintainer (clsung at FreeBSD.org) is cc'd.

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

--- trac-0.11.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/trac/Makefile,v
retrieving revision 1.38
diff -u -u -r1.38 Makefile
--- Makefile	8 Sep 2008 01:43:25 -0000	1.38
+++ Makefile	8 Nov 2008 22:26:33 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	trac
-PORTVERSION=	0.11.1
+PORTVERSION=	0.11.2
 CATEGORIES=	www devel python
 MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
 		ftp://ftp.edgewall.com/pub/trac/
@@ -64,15 +64,15 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_SILVERCITY)
-RUN_DEPENDS+=	${PREFIX}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
+RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
 .endif
 
 .if defined(WITH_DOCUTILS)
-RUN_DEPENDS+=	${PREFIX}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
+RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
 .endif
 
 .if defined(WITH_PYGMENTS)
-RUN_DEPENDS+=	${PREFIX}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments
+RUN_DEPENDS+=	${LOCALBASE}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments
 .endif
 
 .if defined(WITH_TZ)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/trac/distinfo,v
retrieving revision 1.22
diff -u -u -r1.22 distinfo
--- distinfo	8 Sep 2008 01:43:25 -0000	1.22
+++ distinfo	8 Nov 2008 22:26:33 -0000
@@ -1,3 +1,3 @@
-MD5 (Trac-0.11.1.tar.gz) = d94c2792c8eefc99e8017d5079ebc488
-SHA256 (Trac-0.11.1.tar.gz) = 360a02a0e2f6180ba6cc6de7d24556e66123253180036c67e9ba2b709c37c942
-SIZE (Trac-0.11.1.tar.gz) = 687225
+MD5 (Trac-0.11.2.tar.gz) = 4977c8d1b8a797c324731dd17c842480
+SHA256 (Trac-0.11.2.tar.gz) = 6ef10a2ed9dbe68133ebea4504f1f4e78fb28d0ad86f048af8a12020ef8dcf35
+SIZE (Trac-0.11.2.tar.gz) = 715377
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/trac/pkg-plist,v
retrieving revision 1.11
diff -u -u -r1.11 pkg-plist
--- pkg-plist	27 Jun 2008 08:59:20 -0000	1.11
+++ pkg-plist	8 Nov 2008 22:26:33 -0000
@@ -507,6 +507,7 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracLinks
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracLogging
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracModPython
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracModWSGI
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracNavigation
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracNotification
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trac/wiki/default-pages/TracPermissions
--- trac-0.11.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list