From glarkin@sourcehosting.net  Mon Mar 10 14:05:57 2008
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7E2321065677
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Mar 2008 14:05:57 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 59C4E8FC2F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Mar 2008 14:05:57 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=cube.entropy.prv)
	by mail1.sourcehosting.net with esmtp (Exim 4.68 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1JYidT-000L90-E8; Mon, 10 Mar 2008 10:05:55 -0400
Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18])
	by cube.entropy.prv (Postfix) with ESMTP
	id 2DB4B1C3C51A; Mon, 10 Mar 2008 10:05:52 -0400 (EDT)
Received: from ports.entropy.prv (localhost [127.0.0.1])
	by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id m2AE4mCg009222;
	Mon, 10 Mar 2008 10:04:48 -0400 (EDT)
	(envelope-from glarkin@ports.entropy.prv)
Received: (from root@localhost)
	by ports.entropy.prv (8.13.6/8.13.6/Submit) id m2AE4mu8009221;
	Mon, 10 Mar 2008 10:04:48 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <200803101404.m2AE4mu8009221@ports.entropy.prv>
Date: Mon, 10 Mar 2008 10:04:48 -0400 (EDT)
From: Greg Larkin <glarkin@sourcehosting.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: glarkin@sourcehosting.net
Subject: [maintainer update] devel/p5-SVN-Notify-Config: update to 0.0911
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121560
>Category:       ports
>Synopsis:       [maintainer update] devel/p5-SVN-Notify-Config: update to 0.0911
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 14:10:02 UTC 2008
>Closed-Date:    Mon Mar 10 18:44:39 UTC 2008
>Last-Modified:  Mon Mar 10 18:50:02 UTC 2008
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008
>Description:
- Update to 0.0911
- Added dependency for svnlook to fix build error reported at:
  http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.6.2008030919/p5-SVN-Notify-Config-0.091,1.log

Port maintainer (glarkin@sourcehosting.net) is cc'd.

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

--- p5-SVN-Notify-Config-0.0911,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Notify-Config.orig/Makefile /usr/ports/devel/p5-SVN-Notify-Config/Makefile
--- /usr/ports/devel/p5-SVN-Notify-Config.orig/Makefile	Sat Mar  8 03:50:01 2008
+++ /usr/ports/devel/p5-SVN-Notify-Config/Makefile	Mon Mar 10 09:59:03 2008
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	SVN-Notify-Config
-PORTVERSION=	0.091
-PORTEPOCH=	1
+PORTVERSION=	0.0911
+PORTEPOCH=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,8 @@
 MAINTAINER=	glarkin@sourcehosting.net
 COMMENT=	Perl module for config-driven Subversion notification
 
-RUN_DEPENDS=	p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
+RUN_DEPENDS=	${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \
+		p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \
 		p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
 BUILD_DEPENDS=	p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \
 		${RUN_DEPENDS}
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Notify-Config.orig/distinfo /usr/ports/devel/p5-SVN-Notify-Config/distinfo
--- /usr/ports/devel/p5-SVN-Notify-Config.orig/distinfo	Sat Mar  8 03:50:01 2008
+++ /usr/ports/devel/p5-SVN-Notify-Config/distinfo	Mon Mar 10 09:55:33 2008
@@ -1,3 +1,3 @@
-MD5 (SVN-Notify-Config-0.091.tar.gz) = 27a3afa8249b218d3a69b4e0763ee8f5
-SHA256 (SVN-Notify-Config-0.091.tar.gz) = b0beda6a3c3c17845c8bdc038972b980c6caf5948ffbe1b9464baab7ece6878a
-SIZE (SVN-Notify-Config-0.091.tar.gz) = 10981
+MD5 (SVN-Notify-Config-0.0911.tar.gz) = 17dae15a329c9c6ecb0b71671811e270
+SHA256 (SVN-Notify-Config-0.0911.tar.gz) = ef9fc09562f117ebb03ab24e84bf3ef26c46fbd43bef945e0b4d1cd0543b7d99
+SIZE (SVN-Notify-Config-0.0911.tar.gz) = 10507
--- p5-SVN-Notify-Config-0.0911,2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 10 14:10:11 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121560 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Mon Mar 10 18:44:24 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121560: commit references a PR
Date: Mon, 10 Mar 2008 18:43:52 +0000 (UTC)

 beech       2008-03-10 18:43:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-SVN-Notify-Config Makefile distinfo 
   Log:
   - Update to 0.0911
   - Add missing depend
   
   PR:             ports/121560
   Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
   Reported by:    pointyhat via pav
   
   Revision  Changes    Path
   1.4       +3 -2      ports/devel/p5-SVN-Notify-Config/Makefile
   1.4       +3 -3      ports/devel/p5-SVN-Notify-Config/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
