[Midnightbsd-cvs] mports: devel/viewvc: Update to 1.0.4.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 14 19:35:52 EST 2007


Log Message:
-----------
Update to 1.0.4.  Add license.

Modified Files:
--------------
    mports/devel/viewvc:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)
    mports/devel/viewvc/files:
        pkg-message.in (r1.1 -> r1.2)

Removed Files:
-------------
    mports/devel/viewvc/files:
        patch-viewvc-install

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/viewvc/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/viewvc/pkg-plist -L devel/viewvc/pkg-plist -u -r1.1 -r1.2
--- devel/viewvc/pkg-plist
+++ devel/viewvc/pkg-plist
@@ -1,3 +1,5 @@
+ at unexec if cmp -s %D/%%INSTDIR%%/cvsgraph.conf %D/%%INSTDIR%%/cvsgraph.conf.dist; then rm -f %D/%%INSTDIR%%/cvsgraph.conf; fi
+ at unexec if cmp -s %D/%%INSTDIR%%/viewvc.conf %D/%%INSTDIR%%/viewvc.conf.dist; then rm -f %D/%%INSTDIR%%/viewvc.conf; fi
 %%INSTDIR%%/bin/cgi/query.cgi
 %%INSTDIR%%/bin/cgi/viewvc.cgi
 %%INSTDIR%%/bin/cvsdbadmin
@@ -10,6 +12,7 @@
 %%INSTDIR%%/bin/standalone.py
 %%INSTDIR%%/bin/svndbadmin
 %%INSTDIR%%/cvsgraph.conf.dist
+ at exec [ -f %B/cvsgraph.conf ] || cp %B/%f %B/cvsgraph.conf
 %%INSTDIR%%/lib/PyFontify.py
 %%INSTDIR%%/lib/PyFontify.pyc
 %%INSTDIR%%/lib/accept.py
@@ -120,6 +123,7 @@
 %%INSTDIR%%/templates/roots.ezt
 %%INSTDIR%%/templates/rss.ezt
 %%INSTDIR%%/viewvc.conf.dist
+ at exec [ -f %B/viewvc.conf ] || cp %B/%f %B/viewvc.conf
 @dirrm %%INSTDIR%%/templates/include
 @dirrm %%INSTDIR%%/templates/docroot/images
 @dirrm %%INSTDIR%%/templates/docroot
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/viewvc/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/viewvc/Makefile -L devel/viewvc/Makefile -u -r1.2 -r1.3
--- devel/viewvc/Makefile
+++ devel/viewvc/Makefile
@@ -7,18 +7,21 @@
 #
 
 PORTNAME=	viewvc
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.4
 CATEGORIES=	devel python
-MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/33320/
+MASTER_SITES=	http://viewvc.tigris.org/files/documents/3330/37319/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Web-based Version Control Repository Browsing
+LICENSE=	bsd2
 
 FETCH_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 FETCH_CMD=	${LOCALBASE}/bin/wget -c
 DISABLE_SIZE=	yes	# Need because -S are not recognized by wget
 
+RUN_DEPENDS=  ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/subversion-python
+
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/viewvc/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/viewvc/distinfo -L devel/viewvc/distinfo -u -r1.1 -r1.2
--- devel/viewvc/distinfo
+++ devel/viewvc/distinfo
@@ -1,3 +1,3 @@
-MD5 (viewvc-1.0.1.tar.gz) = 2e14b2aeadd4e9ddd6b3876ffd184e61
-SHA256 (viewvc-1.0.1.tar.gz) = 7ea8765d47ecef77da48613226a63558eb97132ef2ed1b0ad2260b83f8e56cbd
-SIZE (viewvc-1.0.1.tar.gz) = 378269
+MD5 (viewvc-1.0.4.tar.gz) = e55ba2864a23b0597f80ccf726966b96
+SHA256 (viewvc-1.0.4.tar.gz) = 555ee9fffa4f883bf56b077e856ea313d994e59c0267b41c558dbc0d1950cd1f
+SIZE (viewvc-1.0.4.tar.gz) = 383491
Index: pkg-message.in
===================================================================
RCS file: /home/cvs/mports/devel/viewvc/files/pkg-message.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/viewvc/files/pkg-message.in -L devel/viewvc/files/pkg-message.in -u -r1.1 -r1.2
--- devel/viewvc/files/pkg-message.in
+++ devel/viewvc/files/pkg-message.in
@@ -1,16 +1,6 @@
-*****************************************************************
-
 If you would like to set up ViewVC in a usable manner, all
 you need to do is modify the configuration file, located at
 %%INSTDIR%%/viewvc.conf, to note where your
 CVSROOT is, and then copy the actual CGI (located at
 %%INSTDIR%%/bin/cgi/viewvc.cgi) to your cgi-bin.
-Please notice that  configuration files are installed as
-".dist" and must be copied to their actual names prior to
-be edited, e.g.:
-$ cd %%INSTDIR%%
-$ cp viewvc.conf.dist viewvc.conf
-$ cp cvsgraph.conf.dist cvsgraph.conf
-It's up to you to check the ".dist" files after upgrades.
 
-*****************************************************************
--- devel/viewvc/files/patch-viewvc-install
+++ /dev/null
@@ -1,16 +0,0 @@
---- viewvc-install.orig	Thu Apr 20 15:14:37 2006
-+++ viewvc-install	Thu Apr 20 15:15:46 2006
-@@ -67,11 +67,11 @@
-     ("bin/mod_python/handler.py", "bin/mod_python/handler.py", 0755, 1, 0, 0),
-     ("bin/mod_python/.htaccess", "bin/mod_python/.htaccess", 0755, 0, 0, 0),
-     ("bin/standalone.py", "bin/standalone.py", 0755, 1, 0, 0),
--    ("viewvc.conf.dist", "viewvc.conf", 0644, 0,
-+    ("viewvc.conf.dist", "viewvc.conf.dist", 0644, 0,
- 	     """Note: If you are upgrading from viewcvs-0.7 or earlier: 
- The section [text] has been removed from viewcvs.conf.  The functionality
- went into the new files in subdirectory templates.""", 0),
--    ("cvsgraph.conf.dist", "cvsgraph.conf", 0644, 0, 1, 0),
-+    ("cvsgraph.conf.dist", "cvsgraph.conf.dist", 0644, 0, 1, 0),
- 
-     ("bin/loginfo-handler", "bin/loginfo-handler", 0755, 1, 0, 0),
-     ("bin/cvsdbadmin", "bin/cvsdbadmin", 0755, 1, 0, 0),


More information about the Midnightbsd-cvs mailing list