Date: Mon, 31 Oct 2005 22:58:48 -0800 (PST) From: "Devon H. O'Dell" <dodell@offmyserver.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88308: [patch] Update www/raqdevil to 0.9.6 Message-ID: <200511010658.jA16wmGo057258@knight.ixsystems.net> Resent-Message-ID: <200511010700.jA170UgX021657@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88308 >Category: ports >Synopsis: [patch] Update www/raqdevil to 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 01 07:00:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Devon H. O'Dell >Release: FreeBSD 7.0-CURRENT amd64 >Organization: OffMyServer, Inc >Environment: System: FreeBSD skik.dtrace.internal.sitetronics.com 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu Oct 20 16:47:38 PDT 2005 dodell@skik.dtrace.internal.sitetronics.com:/usr/obj/usr/src/sys/SKIK-RD amd64 >Description: 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. This patch fixes the port to use 0.9.6. >How-To-Repeat: N/A >Fix: Apply patch. Add water. Stir. Drink. --- raqdevil.diff begins here --- diff -ur /usr/ports/www/raqdevil/Makefile raqdevil/Makefile --- /usr/ports/www/raqdevil/Makefile Mon Oct 31 03:25:56 2005 +++ raqdevil/Makefile Mon Oct 31 21:59:25 2005 @@ -2,56 +2,54 @@ # Date created: 06 September 2005 # Whom: Devon H. O'Dell <dodell@offmyserver.com> # -# $FreeBSD: ports/www/raqdevil/Makefile,v 1.1 2005/10/31 11:25:56 edwin Exp $ +# $FreeBSD$ # 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/logrotate:${PORTSDIR}/sysutils/logrotate \ + ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \ + ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/lang/php4 \ + ${LOCALBASE}/bin/perl:${PORTSDIR}/lang/perl5.8 \ + ${LOCALBASE}/lib/php/20020429/xml.so:${PORTSDIR}/textproc/php4-xml \ + ${LOCALBASE}/lib/php/20020429/pcre.so:${PORTSDIR}/devel/php4-pcre \ + ${LOCALBASE}/lib/php/20020429/session.so:${PORTSDIR}/www/php4-session \ + ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw \ + ${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 \ + ${LOCALBASE}/bin/pcretest:${PORTSDIR}/devel/pcre \ + ${LOCALBASE}/sbin/snmpd:${PORTSDIR}/net-mgmt/net-snmp \ + ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd \ + ${LOCALBASE}/libexec/qpopper:${PORTSDIR}/mail/qpopper \ + ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail-sasl \ + ${LOCALBASE}/sbin/xinetd:${PORTSDIR}/security/xinetd \ + ${LOCALBASE}/bin/spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ + ${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail \ + ${LOCALBASE}/bin/clamscan:${PORTSDIR}/security/clamav \ + ${LOCALBASE}/bin/analog:${PORTSDIR}/www/analog +BUILD_DEPENDS= ${LOCALBASE}/bin/re2c:${PORTSDIR}/devel/re2c +LIB_DEPENDS= glib-2.0.600:${PORTSDIR}/devel/glib20 -USE_GNOME= glib20 -USE_PHP= xml pcre 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 @@ -67,7 +65,7 @@ @${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> diff -ur /usr/ports/www/raqdevil/distinfo raqdevil/distinfo --- /usr/ports/www/raqdevil/distinfo Mon Oct 31 03:25:56 2005 +++ raqdevil/distinfo Mon Oct 31 21:31:03 2005 @@ -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) = 6cdb5a57dd57effd5935d706010d2818 +SIZE (raqdevil-0.9.6.tar.gz) = 2196393 diff -ur /usr/ports/www/raqdevil/pkg-install raqdevil/pkg-install --- /usr/ports/www/raqdevil/pkg-install Mon Oct 31 03:25:56 2005 +++ raqdevil/pkg-install Sat Oct 29 18:02:06 2005 @@ -1,5 +1,6 @@ #!/bin/sh +PREF=${PREFIX:-$PKG_PREFIX} PATH=/bin:/usr/sbin case $2 in @@ -19,13 +20,9 @@ /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/sessions; ( cd /etc/namedb; sh /etc/namedb/make-localhost ) ;; diff -ur /usr/ports/www/raqdevil/pkg-plist raqdevil/pkg-plist --- /usr/ports/www/raqdevil/pkg-plist Mon Oct 31 03:25:56 2005 +++ raqdevil/pkg-plist Sat Oct 29 18:02:06 2005 @@ -23,6 +23,7 @@ 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/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 @@ -375,6 +377,8 @@ raqdevil/schemas/basetypes.schema raqdevil/skel/dot.ftphelp raqdevil/skel/dot.procmailrc +raqdevil/skel/quarantine +raqdevil/skel/spam raqdevil/skel/web/bsd.gif raqdevil/skel/web/grad.gif raqdevil/skel/web/index.html @@ -596,6 +600,9 @@ 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 +1013,10 @@ 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 @@ -1182,8 +1192,6 @@ @dirrm raqdevil/swatch @dirrm raqdevil/skel/web/error @dirrm raqdevil/skel/web -@dirrm raqdevil/skel/spam -@dirrm raqdevil/skel/quarantine @dirrm raqdevil/skel @dirrm raqdevil/sessions @dirrm raqdevil/schemas/base/vsite @@ -1286,8 +1294,6 @@ @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 --- raqdevil.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511010658.jA16wmGo057258>