Date: Wed, 2 Apr 2008 21:02:36 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scheidell@secnap.net Subject: ports/122396: [PATCH] mail/p5-Mail-SpamAssassin: [SUMMARIZE CHANGES] Message-ID: <200804030102.m3312aAL012388@piccollo.p6m7g8.net> Resent-Message-ID: <200804030110.m331A1GB021771@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122396 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-SpamAssassin: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 01:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT i386 >Organization: Riderway Inc. >Environment: System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Sun Mar 2 09:48:59 EST >Description: Add /g to MASTER_SITE regexes, noticed by flz@ Port maintainer (scheidell@secnap.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-SpamAssassin-3.2.4_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v retrieving revision 1.115 diff -u -u -r1.115 Makefile --- Makefile 28 Mar 2008 19:03:13 -0000 1.115 +++ Makefile 2 Apr 2008 19:58:50 -0000 @@ -9,7 +9,7 @@ PORTVERSION= 3.2.4 PORTREVISION= 3 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} +MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/g} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/g} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan --- p5-Mail-SpamAssassin-3.2.4_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804030102.m3312aAL012388>