From owner-freebsd-perl@FreeBSD.ORG Sun Aug 13 07:32:10 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E237E16A4DA for ; Sun, 13 Aug 2006 07:32:10 +0000 (UTC) (envelope-from gtetlow@spiff.melthusia.org) Received: from spiff.melthusia.org (spiff.melthusia.org [207.178.198.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B5E43D49 for ; Sun, 13 Aug 2006 07:32:10 +0000 (GMT) (envelope-from gtetlow@spiff.melthusia.org) Received: from spiff.melthusia.org (gtetlow@localhost [127.0.0.1]) by spiff.melthusia.org (8.13.6/8.13.6) with ESMTP id k7D7W96X056861 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 13 Aug 2006 00:32:09 -0700 (PDT) (envelope-from gtetlow@spiff.melthusia.org) Received: (from gtetlow@localhost) by spiff.melthusia.org (8.13.6/8.13.6/Submit) id k7D7W7kZ056860 for perl@freebsd.org; Sun, 13 Aug 2006 00:32:07 -0700 (PDT) (envelope-from gtetlow) Date: Sun, 13 Aug 2006 00:32:07 -0700 From: Gordon Tetlow To: perl@freebsd.org Message-ID: <20060813073207.GJ99492@spiff.melthusia.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RIYY1s2vRbPFwWeW" Content-Disposition: inline X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . User-Agent: Mutt/1.5.12-2006-07-14 Cc: Subject: Periodic script for SpamAssassin port 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: Sun, 13 Aug 2006 07:32:11 -0000 --RIYY1s2vRbPFwWeW Content-Type: multipart/mixed; boundary="5I6of5zJg18YgZEa" Content-Disposition: inline --5I6of5zJg18YgZEa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I hacked together a quick periodic script that will run sa-update and restart spamd (as necessary). I figured it might be useful to add it to the port. --5I6of5zJg18YgZEa Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="503.sa-update" #!/bin/sh # # $FreeBSD$ # # Maintenance shell script to download updates from the SpamAssassin # central update host. # Define these variables in either /etc/periodic.conf or # /etc/periodic.conf.local to override the default values. # # daily_sa_update_enable="YES" # do update daily_sa_update_enable="YES" # If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/periodic.conf ] then . /etc/defaults/periodic.conf source_periodic_confs fi rc=0 case "$daily_sa_update_enable" in [Yy][Ee][Ss]) /usr/local/bin/sa-update case "$?" in 0) echo "SpamAssassin updates sucessfully installed." # Restart the spamd daemon. If it isn't configured # in /etc/rc.conf this does nothing. /usr/local/etc/rc.d/sa-spamd restart if [ $? -gt 0 ]; then echo "Problem restarting spamd." rc=3 fi ;; 1) echo "No SpamAssassin updates available." ;; *) echo "Errors were reported during SpamAssassin update." rc=3 ;; esac ;; esac exit $rc --5I6of5zJg18YgZEa-- --RIYY1s2vRbPFwWeW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3tV3Ru2t9DV9ZfsRAvblAKCRe+0o8caDahjR5fajCoIdxDh23gCgi+FS SNVW9Vgfvwrf5omPdJcZWYY= =0f3P -----END PGP SIGNATURE----- --RIYY1s2vRbPFwWeW-- From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 03:14:55 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A51A16A4DD; Mon, 14 Aug 2006 03:14:55 +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 0142C43D46; Mon, 14 Aug 2006 03:14:54 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B8A5D1F9; Mon, 14 Aug 2006 11:14:52 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060814031452.B8A5D1F9@netnews.NCTU.edu.tw> Date: Mon, 14 Aug 2006 11:14:52 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 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, 14 Aug 2006 03:14:55 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.12 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Module-Load-Conditional-0.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/Makefile /home/staff/gslin/work/p5-Module-Load-Conditional/Makefile --- /usr/ports/devel/p5-Module-Load-Conditional/Makefile Thu Aug 3 03:09:12 2006 +++ /home/staff/gslin/work/p5-Module-Load-Conditional/Makefile Mon Aug 14 11:14:20 2006 @@ -6,7 +6,7 @@ # PORTNAME= Module-Load-Conditional -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -16,14 +16,14 @@ COMMENT= Looking up Perl modules information/loading at runtime RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ + ${SITE_PERL}/Module/Load.pm:${PORTSDIR}/devel/p5-Module-Load \ ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Module::Load::Conditional.3 +MAN3= Module::Load::Conditional.3 .if !defined(NOPORTDOCS) PORTDOCS= README diff -ruN --exclude=CVS /usr/ports/devel/p5-Module-Load-Conditional/distinfo /home/staff/gslin/work/p5-Module-Load-Conditional/distinfo --- /usr/ports/devel/p5-Module-Load-Conditional/distinfo Thu Aug 3 03:09:12 2006 +++ /home/staff/gslin/work/p5-Module-Load-Conditional/distinfo Mon Aug 14 11:13:58 2006 @@ -1,3 +1,3 @@ -MD5 (Module-Load-Conditional-0.10.tar.gz) = 7f9d3dc493429163ec0cd87fd0bd80e4 -SHA256 (Module-Load-Conditional-0.10.tar.gz) = b7da9e23437fc3b6539880a6c1f7e4bb0678acfd2f6e1c564502d5b428055f58 -SIZE (Module-Load-Conditional-0.10.tar.gz) = 7779 +MD5 (Module-Load-Conditional-0.12.tar.gz) = 280dff17d332a24437f8b15192ae0c86 +SHA256 (Module-Load-Conditional-0.12.tar.gz) = bdc48df70bd296dcb2ac2fac2ad5fe654b082a8807e677cbeaa46f91f5c0eecf +SIZE (Module-Load-Conditional-0.12.tar.gz) = 7945 --- p5-Module-Load-Conditional-0.12.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 03:20:42 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD8E316A4E2; Mon, 14 Aug 2006 03:20:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700B843D67; Mon, 14 Aug 2006 03:20:40 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E3Kej6010565; Mon, 14 Aug 2006 03:20:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E3KeWE010561; Mon, 14 Aug 2006 03:20:40 GMT (envelope-from edwin) Date: Mon, 14 Aug 2006 03:20:40 GMT From: Edwin Groothuis Message-Id: <200608140320.k7E3KeWE010561@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/101982: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 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, 14 Aug 2006 03:20:42 -0000 Synopsis: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 14 03:20:39 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=101982 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 03:30:24 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6342D16A4DD; Mon, 14 Aug 2006 03:30:24 +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 EFE5243D45; Mon, 14 Aug 2006 03:30:23 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id AC4521FA; Mon, 14 Aug 2006 11:30:21 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060814033021.AC4521FA@netnews.NCTU.edu.tw> Date: Mon, 14 Aug 2006 11:30:21 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] security/p5-Crypt-CBC: update to 2.19 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, 14 Aug 2006 03:30:24 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] security/p5-Crypt-CBC: update to 2.19 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 2.19 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Crypt-CBC-2.19.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/Makefile /home/staff/gslin/work/p5-Crypt-CBC/Makefile --- /usr/ports/security/p5-Crypt-CBC/Makefile Thu Jun 8 04:29:24 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/Makefile Mon Aug 14 11:29:44 2006 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 2.18 +PORTVERSION= 2.19 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -22,8 +22,8 @@ .include .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${RUN_DEPENDS} .endif .include diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/distinfo /home/staff/gslin/work/p5-Crypt-CBC/distinfo --- /usr/ports/security/p5-Crypt-CBC/distinfo Thu Jun 8 04:29:24 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/distinfo Mon Aug 14 11:29:02 2006 @@ -1,3 +1,3 @@ -MD5 (Crypt-CBC-2.18.tar.gz) = 439e9f088a1ea37868e6a31c8e9c2692 -SHA256 (Crypt-CBC-2.18.tar.gz) = 7841621b751b94582feb02bd423a90614f792d2dc3de7d5658da223033d02dac -SIZE (Crypt-CBC-2.18.tar.gz) = 20879 +MD5 (Crypt-CBC-2.19.tar.gz) = 9e611ce8984d1d2f14cd038e62b50064 +SHA256 (Crypt-CBC-2.19.tar.gz) = a29bb19df427508850927703ff4d55e48fbff8e2550a3a3304afe2da58843cce +SIZE (Crypt-CBC-2.19.tar.gz) = 20427 diff -ruN --exclude=CVS /usr/ports/security/p5-Crypt-CBC/pkg-plist /home/staff/gslin/work/p5-Crypt-CBC/pkg-plist --- /usr/ports/security/p5-Crypt-CBC/pkg-plist Sun Jan 22 10:50:26 2006 +++ /home/staff/gslin/work/p5-Crypt-CBC/pkg-plist Mon Aug 14 11:30:08 2006 @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/Crypt/CBC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBC --- p5-Crypt-CBC-2.19.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 03:40:52 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF0316A4DD; Mon, 14 Aug 2006 03:40:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B846A43D53; Mon, 14 Aug 2006 03:40:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E3epPD013943; Mon, 14 Aug 2006 03:40:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E3epG9013939; Mon, 14 Aug 2006 03:40:51 GMT (envelope-from edwin) Date: Mon, 14 Aug 2006 03:40:51 GMT From: Edwin Groothuis Message-Id: <200608140340.k7E3epG9013939@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/101986: [PATCH] security/p5-Crypt-CBC: update to 2.19 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, 14 Aug 2006 03:40:52 -0000 Synopsis: [PATCH] security/p5-Crypt-CBC: update to 2.19 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Aug 14 03:40:49 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=101986 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 07:32:12 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F5616A4F8 for ; Mon, 14 Aug 2006 07:32:11 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EF843DEF for ; Mon, 14 Aug 2006 07:31:16 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E7VGNh041074 for ; Mon, 14 Aug 2006 07:31:16 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E7VFBa041069 for perl@FreeBSD.org; Mon, 14 Aug 2006 07:31:15 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Aug 2006 07:31:15 GMT Message-Id: <200608140731.k7E7VFBa041069@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to you 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, 14 Aug 2006 07:32:12 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/63670 perl lang/perl5.8: 'Unable to read from thread kernel pipe' o ports/100376 perl net/p5-Net-XWhois: Update the Whois server name for Ja 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s ports/89333 perl Fix the cannot create lockfile /root/.spamassassin/aut o ports/95302 perl p5-Net-XWhois denic-aware o ports/101684 perl [PATCH] databases/p5-DBI: update to 1.52 o ports/101839 perl [PATCH] devel/p5-Term-ProgressBar: Respect DESTDIR and o ports/101840 perl [PATCH] ftp/p5-Net-FTPServer: Respect DESTDIR o ports/101851 perl [PATCH] math/PDL: Respect DESTDIR o ports/101852 perl [PATCH] misc/p5-Business-UPS: Respect DESTDIR o ports/101853 perl [PATCH] security/p5-Net-SSLeay: Respect DESTDIR o ports/101854 perl [PATCH] textproc/p5-WDDX: Fix portlint o ports/101855 perl [PATCH] www/p5-Template-Toolkit: Respect DESTDIR o ports/101982 perl [PATCH] devel/p5-Module-Load-Conditional: update to 0. o ports/101986 perl [PATCH] security/p5-Crypt-CBC: update to 2.19 12 problems total. From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 09:13:24 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B19CA16A4F0; Mon, 14 Aug 2006 09:13:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D92743D49; Mon, 14 Aug 2006 09:13:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E9DOtf052968; Mon, 14 Aug 2006 09:13:24 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E9DOo9052964; Mon, 14 Aug 2006 09:13:24 GMT (envelope-from clsung) Date: Mon, 14 Aug 2006 09:13:24 GMT From: Cheng-Lung Sung Message-Id: <200608140913.k7E9DOo9052964@freefall.freebsd.org> To: gslin@gslin.org, clsung@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/101982: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 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, 14 Aug 2006 09:13:24 -0000 Synopsis: [PATCH] devel/p5-Module-Load-Conditional: update to 0.12 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Mon Aug 14 09:13:23 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=101982 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 09:15:27 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C9116A511; Mon, 14 Aug 2006 09:15:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08BE43D49; Mon, 14 Aug 2006 09:15:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7E9FQFI053098; Mon, 14 Aug 2006 09:15:26 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7E9FQRJ053094; Mon, 14 Aug 2006 09:15:26 GMT (envelope-from clsung) Date: Mon, 14 Aug 2006 09:15:26 GMT From: Cheng-Lung Sung Message-Id: <200608140915.k7E9FQRJ053094@freefall.freebsd.org> To: gslin@gslin.org, clsung@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/101986: [PATCH] security/p5-Crypt-CBC: update to 2.19 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, 14 Aug 2006 09:15:27 -0000 Synopsis: [PATCH] security/p5-Crypt-CBC: update to 2.19 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Mon Aug 14 09:15:26 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=101986 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:13 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 080A916A4DF; Mon, 14 Aug 2006 10:28:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA44243D45; Mon, 14 Aug 2006 10:28:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASCdU059060; Mon, 14 Aug 2006 10:28:12 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASCo2059056; Mon, 14 Aug 2006 10:28:12 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:12 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASCo2059056@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101839: [PATCH] devel/p5-Term-ProgressBar: Respect DESTDIR and EXAMPLESDIR 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, 14 Aug 2006 10:28:13 -0000 Synopsis: [PATCH] devel/p5-Term-ProgressBar: Respect DESTDIR and EXAMPLESDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:12 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101839 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:17 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3818F16A4DA; Mon, 14 Aug 2006 10:28:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB2FA43D49; Mon, 14 Aug 2006 10:28:16 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASG8k059114; Mon, 14 Aug 2006 10:28:16 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASGKJ059110; Mon, 14 Aug 2006 10:28:16 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:16 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASGKJ059110@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101840: [PATCH] ftp/p5-Net-FTPServer: Respect DESTDIR 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, 14 Aug 2006 10:28:17 -0000 Synopsis: [PATCH] ftp/p5-Net-FTPServer: Respect DESTDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:16 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101840 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:22 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225E016A4DD; Mon, 14 Aug 2006 10:28:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED6B43D46; Mon, 14 Aug 2006 10:28:21 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASLkZ059170; Mon, 14 Aug 2006 10:28:21 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASL9F059166; Mon, 14 Aug 2006 10:28:21 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:21 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASL9F059166@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101851: [PATCH] math/PDL: Respect DESTDIR 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, 14 Aug 2006 10:28:22 -0000 Synopsis: [PATCH] math/PDL: Respect DESTDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:20 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101851 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:26 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A142E16A4DE; Mon, 14 Aug 2006 10:28:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C881143D4C; Mon, 14 Aug 2006 10:28:25 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASPaB059224; Mon, 14 Aug 2006 10:28:25 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASPBt059220; Mon, 14 Aug 2006 10:28:25 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:25 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASPBt059220@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101852: [PATCH] misc/p5-Business-UPS: Respect DESTDIR 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, 14 Aug 2006 10:28:26 -0000 Synopsis: [PATCH] misc/p5-Business-UPS: Respect DESTDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:25 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101852 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:34 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6973716A4E1; Mon, 14 Aug 2006 10:28:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFB743D58; Mon, 14 Aug 2006 10:28:33 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASW5L059279; Mon, 14 Aug 2006 10:28:33 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASWbh059275; Mon, 14 Aug 2006 10:28:32 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:32 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASWbh059275@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101853: [PATCH] security/p5-Net-SSLeay: Respect DESTDIR 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, 14 Aug 2006 10:28:34 -0000 Synopsis: [PATCH] security/p5-Net-SSLeay: Respect DESTDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:31 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101853 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 10:28:42 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AFD116A4DE; Mon, 14 Aug 2006 10:28:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47E843D55; Mon, 14 Aug 2006 10:28:41 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EASfaS059334; Mon, 14 Aug 2006 10:28:41 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EASfcE059330; Mon, 14 Aug 2006 10:28:41 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 10:28:41 GMT From: Mathieu Arnold Message-Id: <200608141028.k7EASfcE059330@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101855: [PATCH] www/p5-Template-Toolkit: Respect DESTDIR 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, 14 Aug 2006 10:28:42 -0000 Synopsis: [PATCH] www/p5-Template-Toolkit: Respect DESTDIR Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 10:28:39 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101855 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 12:51:40 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC82916A4E1; Mon, 14 Aug 2006 12:51:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991CA43D5C; Mon, 14 Aug 2006 12:51:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7ECpeJB073664; Mon, 14 Aug 2006 12:51:40 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ECpeqA073660; Mon, 14 Aug 2006 12:51:40 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 12:51:40 GMT From: Mathieu Arnold Message-Id: <200608141251.k7ECpeqA073660@freefall.freebsd.org> To: frank@altpeter.de, mat@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/95302: p5-Net-XWhois denic-aware 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, 14 Aug 2006 12:51:41 -0000 Synopsis: p5-Net-XWhois denic-aware State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Aug 14 12:48:38 UTC 2006 State-Changed-Why: Put the right status http://www.freebsd.org/cgi/query-pr.cgi?pr=95302 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 12:52:27 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6747E16A4DE; Mon, 14 Aug 2006 12:52:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B0D43D5E; Mon, 14 Aug 2006 12:52:27 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7ECqQIU073745; Mon, 14 Aug 2006 12:52:26 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ECqQcJ073741; Mon, 14 Aug 2006 12:52:26 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 12:52:26 GMT From: Mathieu Arnold Message-Id: <200608141252.k7ECqQcJ073741@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101684: [PATCH] databases/p5-DBI: update to 1.52 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, 14 Aug 2006 12:52:27 -0000 Synopsis: [PATCH] databases/p5-DBI: update to 1.52 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Aug 14 12:52:25 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101684 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 12:53:55 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9071A16A4E1; Mon, 14 Aug 2006 12:53:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9A43D6D; Mon, 14 Aug 2006 12:53:55 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7ECrsQZ073885; Mon, 14 Aug 2006 12:53:54 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ECrs6k073881; Mon, 14 Aug 2006 12:53:54 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 12:53:54 GMT From: Mathieu Arnold Message-Id: <200608141253.k7ECrs6k073881@freefall.freebsd.org> To: koma2@lovepeers.org, mat@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/100376: net/p5-Net-XWhois: Update the Whois server name for Japan. 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, 14 Aug 2006 12:53:55 -0000 Synopsis: net/p5-Net-XWhois: Update the Whois server name for Japan. State-Changed-From-To: open->feedback State-Changed-By: mat State-Changed-When: Mon Aug 14 12:53:42 UTC 2006 State-Changed-Why: Have you submitted this fix to the module author? Normally this is a preffered way to deal with such things. http://www.freebsd.org/cgi/query-pr.cgi?pr=100376 From owner-freebsd-perl@FreeBSD.ORG Mon Aug 14 13:02:47 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE2F716A504; Mon, 14 Aug 2006 13:02:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30A243D76; Mon, 14 Aug 2006 13:02:42 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7ED2gAU074663; Mon, 14 Aug 2006 13:02:42 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7ED2glY074659; Mon, 14 Aug 2006 13:02:42 GMT (envelope-from mat) Date: Mon, 14 Aug 2006 13:02:42 GMT From: Mathieu Arnold Message-Id: <200608141302.k7ED2glY074659@freefall.freebsd.org> To: rwmcfa1@neces.com, mat@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/63670: lang/perl5.8: 'Unable to read from thread kernel pipe' abort while running perl Makefile.PL for Gtk2 module (perl 5.8.2) 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, 14 Aug 2006 13:02:48 -0000 Synopsis: lang/perl5.8: 'Unable to read from thread kernel pipe' abort while running perl Makefile.PL for Gtk2 module (perl 5.8.2) State-Changed-From-To: feedback->closed State-Changed-By: mat State-Changed-When: Mon Aug 14 13:02:22 UTC 2006 State-Changed-Why: No feedback received, seems no interest in this PR anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=63670 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 05:12:06 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9874D16A4DA; Tue, 15 Aug 2006 05:12:06 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BA943D4C; Tue, 15 Aug 2006 05:12:05 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k7F5C4pP078528; Tue, 15 Aug 2006 13:12:04 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k7F5C4rY078527; Tue, 15 Aug 2006 13:12:04 +0800 (CST) (envelope-from tjs) Date: Tue, 15 Aug 2006 13:12:04 +0800 (CST) Message-Id: <200608150512.k7F5C4rY078527@Pluto.CDPA.nsysu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org From: Jin-Shan Tseng X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] mail/p5-Email-Address: update to 1.87.0 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: Tue, 15 Aug 2006 05:12:06 -0000 >Submitter-Id: current-users >Originator: Jin-Shan Tseng >Organization: NCHC >Confidential: no >Synopsis: [PATCH] mail/p5-Email-Address: update to 1.87.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006 >Description: - Update to 1.87.0 Added file(s): - p5-Email-Address-1.87.0.tbz Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Email-Address-1.87.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Email-Address/Makefile /root/p5-Email-Address/Makefile --- /usr/ports/mail/p5-Email-Address/Makefile Wed Jul 26 19:49:03 2006 +++ /root/p5-Email-Address/Makefile Tue Aug 15 13:06:37 2006 @@ -6,11 +6,12 @@ # PORTNAME= Email-Address -PORTVERSION= 1.86 +PORTVERSION= 1.87.0 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= RFC 2822 Address Parsing and Creation diff -ruN --exclude=CVS /usr/ports/mail/p5-Email-Address/distinfo /root/p5-Email-Address/distinfo --- /usr/ports/mail/p5-Email-Address/distinfo Wed Jul 26 19:49:03 2006 +++ /root/p5-Email-Address/distinfo Tue Aug 15 13:06:46 2006 @@ -1,3 +1,3 @@ -MD5 (Email-Address-1.86.tar.gz) = f5c9be444470fcb8a8041aea30a70596 -SHA256 (Email-Address-1.86.tar.gz) = 2664aeac524e006adca61d084d30d500fe01c27e98110acdf1a3abcfec5c0456 -SIZE (Email-Address-1.86.tar.gz) = 22786 +MD5 (Email-Address-1.870.tar.gz) = eaa85cdfc4184f8a13c1fbdbea56f579 +SHA256 (Email-Address-1.870.tar.gz) = 7f3e1c4bbc9791dd5a46baa1b05bd6c75f106e0dc4a3def15e8ccb3a71cfa366 +SIZE (Email-Address-1.870.tar.gz) = 21339 Binary files /usr/ports/mail/p5-Email-Address/p5-Email-Address-1.87.0.tbz and /root/p5-Email-Address/p5-Email-Address-1.87.0.tbz differ --- p5-Email-Address-1.87.0.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 05:20:25 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FABF16A4DD; Tue, 15 Aug 2006 05:20:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC3643D45; Tue, 15 Aug 2006 05:20:25 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7F5KO9N073704; Tue, 15 Aug 2006 05:20:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7F5KOdw073700; Tue, 15 Aug 2006 05:20:24 GMT (envelope-from edwin) Date: Tue, 15 Aug 2006 05:20:24 GMT From: Edwin Groothuis Message-Id: <200608150520.k7F5KOdw073700@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102045: [PATCH] mail/p5-Email-Address: update to 1.87.0 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: Tue, 15 Aug 2006 05:20:25 -0000 Synopsis: [PATCH] mail/p5-Email-Address: update to 1.87.0 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 15 05:20:24 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102045 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 05:30:44 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9DDD16A4E0; Tue, 15 Aug 2006 05:30:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1770D43D5F; Tue, 15 Aug 2006 05:30:44 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7F5UhjQ075738; Tue, 15 Aug 2006 05:30:43 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7F5Uh70075734; Tue, 15 Aug 2006 05:30:43 GMT (envelope-from clsung) Date: Tue, 15 Aug 2006 05:30:43 GMT From: Cheng-Lung Sung Message-Id: <200608150530.k7F5Uh70075734@freefall.freebsd.org> To: tjs@cdpa.nsysu.edu.tw, clsung@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102045: [PATCH] mail/p5-Email-Address: update to 1.87.0 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: Tue, 15 Aug 2006 05:30:44 -0000 Synopsis: [PATCH] mail/p5-Email-Address: update to 1.87.0 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Tue Aug 15 05:30:43 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=102045 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 09:33:49 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3831416A4DA; Tue, 15 Aug 2006 09:33:49 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B6D43D73; Tue, 15 Aug 2006 09:33:43 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7F9Xha2099990; Tue, 15 Aug 2006 09:33:43 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7F9Xhlq099986; Tue, 15 Aug 2006 09:33:43 GMT (envelope-from mat) Date: Tue, 15 Aug 2006 09:33:43 GMT From: Mathieu Arnold Message-Id: <200608150933.k7F9Xhlq099986@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/101854: [PATCH] textproc/p5-WDDX: Fix portlint 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: Tue, 15 Aug 2006 09:33:49 -0000 Synopsis: [PATCH] textproc/p5-WDDX: Fix portlint Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Tue Aug 15 09:33:42 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=101854 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 14:44:06 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B9A16A610; Tue, 15 Aug 2006 14:44:05 +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 8B77A43D49; Tue, 15 Aug 2006 14:44:05 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 5A02B20F; Tue, 15 Aug 2006 22:44:00 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060815144400.5A02B20F@netnews.NCTU.edu.tw> Date: Tue, 15 Aug 2006 22:44:00 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 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: Tue, 15 Aug 2006 14:44:06 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 1.12 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Image-Imlib2-1.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-Imlib2/Makefile /home/staff/gslin/work/p5-Image-Imlib2/Makefile --- /usr/ports/graphics/p5-Image-Imlib2/Makefile Fri Aug 4 03:27:11 2006 +++ /home/staff/gslin/work/p5-Image-Imlib2/Makefile Tue Aug 15 22:30:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= Image-Imlib2 -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-Imlib2/distinfo /home/staff/gslin/work/p5-Image-Imlib2/distinfo --- /usr/ports/graphics/p5-Image-Imlib2/distinfo Fri Aug 4 03:27:11 2006 +++ /home/staff/gslin/work/p5-Image-Imlib2/distinfo Tue Aug 15 22:30:56 2006 @@ -1,3 +1,3 @@ -MD5 (Image-Imlib2-1.11.tar.gz) = 39ad1431552c25ef30b9de35f92429fd -SHA256 (Image-Imlib2-1.11.tar.gz) = 8904d0c4f38f152b920419b5b6d3a56f5b01030d5deb4f9dd43f2213e239f990 -SIZE (Image-Imlib2-1.11.tar.gz) = 24085 +MD5 (Image-Imlib2-1.12.tar.gz) = 8877752aa8192275c8829a973a37e62c +SHA256 (Image-Imlib2-1.12.tar.gz) = 0c0f242875a0a90051f48141beea80ba121ed5ae4b12e36977150d6ce5863ad6 +SIZE (Image-Imlib2-1.12.tar.gz) = 26490 --- p5-Image-Imlib2-1.12.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 14:47:42 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B41C216A4DD; Tue, 15 Aug 2006 14:47:42 +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 69A6D43D46; Tue, 15 Aug 2006 14:47:42 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id A950F20F; Tue, 15 Aug 2006 22:47:37 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060815144737.A950F20F@netnews.NCTU.edu.tw> Date: Tue, 15 Aug 2006 22:47:37 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] devel/p5-Devel-PPPort: update to 3.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: Tue, 15 Aug 2006 14:47:42 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] devel/p5-Devel-PPPort: update to 3.10 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 3.10 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Devel-PPPort-3.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Devel-PPPort/Makefile /home/staff/gslin/work/p5-Devel-PPPort/Makefile --- /usr/ports/devel/p5-Devel-PPPort/Makefile Sun Jul 9 18:45:03 2006 +++ /home/staff/gslin/work/p5-Devel-PPPort/Makefile Tue Aug 15 22:45:08 2006 @@ -6,7 +6,7 @@ # PORTNAME= Devel-PPPort -PORTVERSION= 3.09 +PORTVERSION= 3.10 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Devel diff -ruN --exclude=CVS /usr/ports/devel/p5-Devel-PPPort/distinfo /home/staff/gslin/work/p5-Devel-PPPort/distinfo --- /usr/ports/devel/p5-Devel-PPPort/distinfo Sun Jul 9 18:45:03 2006 +++ /home/staff/gslin/work/p5-Devel-PPPort/distinfo Tue Aug 15 22:45:28 2006 @@ -1,3 +1,3 @@ -MD5 (Devel-PPPort-3.09.tar.gz) = cff159a0e62403aea6269daf05e9074a -SHA256 (Devel-PPPort-3.09.tar.gz) = 73edb5d9c52dec97c1d1d09d60d91fcaf7685c9426aea268d2047b5176645154 -SIZE (Devel-PPPort-3.09.tar.gz) = 146937 +MD5 (Devel-PPPort-3.10.tar.gz) = d5ce54a7a85fd74ca2df180c69d32002 +SHA256 (Devel-PPPort-3.10.tar.gz) = b5714f5030779b5ea6d070b231909026590a82b7b8a767b1a38731c045f0a6fc +SIZE (Devel-PPPort-3.10.tar.gz) = 148203 --- p5-Devel-PPPort-3.10.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 14:50:25 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E0F16A4E9; Tue, 15 Aug 2006 14:50:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ED943D4C; Tue, 15 Aug 2006 14:50:24 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FEoOOk030486; Tue, 15 Aug 2006 14:50:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FEoOed030475; Tue, 15 Aug 2006 14:50:24 GMT (envelope-from edwin) Date: Tue, 15 Aug 2006 14:50:24 GMT From: Edwin Groothuis Message-Id: <200608151450.k7FEoOed030475@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102094: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 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: Tue, 15 Aug 2006 14:50:25 -0000 Synopsis: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 15 14:50:24 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102094 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 14:50:32 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A46EA16A4FB; Tue, 15 Aug 2006 14:50:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6030643D45; Tue, 15 Aug 2006 14:50:32 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FEoWfe030595; Tue, 15 Aug 2006 14:50:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FEoWQf030590; Tue, 15 Aug 2006 14:50:32 GMT (envelope-from edwin) Date: Tue, 15 Aug 2006 14:50:32 GMT From: Edwin Groothuis Message-Id: <200608151450.k7FEoWQf030590@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102095: [PATCH] devel/p5-Devel-PPPort: update to 3.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: Tue, 15 Aug 2006 14:50:32 -0000 Synopsis: [PATCH] devel/p5-Devel-PPPort: update to 3.10 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 15 14:50:31 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102095 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 15:44:47 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5607016A4DA; Tue, 15 Aug 2006 15:44:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEEF43D78; Tue, 15 Aug 2006 15:44:46 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FFikXG037343; Tue, 15 Aug 2006 15:44:46 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FFikcn037339; Tue, 15 Aug 2006 15:44:46 GMT (envelope-from mat) Date: Tue, 15 Aug 2006 15:44:46 GMT From: Mathieu Arnold Message-Id: <200608151544.k7FFikcn037339@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102095: [PATCH] devel/p5-Devel-PPPort: update to 3.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: Tue, 15 Aug 2006 15:44:47 -0000 Synopsis: [PATCH] devel/p5-Devel-PPPort: update to 3.10 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Tue Aug 15 15:44:45 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102095 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 15:45:09 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F9016A4E0; Tue, 15 Aug 2006 15:45:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CD043D45; Tue, 15 Aug 2006 15:45:09 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FFj9YH037407; Tue, 15 Aug 2006 15:45:09 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FFj8S4037403; Tue, 15 Aug 2006 15:45:08 GMT (envelope-from mat) Date: Tue, 15 Aug 2006 15:45:08 GMT From: Mathieu Arnold Message-Id: <200608151545.k7FFj8S4037403@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102094: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 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: Tue, 15 Aug 2006 15:45:09 -0000 Synopsis: [PATCH] graphics/p5-Image-Imlib2: update to 1.12 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Tue Aug 15 15:45:08 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102094 From owner-freebsd-perl@FreeBSD.ORG Tue Aug 15 23:00:41 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE9B716A4DA; Tue, 15 Aug 2006 23:00:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145B543D6E; Tue, 15 Aug 2006 23:00:36 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FN0aVZ080740; Tue, 15 Aug 2006 23:00:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FN0ahm080736; Tue, 15 Aug 2006 23:00:36 GMT (envelope-from edwin) Date: Tue, 15 Aug 2006 23:00:36 GMT From: Edwin Groothuis Message-Id: <200608152300.k7FN0ahm080736@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102123: [update] mail/p5-Email-Address 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: Tue, 15 Aug 2006 23:00:42 -0000 Synopsis: [update] mail/p5-Email-Address Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 15 23:00:36 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102123 From owner-freebsd-perl@FreeBSD.ORG Wed Aug 16 01:10:43 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8A4F16A4E1; Wed, 16 Aug 2006 01:10:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6389143D49; Wed, 16 Aug 2006 01:10:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (clsung@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7G1AhkV092587; Wed, 16 Aug 2006 01:10:43 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7G1Ago5092577; Wed, 16 Aug 2006 01:10:43 GMT (envelope-from clsung) Date: Wed, 16 Aug 2006 01:10:43 GMT From: Cheng-Lung Sung Message-Id: <200608160110.k7G1Ago5092577@freefall.freebsd.org> To: g.gonter@ieee.org, clsung@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102123: [update] mail/p5-Email-Address 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: Wed, 16 Aug 2006 01:10:43 -0000 Synopsis: [update] mail/p5-Email-Address State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Aug 16 01:10:04 UTC 2006 State-Changed-Why: Already committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=102123 From owner-freebsd-perl@FreeBSD.ORG Wed Aug 16 08:20:40 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48AF816A4DE for ; Wed, 16 Aug 2006 08:20:40 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B22F43D6A for ; Wed, 16 Aug 2006 08:20:38 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id DE06F125427; Wed, 16 Aug 2006 10:20:36 +0200 (CEST) Date: Wed, 16 Aug 2006 10:20:36 +0200 From: Anton Berezin To: n3gative Message-ID: <20060816082036.GA33457@heechee.tobez.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Powered-By: FreeBSD http://www.freebsd.org/ Cc: perl@freebsd.org Subject: Re: MailScanner from port not installing 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: Wed, 16 Aug 2006 08:20:40 -0000 On Wed, Aug 09, 2006 at 01:02:00PM +0400, n3gative wrote: > MailScanner-4.54.6_2 > > cutted... > \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ > ===> Extracting for p5-DBI-1.51 > => MD5 Checksum OK for DBI-1.51.tar.gz . > => SHA256 Checksum OK for DBI-1.51.tar.gz. > ===> p5-DBI-1.51 depends on file: /usr/local/bin/perl5.8.8 - found > ===> Patching for p5-DBI-1.51 > ===> p5-DBI-1.51 depends on file: /usr/local/bin/perl5.8.8 - found > ===> Applying FreeBSD patches for p5-DBI-1.51 > 2 out of 2 hunks failed--saving rejects to Makefile.PL.rej > => Patch patch-Makefile.PL failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/databases/p5-DBI. > *** Error code 1 > > Stop in /usr/ports/mail/mailscanner. > > My uname: FreeBSD *** 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 > 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP > i386 > > Can you help? Must i add more info? Well the problem has obviously nothing to do with MailScanner. The culprit is the patch-Makefile.PL from databases/p5-DBI/files/ directory. This file was removed during the update of p5-DBI to 0.51 two month ago. Since you still have the file, it would appear that the method you used to update the ports collection is suspect - the port was updated but the files that should have been removed weren't. Please make sure you have up to date - and *consustent* ports collection, then try again (do a make clean first). \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 02:05:35 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B1816A4DA; Fri, 18 Aug 2006 02:05:35 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B573F43D45; Fri, 18 Aug 2006 02:05:34 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k7I25Uwm048905; Fri, 18 Aug 2006 10:05:30 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k7I25UZh048904; Fri, 18 Aug 2006 10:05:30 +0800 (CST) (envelope-from tjs) Date: Fri, 18 Aug 2006 10:05:30 +0800 (CST) Message-Id: <200608180205.k7I25UZh048904@Pluto.CDPA.nsysu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org From: Jin-Shan Tseng X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] mail/p5-Email-Simple: update to 1.97.0 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: Fri, 18 Aug 2006 02:05:35 -0000 >Submitter-Id: current-users >Originator: Jin-Shan Tseng >Organization: NCHC >Confidential: no >Synopsis: [PATCH] mail/p5-Email-Simple: update to 1.97.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006 >Description: - Update to 1.97.0 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Email-Simple-1.97.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-Email-Simple/Makefile /root/p5-Email-Simple/Makefile --- /usr/ports/mail/p5-Email-Simple/Makefile Fri Jul 28 22:36:07 2006 +++ /root/p5-Email-Simple/Makefile Fri Aug 18 10:01:46 2006 @@ -6,17 +6,18 @@ # PORTNAME= Email-Simple -PORTVERSION= 1.96 +PORTVERSION= 1.97.0 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9])$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Simple parsing of RFC2822 message format and headers PERL_CONFIGURE= yes -MAN3= Email::Simple.3 +MAN3= Email::Simple.3 Email::Simple::Headers.3 .include diff -ruN --exclude=CVS /usr/ports/mail/p5-Email-Simple/distinfo /root/p5-Email-Simple/distinfo --- /usr/ports/mail/p5-Email-Simple/distinfo Fri Jul 28 22:36:07 2006 +++ /root/p5-Email-Simple/distinfo Fri Aug 18 09:58:53 2006 @@ -1,3 +1,3 @@ -MD5 (Email-Simple-1.96.tar.gz) = 49730b720ca9b4b393ac21749c8a3e9b -SHA256 (Email-Simple-1.96.tar.gz) = 6acd41bf2faaa82d8bb984346241422fdd4db9c99c696f5706160a30e25c3a3b -SIZE (Email-Simple-1.96.tar.gz) = 14955 +MD5 (Email-Simple-1.970.tar.gz) = dba307234da23d0c5753c64adbe46c59 +SHA256 (Email-Simple-1.970.tar.gz) = e6fa5ca2ed42f80382ff7eee741a053bdf86d76358d126a14d74d83baad0fbee +SIZE (Email-Simple-1.970.tar.gz) = 15982 diff -ruN --exclude=CVS /usr/ports/mail/p5-Email-Simple/pkg-plist /root/p5-Email-Simple/pkg-plist --- /usr/ports/mail/p5-Email-Simple/pkg-plist Sun Jan 22 10:19:53 2006 +++ /root/p5-Email-Simple/pkg-plist Fri Aug 18 10:04:09 2006 @@ -1,5 +1,8 @@ -%%SITE_PERL%%/Email/Simple.pm +@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple/.packlist +%%SITE_PERL%%/Email/Simple.pm +%%SITE_PERL%%/Email/Simple/Headers.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Simple -@dirrmtry %%SITE_PERL%%/Email +@dirrm %%SITE_PERL%%/Email/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email +@dirrmtry %%SITE_PERL%%/Email --- p5-Email-Simple-1.97.0.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 02:10:29 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABCE16A4DF; Fri, 18 Aug 2006 02:10:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 474CA43D55; Fri, 18 Aug 2006 02:10:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7I2ASo6084153; Fri, 18 Aug 2006 02:10:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7I2ASd8084149; Fri, 18 Aug 2006 02:10:28 GMT (envelope-from edwin) Date: Fri, 18 Aug 2006 02:10:28 GMT From: Edwin Groothuis Message-Id: <200608180210.k7I2ASd8084149@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102209: [PATCH] mail/p5-Email-Simple: update to 1.97.0 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: Fri, 18 Aug 2006 02:10:29 -0000 Synopsis: [PATCH] mail/p5-Email-Simple: update to 1.97.0 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 18 02:10:27 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102209 From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 09:55:59 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA8016A4E1; Fri, 18 Aug 2006 09:55:59 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F6343D45; Fri, 18 Aug 2006 09:55:59 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7I9txio028341; Fri, 18 Aug 2006 09:55:59 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7I9tx16028337; Fri, 18 Aug 2006 09:55:59 GMT (envelope-from mat) Date: Fri, 18 Aug 2006 09:55:59 GMT From: Mathieu Arnold Message-Id: <200608180955.k7I9tx16028337@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102209: [PATCH] mail/p5-Email-Simple: update to 1.97.0 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: Fri, 18 Aug 2006 09:55:59 -0000 Synopsis: [PATCH] mail/p5-Email-Simple: update to 1.97.0 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Fri Aug 18 09:55:58 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102209 From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 13:49:22 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A7C16A4E2; Fri, 18 Aug 2006 13:49:22 +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 9DF9843D58; Fri, 18 Aug 2006 13:49:21 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 1830B1FD; Fri, 18 Aug 2006 21:49:17 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060818134917.1830B1FD@netnews.NCTU.edu.tw> Date: Fri, 18 Aug 2006 21:49:17 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 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: Fri, 18 Aug 2006 13:49:22 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.94 - ${RM} will ask override permission when post-patch, so use ${FIND} -delete Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-Atom-Syndication-0.94,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom-Syndication/Makefile /home/staff/gslin/work/p5-XML-Atom-Syndication/Makefile --- /usr/ports/textproc/p5-XML-Atom-Syndication/Makefile Mon Jun 19 19:10:26 2006 +++ /home/staff/gslin/work/p5-XML-Atom-Syndication/Makefile Fri Aug 18 21:46:31 2006 @@ -5,7 +5,7 @@ # $FreeBSD: ports/textproc/p5-XML-Atom-Syndication/Makefile,v 1.8 2006/06/19 11:10:26 mat Exp $ PORTNAME= XML-Atom-Syndication -PORTVERSION= 0.92 +PORTVERSION= 0.94 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -38,9 +38,7 @@ XML::Atom::Syndication::Writer.3 post-patch: - @${RM} ${WRKSRC}/._* - @${RM} ${WRKSRC}/lib/XML/Atom/._* - @${RM} ${WRKSRC}/lib/XML/Atom/Syndication/._* + ${FIND} ${WRKSRC} -name '._*' -delete .include diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom-Syndication/distinfo /home/staff/gslin/work/p5-XML-Atom-Syndication/distinfo --- /usr/ports/textproc/p5-XML-Atom-Syndication/distinfo Mon Jun 19 19:10:26 2006 +++ /home/staff/gslin/work/p5-XML-Atom-Syndication/distinfo Fri Aug 18 21:45:45 2006 @@ -1,3 +1,3 @@ -MD5 (XML-Atom-Syndication-0.92.tar.gz) = d29e630f5357c4379bd40e593eedacca -SHA256 (XML-Atom-Syndication-0.92.tar.gz) = 2fc22dabcd08ccbcc6636046612e3eb641f79718f18bbb77f4f59e596b7897c8 -SIZE (XML-Atom-Syndication-0.92.tar.gz) = 33656 +MD5 (XML-Atom-Syndication-0.94.tar.gz) = 4f4de6812243931d5fdf3e46e75ae644 +SHA256 (XML-Atom-Syndication-0.94.tar.gz) = a2bacd906688917e72136457b8cf265a70f66125189ef0f7e228a6b5a3cd8db9 +SIZE (XML-Atom-Syndication-0.94.tar.gz) = 35171 --- p5-XML-Atom-Syndication-0.94,1.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 13:50:43 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8775316A4DD; Fri, 18 Aug 2006 13:50:43 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5706E43D55; Fri, 18 Aug 2006 13:50:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7IDogHN048002; Fri, 18 Aug 2006 13:50:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7IDogg5047998; Fri, 18 Aug 2006 13:50:42 GMT (envelope-from edwin) Date: Fri, 18 Aug 2006 13:50:42 GMT From: Edwin Groothuis Message-Id: <200608181350.k7IDogg5047998@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102234: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 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: Fri, 18 Aug 2006 13:50:43 -0000 Synopsis: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Aug 18 13:50:41 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102234 From owner-freebsd-perl@FreeBSD.ORG Fri Aug 18 14:45:35 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2005D16A4F8; Fri, 18 Aug 2006 14:45:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DC643D79; Fri, 18 Aug 2006 14:45:33 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7IEjXd7053113; Fri, 18 Aug 2006 14:45:33 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7IEjXIx053109; Fri, 18 Aug 2006 14:45:33 GMT (envelope-from mat) Date: Fri, 18 Aug 2006 14:45:33 GMT From: Mathieu Arnold Message-Id: <200608181445.k7IEjXIx053109@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102234: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 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: Fri, 18 Aug 2006 14:45:35 -0000 Synopsis: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Fri Aug 18 14:45:32 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102234 From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:01:16 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8F516A4E0; Sat, 19 Aug 2006 10:01:16 +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 D2CF443D45; Sat, 19 Aug 2006 10:01:15 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id AE8C5392; Sat, 19 Aug 2006 18:01:11 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060819100111.AE8C5392@netnews.NCTU.edu.tw> Date: Sat, 19 Aug 2006 18:01:11 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-WWW-Mechanize: update to 1.20 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: Sat, 19 Aug 2006 10:01:16 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.20 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 1.20 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Mechanize-1.20.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/Makefile /home/staff/gslin/work/p5-WWW-Mechanize/Makefile --- /usr/ports/www/p5-WWW-Mechanize/Makefile Mon Feb 6 16:06:58 2006 +++ /home/staff/gslin/work/p5-WWW-Mechanize/Makefile Sat Aug 19 17:59:44 2006 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,9 +15,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= --mech-dump --nolive diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/distinfo /home/staff/gslin/work/p5-WWW-Mechanize/distinfo --- /usr/ports/www/p5-WWW-Mechanize/distinfo Mon Feb 6 16:06:58 2006 +++ /home/staff/gslin/work/p5-WWW-Mechanize/distinfo Sat Aug 19 18:00:00 2006 @@ -1,3 +1,3 @@ -MD5 (WWW-Mechanize-1.18.tar.gz) = d537bfefc84806227fd280a792f6527d -SHA256 (WWW-Mechanize-1.18.tar.gz) = 8ce2edad8033428813754fa07211bd177298f10e4a9ae70f2cefa10949b1e8cc -SIZE (WWW-Mechanize-1.18.tar.gz) = 107253 +MD5 (WWW-Mechanize-1.20.tar.gz) = 97318ae4928c50c56faf097cbe187428 +SHA256 (WWW-Mechanize-1.20.tar.gz) = 3c556842ba64ebcf8d4b0a44b05b36acd1372f850f588cf180903352a10e0358 +SIZE (WWW-Mechanize-1.20.tar.gz) = 106488 --- p5-WWW-Mechanize-1.20.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:10:20 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA7716A4DD; Sat, 19 Aug 2006 10:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09AAA43D53; Sat, 19 Aug 2006 10:10:20 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7JAAJfg003136; Sat, 19 Aug 2006 10:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7JAAJx3003132; Sat, 19 Aug 2006 10:10:19 GMT (envelope-from edwin) Date: Sat, 19 Aug 2006 10:10:19 GMT From: Edwin Groothuis Message-Id: <200608191010.k7JAAJx3003132@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102263: [PATCH] www/p5-WWW-Mechanize: update to 1.20 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: Sat, 19 Aug 2006 10:10:20 -0000 Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.20 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 19 10:10:19 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102263 From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:20:02 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4F16A4DE; Sat, 19 Aug 2006 10:20:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1D043D45; Sat, 19 Aug 2006 10:20:02 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7JAK2la003705; Sat, 19 Aug 2006 10:20:02 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7JAK1Lp003701; Sat, 19 Aug 2006 10:20:01 GMT (envelope-from mat) Date: Sat, 19 Aug 2006 10:20:01 GMT From: Mathieu Arnold Message-Id: <200608191020.k7JAK1Lp003701@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102263: [PATCH] www/p5-WWW-Mechanize: update to 1.20 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: Sat, 19 Aug 2006 10:20:03 -0000 Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.20 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Sat Aug 19 10:20:00 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102263 From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:48:16 2006 Return-Path: X-Original-To: perl@freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 309E716A4E0; Sat, 19 Aug 2006 10:48:16 +0000 (UTC) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3ADE43D49; Sat, 19 Aug 2006 10:48:15 +0000 (GMT) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: from Pluto.CDPA.nsysu.edu.tw (localhost [127.0.0.1]) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6) with ESMTP id k7JAmEMP061380; Sat, 19 Aug 2006 18:48:14 +0800 (CST) (envelope-from tjs@Pluto.CDPA.nsysu.edu.tw) Received: (from root@localhost) by Pluto.CDPA.nsysu.edu.tw (8.13.6/8.13.6/Submit) id k7JAmENE061379; Sat, 19 Aug 2006 18:48:14 +0800 (CST) (envelope-from tjs) Date: Sat, 19 Aug 2006 18:48:14 +0800 (CST) Message-Id: <200608191048.k7JAmENE061379@Pluto.CDPA.nsysu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org From: Jin-Shan Tseng X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 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: Sat, 19 Aug 2006 10:48:16 -0000 >Submitter-Id: current-users >Originator: Jin-Shan Tseng >Organization: NCHC >Confidential: no >Synopsis: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-STABLE i386 >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006 >Description: - Update to 0.06 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Lingua-StopWords-0.06.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/Makefile /root/p5-Lingua-StopWords/Makefile --- /usr/ports/textproc/p5-Lingua-StopWords/Makefile Mon Mar 20 14:16:14 2006 +++ /root/p5-Lingua-StopWords/Makefile Sat Aug 19 18:42:16 2006 @@ -6,7 +6,7 @@ # PORTNAME= Lingua-StopWords -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -20,7 +20,7 @@ .include .if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.1 or newer +IGNORE= requires at least Perl 5.6.1. Please install lang/perl5.8 and try again .endif MAN3= Lingua::StopWords.3 diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/distinfo /root/p5-Lingua-StopWords/distinfo --- /usr/ports/textproc/p5-Lingua-StopWords/distinfo Mon Mar 20 14:16:14 2006 +++ /root/p5-Lingua-StopWords/distinfo Sat Aug 19 18:31:42 2006 @@ -1,3 +1,3 @@ -MD5 (Lingua-StopWords-0.05.tar.gz) = 9b59c5be94f9dac2dce3e49570b398e6 -SHA256 (Lingua-StopWords-0.05.tar.gz) = 8bbe83cb82af37834d56043c8f3fe43f7da12bde0c3067a66d026277196b6570 -SIZE (Lingua-StopWords-0.05.tar.gz) = 12365 +MD5 (Lingua-StopWords-0.06.tar.gz) = 0d97d3009068ac466ac4e98588ebd667 +SHA256 (Lingua-StopWords-0.06.tar.gz) = b33291eb22b6bc726c9fc380fa1e2f15ab731a6a455568d6fa9ddab948fbf92d +SIZE (Lingua-StopWords-0.06.tar.gz) = 13629 diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/pkg-descr /root/p5-Lingua-StopWords/pkg-descr --- /usr/ports/textproc/p5-Lingua-StopWords/pkg-descr Thu Sep 22 03:31:25 2005 +++ /root/p5-Lingua-StopWords/pkg-descr Sat Aug 19 18:44:57 2006 @@ -1,5 +1,6 @@ This module provides lists of stopwords for several languages. -Currently supported languages are Danish, Dutch, English, French, -German, Italian, Norwegian, Portugese, Spanish, and Swedish. +Currently supported languages are Danish, Dutch, English, Finnish, +French, German, Italian, Norwegian, Portugese, Spanish, Swedish, +and Russian. WWW: http://search.cpan.org/dist/Lingua-StopWords/ diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/pkg-plist /root/p5-Lingua-StopWords/pkg-plist --- /usr/ports/textproc/p5-Lingua-StopWords/pkg-plist Mon Mar 20 14:16:14 2006 +++ /root/p5-Lingua-StopWords/pkg-plist Sat Aug 19 18:46:50 2006 @@ -1,8 +1,11 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist %%SITE_PERL%%/Lingua/StopWords.pm %%SITE_PERL%%/Lingua/StopWords/DA.pm %%SITE_PERL%%/Lingua/StopWords/DE.pm %%SITE_PERL%%/Lingua/StopWords/EN.pm %%SITE_PERL%%/Lingua/StopWords/ES.pm +%%SITE_PERL%%/Lingua/StopWords/FI.pm %%SITE_PERL%%/Lingua/StopWords/FR.pm %%SITE_PERL%%/Lingua/StopWords/IT.pm %%SITE_PERL%%/Lingua/StopWords/NL.pm @@ -10,7 +13,6 @@ %%SITE_PERL%%/Lingua/StopWords/PT.pm %%SITE_PERL%%/Lingua/StopWords/RU.pm %%SITE_PERL%%/Lingua/StopWords/SV.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua @dirrmtry %%SITE_PERL%%/Lingua/StopWords --- p5-Lingua-StopWords-0.06.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:50:17 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 746AA16A4DA; Sat, 19 Aug 2006 10:50:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1006443D55; Sat, 19 Aug 2006 10:50:17 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7JAoGu9006906; Sat, 19 Aug 2006 10:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7JAoGjm006902; Sat, 19 Aug 2006 10:50:16 GMT (envelope-from edwin) Date: Sat, 19 Aug 2006 10:50:16 GMT From: Edwin Groothuis Message-Id: <200608191050.k7JAoGjm006902@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/102267: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 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: Sat, 19 Aug 2006 10:50:17 -0000 Synopsis: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Aug 19 10:50:16 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=102267 From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 11:35:06 2006 Return-Path: X-Original-To: perl@hub.freebsd.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1624816A4DD; Sat, 19 Aug 2006 11:35:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9740243D45; Sat, 19 Aug 2006 11:35:05 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7JBZ5lr011570; Sat, 19 Aug 2006 11:35:05 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7JBZ5JK011566; Sat, 19 Aug 2006 11:35:05 GMT (envelope-from mat) Date: Sat, 19 Aug 2006 11:35:05 GMT From: Mathieu Arnold Message-Id: <200608191135.k7JBZ5JK011566@freefall.freebsd.org> To: mat@FreeBSD.org, perl@FreeBSD.org, mat@FreeBSD.org Cc: Subject: Re: ports/102267: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 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: Sat, 19 Aug 2006 11:35:06 -0000 Synopsis: [PATCH] textproc/p5-Lingua-StopWords: update to 0.06 Responsible-Changed-From-To: perl->mat Responsible-Changed-By: mat Responsible-Changed-When: Sat Aug 19 11:35:04 UTC 2006 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102267