From owner-freebsd-perl@FreeBSD.ORG Fri Sep 22 00:41:41 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 1902116A40F; Fri, 22 Sep 2006 00:41:41 +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 0E2F443D5D; Fri, 22 Sep 2006 00:41:39 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 380D1413; Fri, 22 Sep 2006 08:41:38 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060922004138.380D1413@netnews.NCTU.edu.tw> Date: Fri, 22 Sep 2006 08:41:38 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] textproc/p5-Text-BibTeX: update to 0.37 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, 22 Sep 2006 00:41:41 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] textproc/p5-Text-BibTeX: update to 0.37 >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.37 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Text-BibTeX-0.37.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-BibTeX/Makefile /home/staff/gslin/work/ports/p5-Text-BibTeX/Makefile --- /usr/ports/textproc/p5-Text-BibTeX/Makefile Sat Jan 21 09:59:54 2006 +++ /home/staff/gslin/work/ports/p5-Text-BibTeX/Makefile Fri Sep 22 08:41:12 2006 @@ -6,8 +6,7 @@ # PORTNAME= Text-BibTeX -PORTVERSION= 0.36 -PORTREVISION= 0 +PORTVERSION= 0.37 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:C/$/:text,btparse/g} MASTER_SITE_SUBDIR= ../by-authors/id/A/AM/AMBS/Text/:text \ @@ -21,7 +20,6 @@ BTPARSE_VER= 0.35 -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Text::BibTeX.3 \ diff -ruN --exclude=CVS /usr/ports/textproc/p5-Text-BibTeX/distinfo /home/staff/gslin/work/ports/p5-Text-BibTeX/distinfo --- /usr/ports/textproc/p5-Text-BibTeX/distinfo Sat Dec 31 16:45:04 2005 +++ /home/staff/gslin/work/ports/p5-Text-BibTeX/distinfo Fri Sep 22 08:37:00 2006 @@ -1,6 +1,6 @@ -MD5 (Text-BibTeX-0.36.tar.gz) = 8739c3b212d611d0e42492cd829be19e -SHA256 (Text-BibTeX-0.36.tar.gz) = c55d00b8655ccf7b231699242e16c88b318d8739739b92971733bc5448be00c3 -SIZE (Text-BibTeX-0.36.tar.gz) = 85381 +MD5 (Text-BibTeX-0.37.tar.gz) = 6f3508f83b0a6f79d9f6de2d826b97a1 +SHA256 (Text-BibTeX-0.37.tar.gz) = cd2e299276951e2a41b1ac43b81412089d9afe5e92bc1986fa0ecc781b61ded6 +SIZE (Text-BibTeX-0.37.tar.gz) = 85480 MD5 (btparse-0.35.tar.gz) = b71ea8ccd30873356d33d62e36ac63f0 SHA256 (btparse-0.35.tar.gz) = 631bf1b79dfd4c83377b416a12c349fe88ee37448dc82e41424b2f364a99477b SIZE (btparse-0.35.tar.gz) = 470546 --- p5-Text-BibTeX-0.37.patch ends here ---