From leeym@utopia.leeym.com  Thu Jul 28 15:22:47 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A2C3A16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Jul 2005 15:22:47 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr10.hinet.net (msr10.hinet.net [168.95.4.110])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC9AD43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Jul 2005 15:22:46 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr10.hinet.net (8.9.3/8.9.3) with ESMTP id XAA24248;
	Thu, 28 Jul 2005 23:22:44 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 79548B29CC7;
	Thu, 28 Jul 2005 23:22:43 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 04925-03; Thu, 28 Jul 2005 23:22:32 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 2272DB29CF0; Thu, 28 Jul 2005 23:22:32 +0800 (CST)
Message-Id: <20050728152232.2272DB29CF0@utopia.leeym.com>
Date: Thu, 28 Jul 2005 23:22:32 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: svenasse@polaris.ca
Subject: [PATCH] textproc/p5-Lingua-Ident: update to 1.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         84229
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Lingua-Ident: update to 1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 28 15:30:13 GMT 2005
>Closed-Date:    Fri Aug 19 12:03:36 GMT 2005
>Last-Modified:  Fri Aug 19 12:03:36 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- Update to 1.5
- Unbreak this port

Port maintainer (svenasse@polaris.ca) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.5.2005051203/p5-Lingua-Ident-1.4.log
>Fix:

--- p5-Lingua-Ident-1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Lingua-Ident/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	6 Feb 2004 02:34:53 -0000	1.3
+++ Makefile	28 Jul 2005 15:22:02 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		Lingua-Ident
-PORTVERSION=		1.4
+PORTVERSION=		1.5
 CATEGORIES=		textproc perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/MPIOTR
@@ -19,12 +19,5 @@
 
 MAN1=			trainlid.1
 MAN3=			Lingua::Ident.3
-MAN3PREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500800
-BROKEN=			"Does not compile with perl >=5.8"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Lingua-Ident/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	31 Mar 2004 03:11:47 -0000	1.2
+++ distinfo	28 Jul 2005 15:22:02 -0000
@@ -1,2 +1,2 @@
-MD5 (Lingua-Ident-1.4.tar.gz) = a516fcbc9bfb2267939d6c7029ef489f
-SIZE (Lingua-Ident-1.4.tar.gz) = 44216
+MD5 (Lingua-Ident-1.5.tar.gz) = 2adc297f3f62c29a5c571f8178b06fef
+SIZE (Lingua-Ident-1.5.tar.gz) = 43814
--- p5-Lingua-Ident-1.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Jul 28 15:49:33 GMT 2005 
Responsible-Changed-Why:  
Over to submitter 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84229 

From: Vasil Dimov <vd@datamax.bg>
To: Yen-Ming Lee <leeym@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, svenasse@polaris.ca, garga@freebsd.org
Subject: Re: ports/84229: [PATCH] textproc/p5-Lingua-Ident: update to 1.5
Date: Fri, 19 Aug 2005 10:31:05 +0300

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 This PR is 21 days old and fixes
 http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005080108/p5-Lingua-Ident-1.4.log
 please commit (maintainer timeout) or change the responsible back to
 freebsd-ports-bugs@.
 
 -----BEGIN PGP SIGNATURE-----
 
 iD8DBQFDBYq4Fw6SP/bBpCARAggzAKDEqemo5ymqkEybmr2i6L84hLw/dwCdE131
 VARFMIBx2F4I8TTwF8MmNBQ=
 =x0Dj
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Fri Aug 19 12:03:28 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=84229 
>Unformatted:
