Update to 1.3.7.s.1
PR: 50084, 50731, 50032 Submitted by: Bob Bomar <bob@bomar.us> (maintainer), Torfinn Ingolfsen <tingo@start.no> , Michal Pasternak <dotz@irc.pl>
This commit is contained in:
parent
72bea5c37f
commit
1476236f61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78672
4 changed files with 1567 additions and 601 deletions
|
@ -6,31 +6,36 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= geeklog
|
PORTNAME= geeklog
|
||||||
PORTVERSION= 1.3.4
|
PORTVERSION= 1.3.7.s.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/
|
||||||
MASTER_SITE_SUBDIR=geeklog
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.s./sr/}
|
||||||
|
|
||||||
MAINTAINER= bob@fly.homeunix.org
|
MAINTAINER= bob@bomar.us
|
||||||
COMMENT= GeekLog is a web content magagement system
|
COMMENT= GeekLog is a web content magagement system
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server
|
RUN_DEPENDS= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql323-client
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
APACHEDIR= ${LOCALBASE}/www/data
|
APACHEDIR= ${LOCALBASE}/www/data
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${APACHEDIR}/geeklog
|
${MKDIR} ${APACHEDIR}/geeklog
|
||||||
${CP} -R ${WRKSRC}/* ${APACHEDIR}/geeklog
|
${CP} -R ${WRKSRC}/* ${APACHEDIR}/geeklog
|
||||||
${CHOWN} -R www:www ${APACHEDIR}/geeklog
|
${CHOWN} -R www:www ${APACHEDIR}/geeklog
|
||||||
${CHMOD} -R 777 ${APACHEDIR}/geeklog/logs
|
${CHMOD} -R 775 ${APACHEDIR}/geeklog/logs
|
||||||
${CHMOD} -R 777 ${APACHEDIR}/geeklog/public_html/backend
|
${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/articles
|
||||||
|
${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/userphotos
|
||||||
|
${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/backend
|
||||||
@${ECHO} ""
|
@${ECHO} ""
|
||||||
@${ECHO} "***********************************************************************"
|
@${ECHO} "***********************************************************************"
|
||||||
@${ECHO} "* You now need to create the database that you want GeekLog *"
|
@${ECHO} "* You now need to create the database that you want GeekLog *"
|
||||||
@${ECHO} "* to reside in. *"
|
@${ECHO} "* to reside in. *"
|
||||||
|
@${ECHO} "* Then edit the config.php file to your needs. *"
|
||||||
@${ECHO} "* Once you have done that, the goto *"
|
@${ECHO} "* Once you have done that, the goto *"
|
||||||
@${ECHO} "* http://<;your_website>/geeklog/public_html/admin/install/install.php *"
|
@${ECHO} "* http://<your_website>/geeklog/public_html/admin/install/install.php *"
|
||||||
@${ECHO} "* And follow the instructions, then you are done!! *"
|
@${ECHO} "* And follow the instructions, then you are done!! *"
|
||||||
@${ECHO} "***********************************************************************"
|
@${ECHO} "***********************************************************************"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (geeklog-1.3.4.tar.gz) = 9a05d9cff6bd22499d016e746338ba40
|
MD5 (geeklog-1.3.7sr1.tar.gz) = a7c91bce521dd22d9d4642a97b6ef707
|
||||||
|
|
|
@ -3,7 +3,7 @@ full-featured community sites. It supports article posting, threaded
|
||||||
comments, event scheduling, and link management and is built around a
|
comments, event scheduling, and link management and is built around a
|
||||||
design philosophy that emphasizes ease of use.
|
design philosophy that emphasizes ease of use.
|
||||||
|
|
||||||
WWW: http://geeklog.sourceforge.net/
|
WWW: http://www.geeklog.net
|
||||||
|
|
||||||
- Bob Bomar
|
- Bob Bomar
|
||||||
<bob@fly.homeunix.org>
|
<bob@bomar.us>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue