summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents
diff options
context:
space:
mode:
authorheinz <heinz>2009-11-05 20:03:53 +0000
committerheinz <heinz>2009-11-05 20:03:53 +0000
commit187c7d4343152895ac9069cfdb046f292b51d56c (patch)
tree83fa37a1dd331097f0efff025e2ace5d63a86aca /mail/p5-razor-agents
parent1d348cee2aef4b284f6f89377febbf3f543b2fb8 (diff)
downloadpkgsrc-187c7d4343152895ac9069cfdb046f292b51d56c.tar.gz
Updated to version 2.85.
Pkgsrc changes: - Submitted patch-aa upstream. - Added LICENSE. - Put PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT in section 4 of Makefile. - Shut up a pkglint warning about quoting. Changes since version 2.84: =========================== 2.85 (July 21, 2008) Relicense under Artistic License 2.0. See LICENSE for details.
Diffstat (limited to 'mail/p5-razor-agents')
-rw-r--r--mail/p5-razor-agents/Makefile14
-rw-r--r--mail/p5-razor-agents/distinfo10
-rw-r--r--mail/p5-razor-agents/patches/patch-aa12
3 files changed, 20 insertions, 16 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile
index b49e8781818..5c62daee440 100644
--- a/mail/p5-razor-agents/Makefile
+++ b/mail/p5-razor-agents/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2008/10/19 19:18:20 he Exp $
+# $NetBSD: Makefile,v 1.30 2009/11/05 20:03:53 heinz Exp $
-DISTNAME= razor-agents-2.84
+DISTNAME= razor-agents-2.85
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5ra
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
@@ -11,16 +10,17 @@ 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
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
-
-MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR:Q}
+MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR}
PERL5_PACKLIST= auto/razor-agents/.packlist
REPLACE_PERL+= lib/Razor2/*.pm lib/Razor2/*/*.pm
diff --git a/mail/p5-razor-agents/distinfo b/mail/p5-razor-agents/distinfo
index 9a457fead0b..caf90489c18 100644
--- a/mail/p5-razor-agents/distinfo
+++ b/mail/p5-razor-agents/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2007/05/23 20:04:52 heinz Exp $
+$NetBSD: distinfo,v 1.16 2009/11/05 20:03:53 heinz Exp $
-SHA1 (razor-agents-2.84.tar.bz2) = 53bcf78beeea36d8e20441a506c285ff0ef4b75a
-RMD160 (razor-agents-2.84.tar.bz2) = 204fc2b68ca6f01329676a62b36ca87be659565d
-Size (razor-agents-2.84.tar.bz2) = 79196 bytes
-SHA1 (patch-aa) = 0b5dbc5f9ba966ca1cd5123ffdf6d290bd7d3621
+SHA1 (razor-agents-2.85.tar.bz2) = bf5797ae9faf20f7e3635883767a95cdf0739ba9
+RMD160 (razor-agents-2.85.tar.bz2) = c98096da14ff4fb772f6d7501e9d14c5b4b4e58f
+Size (razor-agents-2.85.tar.bz2) = 81691 bytes
+SHA1 (patch-aa) = 87807576779bd91e9bd71807d5a5533676413f19
diff --git a/mail/p5-razor-agents/patches/patch-aa b/mail/p5-razor-agents/patches/patch-aa
index cbb963c8606..328b8fb8a17 100644
--- a/mail/p5-razor-agents/patches/patch-aa
+++ b/mail/p5-razor-agents/patches/patch-aa
@@ -1,12 +1,16 @@
-$NetBSD: patch-aa,v 1.7 2007/04/12 20:23:30 heinz Exp $
+$NetBSD: patch-aa,v 1.8 2009/11/05 20:03:53 heinz Exp $
---- Makefile.PL.orig 2006-02-27 23:16:08.000000000 +0100
+ Do not hardcode share/man as the subdirectory for man pages.
+ Submitted upstream as
+ http://sourceforge.net/tracker/index.php?func=detail&aid=2026068&group_id=3978&atid=103978
+
+--- Makefile.PL.orig 2007-05-09 00:47:53.000000000 +0200
+++ Makefile.PL
-@@ -53,13 +53,14 @@ sub constants {
+@@ -54,13 +54,14 @@ sub constants {
my $man5 = sprintf <<'MAKE', $prefix;
# begin razor-agents
-+MANSUBDIR ?= share/man
++MANSUBDIR = share/man
MAN5PODS = docs/razor-agent.conf.pod \
docs/razor-whitelist.pod \
docs/razor-agents.pod