Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 15:03:01 -0500 (EST)
From:      Bob Bomar <bob@bomar.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50032: Update port www/geeklog
Message-ID:  <20030315200301.5E78E137A4@peitho.fxp.org>

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

>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://<your_website>/geeklog/public_html/admin/install/install.php *"
X 	@${ECHO} "* And follow the instructions, then you are done!!                    *"
X 	@${ECHO} "***********************************************************************"
X .include <bsd.port.mk>
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-<bob@fly.homeunix.org>
X+<bob@bomar.us>
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




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