From owner-freebsd-ports-bugs Sat Mar 15 12:10:18 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA2E737B401 for ; Sat, 15 Mar 2003 12:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DB3243FBF for ; Sat, 15 Mar 2003 12:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2FKADNS098513 for ; Sat, 15 Mar 2003 12:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2FKADKP098512; Sat, 15 Mar 2003 12:10:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7214F37B404 for ; Sat, 15 Mar 2003 12:03:08 -0800 (PST) Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581AF43FB1 for ; Sat, 15 Mar 2003 12:03:07 -0800 (PST) (envelope-from bulldog@fxp.org) Received: by peitho.fxp.org (Postfix, from userid 1206) id 5E78E137A4; Sat, 15 Mar 2003 15:03:01 -0500 (EST) Message-Id: <20030315200301.5E78E137A4@peitho.fxp.org> Date: Sat, 15 Mar 2003 15:03:01 -0500 (EST) From: Bob Bomar Reply-To: Bob Bomar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50032: Update port www/geeklog Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 50032 >Category: ports >Synopsis: Update port www/geeklog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 12:10:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Bob Bomar >Release: FreeBSD 5.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD warrior.bomar.us 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #7: Mon Feb 17 19:54:52 CST 2003 root@warrior.bomar.us:/usr/obj/usr/src/sys/Warrior i386 >Description: Updated the port to 1.3.7sr1 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # patch.Makefile # patch.pkg_descr # echo x - patch.Makefile sed 's/^X//' >patch.Makefile << 'END-of-patch.Makefile' X--- Makefile.orig Sat Mar 15 13:55:58 2003 X+++ Makefile Sat Mar 15 13:53:27 2003 X@@ -6,15 +6,14 @@ X # X X PORTNAME= geeklog X-PORTVERSION= 1.3.4 X+PORTVERSION= 1.3.7sr1 X CATEGORIES= www X-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} X-MASTER_SITE_SUBDIR=geeklog X+MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ X X-MAINTAINER= bob@fly.homeunix.org X+MAINTAINER= bob@bomar.us X COMMENT= GeekLog is a web content magagement system X X-RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server X+RUN_DEPENDS= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql323-client X RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 X X NO_BUILD= yes X@@ -23,14 +22,17 @@ X ${MKDIR} ${APACHEDIR}/geeklog X ${CP} -R ${WRKSRC}/* ${APACHEDIR}/geeklog X ${CHOWN} -R www:www ${APACHEDIR}/geeklog X- ${CHMOD} -R 777 ${APACHEDIR}/geeklog/logs X- ${CHMOD} -R 777 ${APACHEDIR}/geeklog/public_html/backend X+ ${CHMOD} -R 775 ${APACHEDIR}/geeklog/logs X+ ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/articles X+ ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/userphotos X+ ${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/backend X @${ECHO} "" X @${ECHO} "***********************************************************************" X @${ECHO} "* You now need to create the database that you want GeekLog *" X @${ECHO} "* to reside in. *" X+ @${ECHO} "* Then edit the config.php file to your needs. *" X @${ECHO} "* Once you have done that, the goto *" X- @${ECHO} "* http://<;your_website>/geeklog/public_html/admin/install/install.php *" X+ @${ECHO} "* http:///geeklog/public_html/admin/install/install.php *" X @${ECHO} "* And follow the instructions, then you are done!! *" X @${ECHO} "***********************************************************************" X .include END-of-patch.Makefile echo x - patch.pkg_descr sed 's/^X//' >patch.pkg_descr << 'END-of-patch.pkg_descr' X--- pkg-descr.orig Sat Mar 15 13:57:04 2003 X+++ pkg-descr Sat Mar 15 13:53:59 2003 X@@ -3,7 +3,7 @@ X comments, event scheduling, and link management and is built around a X design philosophy that emphasizes ease of use. X X-WWW: http://geeklog.sourceforge.net/ X+WWW: http://www.geeklog.net X X - Bob Bomar X- X+ END-of-patch.pkg_descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message