mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- update to viewvc-1.1.7
Version 1.1.7 (released 09-Sep-2010) * display Subversion revision properties in the revision view (issue #453) * fix exception in 'standalone.py -r REPOS' when run without a config file * fix standalone.py server root deployments (--script-alias='') * add rudimentary Basic authentication support to standalone.py (issue #49) * fix obscure "unexpected NULL parent pool" Subversion bindings error * enable path info / link display in remote Subversion root revision view * fix vhost name case handling inconsistency (issue #466) * use svn:mime-type property charset param as encoding hint * markup Subversion revision references in log messages (issue #313) * add rudimentary support for FastCGI-based deployments (issue #464) * fix query script WSGI deployment * add configuration to fix query script cross-linking to ViewVC Approved by: glarkin (mentor)
This commit is contained in:
parent
c994be5c5a
commit
f83eab9f61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261302
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= viewvc
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.viewvc.org/ \
|
||||
LOCAL/glarkin
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (viewvc-1.1.6.tar.gz) = 9b0fd59fe4410dfc809d9b7d07f9baf6
|
||||
SHA256 (viewvc-1.1.6.tar.gz) = 857a2685740ba2793753cccd1ce96ddeb7249692c0d0843d0f59e32423fbfd0c
|
||||
SIZE (viewvc-1.1.6.tar.gz) = 595029
|
||||
MD5 (viewvc-1.1.7.tar.gz) = 3c91723007e81fb6c03cd9515213fff3
|
||||
SHA256 (viewvc-1.1.7.tar.gz) = b5a8a7716a30f0a658db95358633c24a123ee95261191db7448541686ba9cb51
|
||||
SIZE (viewvc-1.1.7.tar.gz) = 598771
|
||||
|
@ -1,7 +1,9 @@
|
||||
@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.fcgi
|
||||
%%INSTDIR%%/bin/wsgi/query.wsgi
|
||||
%%INSTDIR%%/bin/wsgi/viewvc.fcgi
|
||||
%%INSTDIR%%/bin/wsgi/viewvc.wsgi
|
||||
%%INSTDIR%%/bin/cgi/viewvc.cgi
|
||||
%%INSTDIR%%/bin/cgi/query.cgi
|
||||
|
Loading…
Reference in New Issue
Block a user