Bug 174505 - [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69
Summary: [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 08:50 UTC by Brad Davis
Modified: 2013-03-07 06:30 UTC (History)
0 users

See Also:


Attachments
spamassassin.patch (1.39 KB, patch)
2012-12-17 08:50 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2012-12-17 08:50:00 UTC
	Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-17 08:50:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-26 16:50:05 UTC
Author: scheidell
Date: Tue Feb 26 16:49:50 2013
New Revision: 312998
URL: http://svnweb.freebsd.org/changeset/ports/312998

Log:
  - Use USE_PERL [1]
  - Fix TYPo in FreeBSD [2]
  - Fix sa-update with Net::DNS >= 0.69 [2]
  
  PR:		ports/174505
  Submitted by:	Andrej Zverev <andrej.zverev@gmail.com> [1]
  Submitted by:	brd [2]

Added:
  head/mail/p5-Mail-SpamAssassin/files/patch-bug6872   (contents, props changed)
Modified:
  head/mail/p5-Mail-SpamAssassin/Makefile   (contents, props changed)
  head/mail/p5-Mail-SpamAssassin/pkg-message   (contents, props changed)

Modified: head/mail/p5-Mail-SpamAssassin/Makefile
==============================================================================
--- head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 16:43:00 2013	(r312997)
+++ head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 16:49:50 2013	(r312998)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	p5-Mail-SpamAssassin
-# Date created:				Nov 26 2001
-# Whom:					Anthony Kim
-#
+# Created by: Anthony Kim
 # $FreeBSD$
 #
 
@@ -29,8 +26,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS?=	ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]* p5-Mail-SpamAssassin-Alt-[0-9]*
 
-PERL_CONFIGURE=	yes
-USE_PERL5=	5.12+
+PERL_CONFIGURE=	5.12+
 USE_LDCONFIG=	yes
 DBDIR?=		/var/db
 ETCDIR?=	${PREFIX}/etc/mail/spamassassin

Added: head/mail/p5-Mail-SpamAssassin/files/patch-bug6872
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-SpamAssassin/files/patch-bug6872	Tue Feb 26 16:49:50 2013	(r312998)
@@ -0,0 +1,12 @@
+--- sa-update.raw.ori	2012-12-17 01:42:27.000000000 -0700
++++ sa-update.raw	2012-12-17 01:44:32.000000000 -0700
+@@ -1137,7 +1137,8 @@
+     foreach my $rr ($RR->answer) {
+       my $text = $rr->rdatastr;
+       local($1);
+-      $text =~ /^"(.*)"$/;
++      #$text =~ /^"(.*)"$/;
++      $text =~ /^["]{0,1}(.*)["]{0,1}$/;
+       push @result, $1;
+     }
+   }

Modified: head/mail/p5-Mail-SpamAssassin/pkg-message
==============================================================================
--- head/mail/p5-Mail-SpamAssassin/pkg-message	Tue Feb 26 16:43:00 2013	(r312997)
+++ head/mail/p5-Mail-SpamAssassin/pkg-message	Tue Feb 26 16:49:50 2013	(r312998)
@@ -23,7 +23,7 @@ You may wish to run sa-update now to obt
 
 NOTE:  FREEBSD users: If you are updating from a version prior to 3.20.
 sa-update now places state files in /var/db/spamassassin and not 
-/var/lib/spamassassin.  This is to be consistant with Freebsd file
+/var/lib/spamassassin.  This is to be consistant with FreeBSD file
 directory conventions.
 
 If you run sa-compile, you will notice that files are in 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2013-02-26 16:50:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-26 21:47:55 UTC
Author: scheidell
Date: Tue Feb 26 21:47:48 2013
New Revision: 313008
URL: http://svnweb.freebsd.org/changeset/ports/313008

Log:
  - Bump PORTREVISION (missing on previous commit)
  
  PR:		ports/174505

Modified:
  head/mail/p5-Mail-SpamAssassin/Makefile

Modified: head/mail/p5-Mail-SpamAssassin/Makefile
==============================================================================
--- head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 21:34:44 2013	(r313007)
+++ head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 21:47:48 2013	(r313008)
@@ -4,7 +4,7 @@
 
 PORTNAME=	Mail-SpamAssassin
 PORTVERSION=	3.3.2
-PORTREVISION?=	6		# committer: please bump PORTREVISION on Slaves
+PORTREVISION?=	7		# committer: please bump PORTREVISION on Slaves
 CATEGORIES?=	mail perl5
 MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
 MASTER_SITE_SUBDIR=	spamassassin/source/:apache Mail/:cpan
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-07 06:20:51 UTC
Author: scheidell
Date: Thu Mar  7 06:20:38 2013
New Revision: 313565
URL: http://svnweb.freebsd.org/changeset/ports/313565

Log:
  - Undo patch for buggy Net:DNS .69. caused 404 errors <.69
  
  PR:		ports/174505

Deleted:
  head/mail/p5-Mail-SpamAssassin/files/patch-bug6872
Modified:
  head/japanese/p5-Mail-SpamAssassin/Makefile
  head/mail/p5-Mail-SpamAssassin/Makefile

Modified: head/japanese/p5-Mail-SpamAssassin/Makefile
==============================================================================
--- head/japanese/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:09:44 2013	(r313564)
+++ head/japanese/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:20:38 2013	(r313565)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese mail perl5
 PKGNAMEPREFIX=	ja-p5-
 

Modified: head/mail/p5-Mail-SpamAssassin/Makefile
==============================================================================
--- head/mail/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:09:44 2013	(r313564)
+++ head/mail/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:20:38 2013	(r313565)
@@ -4,7 +4,7 @@
 
 PORTNAME=	Mail-SpamAssassin
 PORTVERSION=	3.3.2
-PORTREVISION?=	7		# committer: please bump PORTREVISION on Slaves
+PORTREVISION?=	8		# committer: please bump PORTREVISION on Slaves
 CATEGORIES?=	mail perl5
 MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
 MASTER_SITE_SUBDIR=	spamassassin/source/:apache Mail/:cpan
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"