From owner-freebsd-perl@FreeBSD.ORG Mon Mar 3 18:21:04 2008 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0AB61065670 for ; Mon, 3 Mar 2008 18:21:04 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 79F868FC21 for ; Mon, 3 Mar 2008 18:21:04 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JWEl1-0000bg-WB; Mon, 03 Mar 2008 12:47:25 -0500 Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18]) by cube.entropy.prv (Postfix) with ESMTP id CA97F1BFD9C5; Mon, 3 Mar 2008 12:47:23 -0500 (EST) Received: from ports.entropy.prv (localhost [127.0.0.1]) by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id m23HkE9H043110; Mon, 3 Mar 2008 12:46:14 -0500 (EST) (envelope-from glarkin@ports.entropy.prv) Received: (from root@localhost) by ports.entropy.prv (8.13.6/8.13.6/Submit) id m23HkELP043109; Mon, 3 Mar 2008 12:46:14 -0500 (EST) (envelope-from glarkin) Date: Mon, 3 Mar 2008 12:46:14 -0500 (EST) Message-Id: <200803031746.m23HkELP043109@ports.entropy.prv> To: FreeBSD-gnats-submit@freebsd.org From: Greg Larkin X-send-pr-version: 3.113 X-GNATS-Notify: X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "mail1.sourcehosting.net", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: >Submitter-Id: current-users >Originator: Greg Larkin >Organization: SourceHosting.net, LLC >Confidential: no >Synopsis: [PATCH] textproc/p5-Text-Trac: update to 0.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-SECURITY i386 >Environment: System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008 >Description: - Update to 0.10 [Needed for devel/p5-SVN-Notify update to 2.70] - Small Makefile cleanups - Added one new dependency [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.9 TVD_RCVD_IP TVD_RCVD_IP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.7 AWL AWL: From: address is in the auto white-list Cc: perl@freebsd.org, glarkin@sourcehosting.net Subject: [PATCH] textproc/p5-Text-Trac: update to 0.10 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 18:21:05 -0000 >Submitter-Id: current-users >Originator: Greg Larkin >Organization: SourceHosting.net, LLC >Confidential: no >Synopsis: [PATCH] textproc/p5-Text-Trac: update to 0.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-SECURITY i386 >Environment: System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008 >Description: - Update to 0.10 [Needed for devel/p5-SVN-Notify update to 2.70] - Small Makefile cleanups - Added one new dependency Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-Trac-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Trac.orig/Makefile /usr/ports/textproc/p5-Text-Trac/Makefile --- /usr/ports/textproc/p5-Text-Trac.orig/Makefile Wed Dec 12 07:27:01 2007 +++ /usr/ports/textproc/p5-Text-Trac/Makefile Mon Mar 3 12:36:37 2008 @@ -6,10 +6,9 @@ # PORTNAME= Text-Trac -PORTVERSION= 0.08 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Text +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -20,7 +19,8 @@ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils + ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-Trac.orig/distinfo /usr/ports/textproc/p5-Text-Trac/distinfo --- /usr/ports/textproc/p5-Text-Trac.orig/distinfo Wed Dec 12 07:27:01 2007 +++ /usr/ports/textproc/p5-Text-Trac/distinfo Mon Mar 3 12:35:26 2008 @@ -1,3 +1,3 @@ -MD5 (Text-Trac-0.08.tar.gz) = 2c113c3da1b4bc6f92224f78a76ee2f2 -SHA256 (Text-Trac-0.08.tar.gz) = d2b4aa90c1b22b95b29c5f3b5fb993df3c7a87d8a0910209695f6cf6d9e52344 -SIZE (Text-Trac-0.08.tar.gz) = 29477 +MD5 (Text-Trac-0.10.tar.gz) = 8cc002e8a775dc46160e543e15ba0fc5 +SHA256 (Text-Trac-0.10.tar.gz) = 9671a8877efd57f8ab22dfd1657326ef06f0d8371d474f2a037d36d988208f3a +SIZE (Text-Trac-0.10.tar.gz) = 30200 --- p5-Text-Trac-0.10.patch ends here ---