ports/148185: [patch] port devel/viewvc update to 1.1.6
olli hauer
ohauer at gmx.de
Sun Jun 27 13:20:04 UTC 2010
>Number: 148185
>Category: ports
>Synopsis: [patch] port devel/viewvc update to 1.1.6
>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: Sun Jun 27 13:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: olli hauer <ohauer at gmx.de>
>Release:
>Organization:
>Environment:
>Description:
Update viewvc to 1.1.6
remove files/patch-lib__sapi.py (fixed in this version)
change LOCAL/pgollucci to LOCAL/glarkin
@glarkin
can you place the viewvc tar file into your FreeBSD space?
download is broken with fetch since a view version.
As second download option I can change fetch to wget but I don't prefer this.
>How-To-Repeat:
>Fix:
--- patch_viewvc.txt begins here ---
--- viewvc/Makefile
+++ viewvc/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= viewvc
-PORTVERSION= 1.1.5
-PORTREVISION= 3
+PORTVERSION= 1.1.6
CATEGORIES= devel python
-MASTER_SITES= http://viewvc.tigris.org/files/documents/3330/47458/ \
- LOCAL/pgollucci
+MASTER_SITES= http://www.tigris.org/files/documents/3330/47623/ \
+ LOCAL/glarkin
MAINTAINER= glarkin at FreeBSD.org
COMMENT= Web-based Version Control Repository Browsing
--- viewvc/distinfo
+++ viewvc/distinfo
@@ -1,3 +1,3 @@
-MD5 (viewvc-1.1.5.tar.gz) = da7bbcf6800383ebb23405a064c6faf8
-SHA256 (viewvc-1.1.5.tar.gz) = 32ce717330fc780e9c2341cca800079078e9935581d4dfd526e4a15fc1d94919
-SIZE (viewvc-1.1.5.tar.gz) = 593630
+MD5 (viewvc-1.1.6.tar.gz) = 9b0fd59fe4410dfc809d9b7d07f9baf6
+SHA256 (viewvc-1.1.6.tar.gz) = 857a2685740ba2793753cccd1ce96ddeb7249692c0d0843d0f59e32423fbfd0c
+SIZE (viewvc-1.1.6.tar.gz) = 595029
--- viewvc/pkg-plist
+++ viewvc/pkg-plist
@@ -1,6 +1,8 @@
@unexec if cmp -s %D/%%INSTDIR%%/cvsgraph.conf %D/%%INSTDIR%%/cvsgraph.conf.dist; then rm -f %D/%%INSTDIR%%/cvsgraph.conf; fi
@unexec if cmp -s %D/%%INSTDIR%%/mimetypes.conf %D/%%INSTDIR%%/mimetypes.conf.dist; then rm -f %D/%%INSTDIR%%/mimetypes.conf; fi
@unexec if cmp -s %D/%%INSTDIR%%/viewvc.conf %D/%%INSTDIR%%/viewvc.conf.dist; then rm -f %D/%%INSTDIR%%/viewvc.conf; fi
+%%INSTDIR%%/bin/wsgi/query.wsgi
+%%INSTDIR%%/bin/wsgi/viewvc.wsgi
%%INSTDIR%%/bin/cgi/viewvc.cgi
%%INSTDIR%%/bin/cgi/query.cgi
%%INSTDIR%%/bin/mod_python/viewvc.py
@@ -271,6 +273,7 @@
@dirrm %%INSTDIR%%/lib/vcauth/forbidden
@dirrm %%INSTDIR%%/lib/vcauth
@dirrm %%INSTDIR%%/lib
+ at dirrm %%INSTDIR%%/bin/wsgi
@dirrm %%INSTDIR%%/bin/mod_python
@dirrm %%INSTDIR%%/bin/cgi
@dirrm %%INSTDIR%%/bin
--- viewvc/files/patch-lib__sapi.py
+++ viewvc/files/patch-lib__sapi.py
@@ -1,10 +0,0 @@
---- ./lib/sapi.py.orig 2010-03-29 17:32:43.000000000 +0200
-+++ ./lib/sapi.py 2010-05-07 18:36:29.000000000 +0200
-@@ -33,6 +33,7 @@
- # that character as-is, and sometimes needs to embed escaped values
- # into HTML attributes.
- def escape(s):
-+ s = str(s)
- s = string.replace(s, '&', '&')
- s = string.replace(s, '>', '>')
- s = string.replace(s, '<', '<')
--- patch_viewvc.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list