Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Jan 2006 07:54:46 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erwin@FreeBSD.org
Subject:   ports/91428: [PATCH] textproc/p5-Parse-Syslog: update to 1.09
Message-ID:  <20060106235446.96C3FB29CCD@utopia.leeym.com>
Resent-Message-ID: <200601070000.k0700FSJ031758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91428
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Parse-Syslog: update to 1.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 07 00:00:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- Update to 1.09

Port maintainer (erwin@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Parse-Syslog-1.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Parse-Syslog/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	2 Jan 2006 14:07:58 -0000	1.9
+++ Makefile	6 Jan 2006 23:54:40 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Parse-Syslog
-PORTVERSION=	1.08
+PORTVERSION=	1.09
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Parse
@@ -21,4 +21,17 @@
 
 MAN3=		Parse::Syslog.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# requires Time::Local 1.07_94
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+=	${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local
+RUN_DEPENDS+=	${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local
+.endif
+
+.if ${PERL_LEVEL} < 500600
+post-configure:
+	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-Parse-Syslog/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	2 Jan 2006 14:07:58 -0000	1.7
+++ distinfo	6 Jan 2006 23:54:40 -0000
@@ -1,3 +1,3 @@
-MD5 (Parse-Syslog-1.08.tar.gz) = b1ffbb86fcecce26a2752eef7e479ec9
-SHA256 (Parse-Syslog-1.08.tar.gz) = 6bc187f0eecf88d3df711a8a9f4a2c0a2cb972b23fb6ce87b43ca053aeec113b
-SIZE (Parse-Syslog-1.08.tar.gz) = 10959
+MD5 (Parse-Syslog-1.09.tar.gz) = ddfeb94b537b05e2f64ae333eca50a20
+SHA256 (Parse-Syslog-1.09.tar.gz) = 3980c7d74300c5f2da90b4a481ac3f3ceb937bbeba4b1d9383c34949381f5c65
+SIZE (Parse-Syslog-1.09.tar.gz) = 11033
--- p5-Parse-Syslog-1.09.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060106235446.96C3FB29CCD>