Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2009 05:16:20 GMT
From:      Johan Huldtgren <jhuldtgren@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140545: [maintainer update] www/blogsum 0.9 -> 1.0
Message-ID:  <200911140516.nAE5GKU8067120@www.freebsd.org>
Resent-Message-ID: <200911140520.nAE5K1mu017523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140545
>Category:       ports
>Synopsis:       [maintainer update] www/blogsum 0.9 -> 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 14 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Johan Huldtgren
>Release:        7.2-STABLE
>Organization:
>Environment:
FreeBSD absu.home.huldtgren.net 7.2-STABLE FreeBSD 7.2-STABLE #12: Fri Nov 13 12:59:46 EST 2009     root@absu.home.huldtgren.net:/usr/obj/usr/src/sys/ABSU  i386
>Description:
Update of the blogsum port to version 1.0
>How-To-Repeat:

>Fix:
diff -ruN blogsum.bak/Makefile blogsum/Makefile
--- blogsum.bak/Makefile        2009-11-12 06:02:48.000000000 -0500
+++ blogsum/Makefile    2009-11-13 22:06:27.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      blogsum
-PORTVERSION=   0.9
+PORTVERSION=   1.0
 CATEGORIES=    www
 MASTER_SITES=  http://www.dixongroup.net/
 
diff -ruN blogsum.bak/distinfo blogsum/distinfo
--- blogsum.bak/distinfo        2009-11-12 06:02:48.000000000 -0500
+++ blogsum/distinfo    2009-11-13 23:25:21.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (blogsum-0.9.tar.gz) = 0eaf8b13cd3a2720ee7a93e3e2c4bcd9
-SHA256 (blogsum-0.9.tar.gz) = 2d5b5cdf7f9013df179b5df781a097c3d258d2794aa388ad69b1a0df1fcdda42
-SIZE (blogsum-0.9.tar.gz) = 19444
+MD5 (blogsum-1.0.tar.gz) = 810728cedbd194518223fecc6d22419f
+SHA256 (blogsum-1.0.tar.gz) = 33c080f967ab0d590d17b3aa7d9df09302179300dd6186e69f3010438f148ad1
+SIZE (blogsum-1.0.tar.gz) = 20107
diff -ruN blogsum.bak/files/pkg-message.in blogsum/files/pkg-message.in
--- blogsum.bak/files/pkg-message.in    2009-11-12 06:02:48.000000000 -0500
+++ blogsum/files/pkg-message.in        2009-11-13 23:52:06.000000000 -0500
@@ -10,16 +10,25 @@
        $ sudo cp %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist \
                %%WWWROOT%%/blogsum/Blogsum/Config.pm
 
+################################################################
+NOTE: If you are updating from blogsum 0.9 you should merge the
+relevant changes from %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist 
+into your current %%WWWROOT%%/blogsum/Blogsum/Config.pm
+###############################################################
+
 3)  If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/)
     project and register your account.  Add your keys to Config.pm.
 
-4)  Edit the example httpd-blogsum.conf and enable it for your site:
+4)  Edit the example httpd-blogsum.conf (httpd2-blogsum.conf if you are using
+    apache2+) and enable it for your site:
 
        $ sudo cp %%WWWROOT%%/blogsum/examples/httpd-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
+       or
+       $ sudo cp %%WWWROOT%%/blogsum/examples/httpd2-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf
 
 5)  Create your AuthUserFile file as defined in httpd-blogsum.conf:
 
-       $ sudo htpasswd -c %%APACHEETCDIR%%/conf/blogsum.htpasswd
+       $ sudo htpasswd -c %%PREFIX%%/%%APACHEETCDIR%%/conf/blogsum.htpasswd
 
 6)  Enable the following modules in %%APACHEETCDIR%%/httpd.conf:
 
@@ -29,7 +38,6 @@
 
 7)  Stop and start your Apache service.
 
-
 The installation should now be complete.  Your blogsum installation can be
 viewed at http://localhost/blogsum/index.cgi.  Posts can be created and
 edited at http://localhost/blogsum/admin.cgi.
diff -ruN blogsum.bak/pkg-plist blogsum/pkg-plist
--- blogsum.bak/pkg-plist       2009-11-12 06:02:48.000000000 -0500
+++ blogsum/pkg-plist   2009-11-13 22:49:19.000000000 -0500
@@ -5,6 +5,7 @@
 %%WWWROOT%%/blogsum/docs/README
 %%WWWROOT%%/blogsum/examples/create_sqlite.sql
 %%WWWROOT%%/blogsum/examples/httpd-blogsum.conf
+%%WWWROOT%%/blogsum/examples/httpd2-blogsum.conf
 %%WWWROOT%%/blogsum/examples/wp2blogsum.pl
 %%WWWROOT%%/blogsum/index.cgi
 %%WWWROOT%%/blogsum/startup.pl

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911140516.nAE5GKU8067120>