- Update to 1.2.2

PR:		143953
Submitted by:	moggie <"moggie atelasticmind.net"@elasticmind.net> (maintainer)
This commit is contained in:
Martin Wilke 2010-03-09 22:43:15 +00:00
parent 31cd58959a
commit 66332bd6ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250795
4 changed files with 16 additions and 13 deletions

View file

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= ratbox-services
PORTVERSION= 1.2.1
PORTREVISION= 1
PORTVERSION= 1.2.2
CATEGORIES= irc
MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/ \
ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/ \

View file

@ -1,3 +1,3 @@
MD5 (ratbox-services-1.2.1.tgz) = 2db526a3d42bfdccf150666ffb335283
SHA256 (ratbox-services-1.2.1.tgz) = 1753ecfe40938ea4f3761bb6131f5b88674c96d03db44bab1e5282909faf6b03
SIZE (ratbox-services-1.2.1.tgz) = 2000652
MD5 (ratbox-services-1.2.2.tgz) = b7524738f0e7ff4a3ae9f2015231a87a
SHA256 (ratbox-services-1.2.2.tgz) = 587ad0eecd130b2fb214384fa37beb43de5e31b40ed56371fbf25c1263d715bd
SIZE (ratbox-services-1.2.2.tgz) = 2010045

View file

@ -106,10 +106,14 @@ mkdir -p %%DBDIR%% \
&& chmod 750 %%DBDIR%%
# Secure permissions if we think this is a fresh install
if [ ! -f ${PKG_PREFIX}/ratbox-services.conf ]; then
chown ircservices:ircservices ${PKG_PREFIX}/etc/ratbox-services.conf.sample
chmod 640 ${PKG_PREFIX}/etc/ratbox-services.conf.sample
conffile="%%PREFIX%%/etc/ratbox-services.conf"
samplefile="%%PREFIX%%/etc/ratbox-services.conf.sample"
if cmp -s $conffile $samplefile; then
echo "Setting permissions for config file."
chown ircservices:ircservices $conffile
chmod 640 $conffile
else
echo "Modified ratbox-services.conf file found, skipping perms setting."
fi
cd %%DATADIR%% \

View file

@ -46,12 +46,12 @@ server can be started by running:
Important UPGRADE Note:
-----------------------
Upgrading to this current release will require modifications to the
services configuration file and database so everything doesn't break.
You must check the example configuration file and read the UPDATING docs
Upgrading from 1.1.x to this current release will require modifications to
the services configuration file and database so everything doesn't break.
You must check the example configuration file and read the UPGRADING docs
for information on how to do this before starting services.
%%DOCSDIR%%/UPDATING
%%DOCSDIR%%/UPGRADING
Common database update tools and scripts referenced in ratbox-services
documentation can be found in: