ports/121326: [PATCH] devel/p5-SVN-Notify: update to 2.70

Greg Larkin glarkin at sourcehosting.net
Mon Mar 3 20:00:05 UTC 2008


The following reply was made to PR ports/121326; it has been noted by GNATS.

From: "Greg Larkin" <glarkin at sourcehosting.net>
To: <bug-followup at FreeBSD.org>, <glarkin at sourcehosting.net>
Cc:  
Subject: Re: ports/121326: [PATCH] devel/p5-SVN-Notify: update to 2.70
Date: Mon, 3 Mar 2008 14:58:19 -0500

 Hi there,
 
 I made a mistake in the previous PR and neglected to include some new man
 pages in the MAN3 list. The corrected diff for Makefile is:
 
 --- ../p5-SVN-Notify.orig/Makefile	Fri Feb  8 02:20:24 2008
 +++ ./Makefile	Mon Mar  3 14:52:48 2008
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	SVN-Notify
 -PORTVERSION=	2.67
 +PORTVERSION=	2.70
  CATEGORIES=	devel
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -14,13 +14,15 @@
  MAINTAINER=	perl at FreeBSD.org
  COMMENT=	Subversion activity notification
  
 -RUN_DEPENDS=
 ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \
 +RUN_DEPENDS=	${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
 +
 ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \
 +		${SITE_PERL}/Text/Trac.pm:${PORTSDIR}/textproc/p5-Text-Trac
 \
  
 ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
  BUILD_DEPENDS=	${RUN_DEPENDS}
  
  PERL_MODBUILD=	yes
  
  MAN1=		svnnotify.1
 -MAN3=		SVN::Notify.3 SVN::Notify::Alternative.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 SVN::Notify::Filter.3
 SVN::Notify::Filter::Trac.3
  
  .include <bsd.port.mk>
 
 
 


More information about the freebsd-perl mailing list