From gslin@netnews.NCTU.edu.tw  Wed May 23 21:21:28 2007
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6B5FD16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2007 21:21:28 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id 40FBC13C45E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 May 2007 21:21:28 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 62DCF707; Thu, 24 May 2007 05:21:27 +0800 (CST)
Message-Id: <20070523212127.62DCF707@netnews.NCTU.edu.tw>
Date: Thu, 24 May 2007 05:21:27 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] mail/spamcup: Fix its functionality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112907
>Category:       ports
>Synopsis:       [PATCH] mail/spamcup: Fix its functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 21:30:03 GMT 2007
>Closed-Date:    Fri Jun 08 01:12:49 GMT 2007
>Last-Modified:  Fri Jun  8 01:20:04 GMT 2007
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
- The patch will corrupt spamcup's functionality, so remove it.
- Bump PORTREVISION.

Removed file(s):
- files/patch-spamcup.pl

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- spamcup-1.09_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/spamcup/Makefile /home/staff/gslin/work/ports/spamcup/Makefile
--- /usr/ports/mail/spamcup/Makefile	Tue Mar 27 03:35:21 2007
+++ /home/staff/gslin/work/ports/spamcup/Makefile	Thu May 24 05:18:48 2007
@@ -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 -ruN --exclude=CVS /usr/ports/mail/spamcup/files/patch-spamcup.pl /home/staff/gslin/work/ports/spamcup/files/patch-spamcup.pl
--- /usr/ports/mail/spamcup/files/patch-spamcup.pl	Mon Mar 26 05:59:09 2007
+++ /home/staff/gslin/work/ports/spamcup/files/patch-spamcup.pl	Thu Jan  1 08:00:00 1970
@@ -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);
--- spamcup-1.09_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 23 21:30:14 UTC 2007 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112907 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Jun 8 01:12:48 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112907 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112907: commit references a PR
Date: Fri,  8 Jun 2007 01:12:45 +0000 (UTC)

 clsung      2007-06-08 01:12:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/spamcup         Makefile 
   Removed files:
     mail/spamcup/files   patch-spamcup.pl 
   Log:
   - The patch will corrupt spamcup's functionality, so remove it.
   - Bump PORTREVISION.
   
   PR:             ports/112907
   Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
   
   Revision  Changes    Path
   1.4       +2 -2      ports/mail/spamcup/Makefile
   1.2       +0 -20     ports/mail/spamcup/files/patch-spamcup.pl (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
