mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
[patch] Update www/raqdevil to 0.9.6
We've released an 0.9.6 version of RAQdevil. The shar last time was apparently quite mangled, so I'm not sure that the current port actually works. Sorry for any miscommunication about that. PR: ports/88308 Submitted by: Devon H. O'Dell <dodell@offmyserver.com>
This commit is contained in:
parent
f9f58770d3
commit
ead009d688
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146984
@ -6,55 +6,58 @@
|
||||
#
|
||||
|
||||
PORTNAME= raqdevil
|
||||
PORTVERSION= 0.9.4
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= www sysutils
|
||||
MASTER_SITES= http://raqdevil.alkeninternet.com/ \
|
||||
http://www.sitetronics.com/
|
||||
MASTER_SITES= http://www.raqdevil.com/
|
||||
|
||||
MAINTAINER= dodell@offmyserver.com
|
||||
COMMENT= A port of the Sun Cobalt RaQ550 software to FreeBSD
|
||||
|
||||
RUN_DEPENDS= \
|
||||
${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw \
|
||||
${LOCALBASE}/libexec/qpopper:${PORTSDIR}/mail/qpopper \
|
||||
${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
|
||||
${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota \
|
||||
${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
|
||||
analog:${PORTSDIR}/www/analog \
|
||||
clamscan:${PORTSDIR}/security/clamav \
|
||||
logrotate:${PORTSDIR}/sysutils/logrotate \
|
||||
pcretest:${PORTSDIR}/devel/pcre \
|
||||
procmail:${PORTSDIR}/mail/procmail \
|
||||
proftpd:${PORTSDIR}/ftp/proftpd \
|
||||
sendmail:${PORTSDIR}/mail/sendmail-sasl \
|
||||
snmpd:${PORTSDIR}/net-mgmt/net-snmp \
|
||||
spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
||||
xinetd:${PORTSDIR}/security/xinetd
|
||||
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \
|
||||
re2c:${PORTSDIR}/devel/re2c
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail-sasl \
|
||||
${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
|
||||
${SITE_PERL}/mach/Quota.pm:${PORTSDIR}/sysutils/p5-Quota \
|
||||
${SITE_PERL}/mach/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
|
||||
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
|
||||
${SITE_PERL}/Mail/SPF/Query.pm:${PORTSDIR}/mail/p5-Mail-SPF-Query \
|
||||
logrotate:${PORTSDIR}/sysutils/logrotate \
|
||||
httpd:${PORTSDIR}/www/apache20 \
|
||||
perl:${PORTSDIR}/lang/perl5.8 \
|
||||
imapd:${PORTSDIR}/mail/imap-uw \
|
||||
pcretest:${PORTSDIR}/devel/pcre \
|
||||
snmpd:${PORTSDIR}/net-mgmt/net-snmp \
|
||||
proftpd:${PORTSDIR}/ftp/proftpd \
|
||||
qpopauth:${PORTSDIR}/mail/qpopper \
|
||||
xinetd:${PORTSDIR}/security/xinetd \
|
||||
spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
||||
procmail:${PORTSDIR}/mail/procmail \
|
||||
clamscan:${PORTSDIR}/security/clamav \
|
||||
analog:${PORTSDIR}/www/analog
|
||||
BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c
|
||||
|
||||
USE_GNOME= glib20
|
||||
USE_PHP= xml pcre
|
||||
USE_PHP= pcre session xml
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_APACHE= yes
|
||||
|
||||
WITH_APACHE2= yes
|
||||
REINPLACE_ARGS= -i""
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= ${PREFIX}/raqdevil/lib
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifdef (WITH_APACHE)
|
||||
WITH_APACHE2= yes
|
||||
.endif
|
||||
|
||||
.ifndef (WITH_APACHE2)
|
||||
BROKEN?= "This port requires Apache 2. Use make -DWITH_APACHE."
|
||||
.endif
|
||||
|
||||
pre-extract:
|
||||
@${SH} ${FILESDIR}/warning
|
||||
|
||||
pre-configure:
|
||||
@if [ -n "`${PKG_INFO} -xI '^sendmail+tls+sasl*' 2> /dev/null`" ]; then \
|
||||
${ECHO_CMD} "${PKGNAME}: sendmail with sasl support is required for RAQdevil to properly function."; \
|
||||
${ECHO_CMD} "Please install mail/sendmail-sasl." \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
post-extract:
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
${CC} -o ${WRKSRC}/rdqchk ${FILESDIR}/rdqchk.c
|
||||
@ -67,7 +70,7 @@ post-patch:
|
||||
@${FIND} ${WRKSRC} -type f -name \*-e | ${XARGS} ${RM} -f
|
||||
|
||||
post-install:
|
||||
@${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@PKG_PREFIX=${PREFIX} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (raqdevil-0.9.4.tar.gz) = e4f8a3aff80814788d588b3138355b20
|
||||
SIZE (raqdevil-0.9.4.tar.gz) = 2194931
|
||||
MD5 (raqdevil-0.9.6.tar.gz) = 7fa7a5134daa037384f465032cd15d2c
|
||||
SIZE (raqdevil-0.9.6.tar.gz) = 2196422
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
PREF=${PREFIX:-$PKG_PREFIX}
|
||||
PATH=/bin:/usr/sbin
|
||||
|
||||
case $2 in
|
||||
@ -19,13 +20,11 @@ POST-INSTALL)
|
||||
|
||||
/usr/bin/touch /etc/mail/access
|
||||
|
||||
if [ \! -d /usr/local/raqdevil/ui/web/base/sitestats/img ]; then
|
||||
mkdir -p /usr/local/raqdevil/ui/web/base/sitestats/img;
|
||||
chown www:wheel /usr/local/raqdevil/ui/web/base/sitestats/img;
|
||||
mkdir -p /usr/local/raqdevil/skel/spam;
|
||||
mkdir -p /usr/local/raqdevil/skel/quarantine;
|
||||
mkdir -p /usr/local/raqdevil/sessions;
|
||||
fi;
|
||||
mkdir -p ${PREF}/raqdevil/ui/web/base/sitestats/img;
|
||||
chown www:wheel ${PREF}/raqdevil/ui/web/base/sitestats/img;
|
||||
mkdir -p ${PREF}/raqdevil/skel/spam;
|
||||
mkdir -p ${PREF}/raqdevil/skel/quarantine;
|
||||
mkdir -p ${PREF}/raqdevil/sessions;
|
||||
|
||||
( cd /etc/namedb; sh /etc/namedb/make-localhost )
|
||||
;;
|
||||
|
@ -23,6 +23,7 @@ admserv/certs/key
|
||||
admserv/certs/request
|
||||
admserv/libexec
|
||||
bin/clamfilter.pl
|
||||
bin/generateGraph.pl
|
||||
etc/apache2/httpd.conf
|
||||
etc/apache2/ssl.conf
|
||||
etc/build
|
||||
@ -34,6 +35,7 @@ etc/proftpd.conf
|
||||
etc/rc.d/admserv.sh
|
||||
etc/rc.d/cced.sh
|
||||
etc/ssh_banner
|
||||
etc/snmp/snmpd.conf
|
||||
etc/xinetd.conf
|
||||
etc/xinetd/xinetd.d/imap
|
||||
etc/xinetd/xinetd.d/imaps
|
||||
@ -596,6 +598,9 @@ raqdevil/ui/menu/palette/palette_attachments.xml
|
||||
raqdevil/ui/style/trueBlue.xml
|
||||
raqdevil/ui/style/trueBlue.xml.en
|
||||
raqdevil/ui/style/trueBlue.xml.ja
|
||||
raqdevil/ui/style/trueBlue.xml.fr
|
||||
raqdevil/ui/style/trueBlue.xml.de
|
||||
raqdevil/ui/style/trueBlue.xml.es
|
||||
raqdevil/ui/web/base/alpine/adminredirect.html
|
||||
raqdevil/ui/web/base/alpine/license.php
|
||||
raqdevil/ui/web/base/alpine/splashPersonal.php
|
||||
@ -1006,7 +1011,10 @@ raqdevil/ui/web/test_i18n.php
|
||||
raqdevil/ui/web/uiLog.php
|
||||
raqdevil/ui/web/uifc/MultiFileUpload.php
|
||||
raqdevil/ui/web/uifc/MultiFileUploadHandler.php
|
||||
sbin/ftplog2commonlog
|
||||
sbin/maillog2commonlog.pl
|
||||
sbin/split_logs
|
||||
sbin/grab_logs.pl
|
||||
share/locale/de/LC_MESSAGES/base-am.mo
|
||||
share/locale/de/LC_MESSAGES/base-apache.mo
|
||||
share/locale/de/LC_MESSAGES/base-cce.mo
|
||||
@ -1286,8 +1294,6 @@ share/locale/fr/LC_MESSAGES/trueBlue.mo
|
||||
@dirrm raqdevil/ccewrap
|
||||
@dirrm raqdevil/bin
|
||||
@dirrm raqdevil
|
||||
@dirrm etc/rc.d/init.d
|
||||
@dirrm etc/ccewrap.d
|
||||
@dirrm admserv/run
|
||||
@dirrm admserv/conf.d
|
||||
@dirrm admserv/conf
|
||||
|
Loading…
Reference in New Issue
Block a user