ports/155106: [patch] port viewvc update to 1.1.9 plus some cosmetic fixes

olli hauer ohauer at FreeBSD.org
Mon Feb 28 00:10:11 UTC 2011


>Number:         155106
>Category:       ports
>Synopsis:       [patch] port viewvc update to 1.1.9 plus some cosmetic fixes
>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:   Mon Feb 28 00:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
 - Update to 1.1.9
 - small fix for OPTION dialog
   APACHE_PORT is only defined if the option is selected, else you see
   in the dialog only 'APACHE  "Use as webserver"'.
 - change pkg-message to reflect that the standalone script is only
   installed if no webserver is selected. Thanks to Leroy van Logchem for
   pointing to the false pkg-message.

>How-To-Repeat:
1) make config => de-select APACHE => OK
2) make config and look at the descripton

>Fix:

--- viewvc.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/viewvc/Makefile,v
retrieving revision 1.56
diff -u -r1.56 Makefile
--- Makefile	7 Jan 2011 23:03:35 -0000	1.56
+++ Makefile	27 Feb 2011 00:17:09 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	viewvc
-PORTVERSION=	1.1.8
-PORTREVISION=	1
+PORTVERSION=	1.1.9
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.viewvc.org/ \
 		LOCAL/glarkin
@@ -16,7 +15,7 @@
 COMMENT=	Web-based Version Control Repository Browsing
 
 OPTIONS=	SUBVERSION "use svn binding" on \
-		APACHE "Use ${APACHE_PORT} as webserver" on \
+		APACHE "Use apache as webserver" on \
 		LIGHTTPD "Use lighttpd as webserver" off \
 		MODPYTHON3 "Enable mod_python3 support (deprecated)" off \
 		MODWSGI3 "Enable mod_wsgi3 support" off \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/viewvc/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- distinfo	3 Dec 2010 20:58:15 -0000	1.24
+++ distinfo	27 Feb 2011 00:17:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (viewvc-1.1.8.tar.gz) = 645ab1a17b1427683bf8c76cdc624bfad7a93cf718cfdcba679874d49838b983
-SIZE (viewvc-1.1.8.tar.gz) = 599340
+SHA256 (viewvc-1.1.9.tar.gz) = 886e55852d8ddeeeb92cbd8feffde7c5abc8bd70d82aff9ab2398d30f9afea34
+SIZE (viewvc-1.1.9.tar.gz) = 601216
Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/devel/viewvc/files/pkg-message.in,v
retrieving revision 1.6
diff -u -r1.6 pkg-message.in
--- files/pkg-message.in	7 Jul 2010 18:03:21 -0000	1.6
+++ files/pkg-message.in	27 Feb 2011 00:17:09 -0000
@@ -3,9 +3,10 @@
  To use ViewVC, modify the configuration file located at
  %%INSTDIR%%/viewvc.conf.
 
- There is no need for a web server - all you have to do is
- enable the standalone ViewVC server in rc.conf with the
- parameter viewvc_enable="YES". 
+ If no webserver was selected during installation, then
+ a rc script for running ViewVC standalone is installed.
+ To enable the standalone ViewVC server in rc.conf use
+ parameter viewvc_enable="YES".
 
  You can also adjust the user which runs the ViewVC standalone 
  server with the parameter "viewvc_user".
Index: files/viewvc.in
===================================================================
RCS file: /home/pcvs/ports/devel/viewvc/files/viewvc.in,v
retrieving revision 1.5
diff -u -r1.5 viewvc.in
--- files/viewvc.in	27 Jul 2010 15:08:09 -0000	1.5
+++ files/viewvc.in	27 Feb 2011 00:17:09 -0000
@@ -24,8 +24,7 @@
 # adjust the parameter viewvc_user and it should work.
 #
 # INFO:
-# The default port will change with the next release of ViewVC
-# from 7467 to 49152
+# ViewVC default tcp port: 49152
 # see http://viewvc.tigris.org/issues/show_bug.cgi?id=234
 
 . /etc/rc.subr
--- viewvc.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list