aboutsummaryrefslogtreecommitdiff
path: root/mail/spamcup
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-06-08 01:12:38 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-06-08 01:12:38 +0000
commit2908675022dab456c1c5e74106e25837f40a6f32 (patch)
treedf65b14350cc9c5b39a988c59dde56ba5a06f3ad /mail/spamcup
parent0e2526ca06caa78ab9e634bd76e283b2768b0e2c (diff)
downloadports-2908675022dab456c1c5e74106e25837f40a6f32.tar.gz
ports-2908675022dab456c1c5e74106e25837f40a6f32.zip
Notes
Diffstat (limited to 'mail/spamcup')
-rw-r--r--mail/spamcup/Makefile4
-rw-r--r--mail/spamcup/files/patch-spamcup.pl20
2 files changed, 2 insertions, 22 deletions
diff --git a/mail/spamcup/Makefile b/mail/spamcup/Makefile
index 1e7eb95699fc..c1f1741b9fcc 100644
--- a/mail/spamcup/Makefile
+++ b/mail/spamcup/Makefile
@@ -7,10 +7,10 @@
PORTNAME= spamcup
PORTVERSION= 1.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=${PORTNAME}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for automatic spam reporting via Spamcop.net
diff --git a/mail/spamcup/files/patch-spamcup.pl b/mail/spamcup/files/patch-spamcup.pl
deleted file mode 100644
index 568ce60fca8a..000000000000
--- a/mail/spamcup/files/patch-spamcup.pl
+++ /dev/null
@@ -1,20 +0,0 @@
---- spamcup.pl.orig Wed Jan 26 22:00:19 2005
-+++ spamcup.pl Sun Mar 25 23:51:49 2007
-@@ -222,7 +222,7 @@
-
- if ($opt{d}) { # debug
- if ($SCpass) {
-- print "D: GET http://$SCident:******\@members.spamcop.net/\n";
-+ print "D: GET http://$SCident:******\@www.spamcop.net/mcgi?action=loginform;returnurl=%2Ft\n";
- } else {
- print "D: GET http://www.spamcop.net/?code=$SCident\n";
- }
-@@ -236,7 +236,7 @@
- sleep $delay;
-
- if ($SCpass) {
-- $req = HTTP::Request->new(GET => 'http://members.spamcop.net/');
-+ $req = HTTP::Request->new(GET => 'http://www.spamcop.net/mcgi?action=loginform;returnurl=%2F/');
- $req->authorization_basic($SCident, $SCpass);
- } else {
- $req = HTTP::Request->new(GET => 'http://www.spamcop.net/?code='.$SCident);