pkgsrc/mail/p5-razor-agents/Makefile

31 lines
911 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.32 2011/08/14 13:25:28 obache Exp $
DISTNAME= razor-agents-2.85
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5ra
2004-11-12 01:24:14 +01:00
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
Updated to version 2.77. Pkgsrc changes: - Archive is only available as .tar.bz2. Changes since version 2.72: =========================== 2.77 (Aug 15, 2005) * Fix to a broken bunzip archive. 2.76 (Aug 15, 2005) * When no reporter identity is found, attempt to register automatically. * When -home is specified on the command line, default "global_razorhome" to the provided value. [Gentoo #101070] 2.75 (July 6, 2005) * Removed two debugging statements accidentally checked into 2.74. * Applied syslog patch from Debian bug #295727 to reintroduce support for 'sys-syslog' and 'syslog' log targets. [Feature #1229433] * Modified Makefile.PL to honor DESTDIR when installing section 5 man pages. [Bug #1227167] * Fixed failure for razor-agents to exit with error when unknown parameters were specified. [Bug #1229450] * Fixed bug for when razor-agents was invoked without ``-f'' but reading from STDIN, causing the shell to be unusable until the forked background process was killed off. [Bug #1229887] 2.74 (June 28, 2005) * Fixed handling of configuration options; under certain circumstances, neither the defaults nor the configuration file would set necessary variables such as "listfile_discovery". * Fixed handling of -home option; when provided, it will be accepted without further checks. * Fixed installation of man(5) pages by non-root users to local man directories. [Patch #1227162] * Reverted a patch that was intended to add support for overriding razorhome under certain circumstances. The patch introduced new issues with external program integration (eg. Amavis). [Bug #1074391] * Corrected a spelling error in a debug message. * Added several defined checks to avoid unnecessary warnings when manipulating server lists. * Corrected the preprocessing fix shipped with 2.70 and updated the test suite to match. [Bug #1001417] * Updated preproc implementation (deHTMLxs) to match other clients.
2005-10-16 10:29:06 +02:00
EXTRACT_SUFX= .tar.bz2
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://razor.sourceforge.net/
COMMENT= Distributed and collaborative spam detection network
LICENSE= artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
# MIME::QuotedPrint, Getopt::Long, File::Copy needed from the perl package
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR}
PERL5_PACKLIST= auto/razor-agents/.packlist
REPLACE_PERL+= lib/Razor2/*.pm lib/Razor2/*/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"