Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 15:19:53 -0400 (EDT)
From:      Christopher Boumenot <boumenot@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dom@happygiraffe.net
Subject:   ports/97415: [PATCH] devel/p5-SVN-Notify: update to 2.59
Message-ID:  <20060517191953.60BAFF1831@crash.divebomb.org>
Resent-Message-ID: <200605171920.k4HJK9FV015450@freefall.freebsd.org>

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

>Number:         97415
>Category:       ports
>Synopsis:       [PATCH] devel/p5-SVN-Notify: update to 2.59
>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:   Wed May 17 19:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
- Update to 2.59

I've changed some @dirrmtry to @dirrm.  I believe that's correct, any comments?

Port maintainer (dom@happygiraffe.net) is cc'd.

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

--- p5-SVN-Notify-2.59.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Mar 2005 13:57:31 -0000	1.1
+++ Makefile	17 May 2006 19:18:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SVN-Notify
-PORTVERSION=	2.43
+PORTVERSION=	2.59
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/D/DW/DWHEELER/
@@ -22,6 +22,6 @@
 PERL_MODBUILD=	yes
 
 MAN1=		svnnotify.1
-MAN3=		SVN::Notify.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3
+MAN3=		SVN::Notify.3 SVN::Notify::Alternative.3 SVN::Notify::HTML.3 SVN::Notify::HTML::ColorDiff.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	22 Jan 2006 08:29:27 -0000	1.2
+++ distinfo	17 May 2006 19:18:20 -0000
@@ -1,3 +1,3 @@
-MD5 (SVN-Notify-2.43.tar.gz) = b4ae61a73ecf1bf1a50f5bc8dc03cf8e
-SHA256 (SVN-Notify-2.43.tar.gz) = 564c6ceb9b26d109358b1d5794a87f57499402578c1b5f51b33deba64c957088
-SIZE (SVN-Notify-2.43.tar.gz) = 35852
+MD5 (SVN-Notify-2.59.tar.gz) = 5c4be8303d1455c20201785418039b59
+SHA256 (SVN-Notify-2.59.tar.gz) = 056791fdb6e67bd05c3fae0bbfe9618bc43d5993b5a13407f2fbe3d6706ee838
+SIZE (SVN-Notify-2.59.tar.gz) = 49745
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-SVN-Notify/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 01:48:14 -0000	1.2
+++ pkg-plist	17 May 2006 19:18:20 -0000
@@ -1,7 +1,8 @@
 bin/svnnotify
 %%SITE_PERL%%/SVN/Notify.pm
+%%SITE_PERL%%/SVN/Notify/Alternative.pm
 %%SITE_PERL%%/SVN/Notify/HTML.pm
 %%SITE_PERL%%/SVN/Notify/HTML/ColorDiff.pm
-@dirrmtry %%SITE_PERL%%/SVN/Notify/HTML
-@dirrmtry %%SITE_PERL%%/SVN/Notify
+@dirrm %%SITE_PERL%%/SVN/Notify/HTML
+@dirrm %%SITE_PERL%%/SVN/Notify
 @dirrmtry %%SITE_PERL%%/SVN
--- p5-SVN-Notify-2.59.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?20060517191953.60BAFF1831>