Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 14:10:10 GMT
From:      Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/78270: [MAINTAINER] Update devel/p5-Algorithm-Accounting
Message-ID:  <200503031410.j23EAABJ085163@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/78270; it has been noted by GNATS.

From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: erwin@FreeBSD.org
Subject: Re: ports/78270: [MAINTAINER] Update devel/p5-Algorithm-Accounting
Date: Thu, 3 Mar 2005 22:01:23 +0800

 Sorry, that's my critical fault.
 This's correct Makefile diff
 
 Thanks!
 
 ychsiao
 
 --- /usr/ports/devel/p5-Algorithm-Accounting/Makefile	Thu Mar  3 21:00:28 2005
 +++ Makefile	Thu Mar  3 21:57:23 2005
 @@ -6,10 +6,10 @@
  #
  
  PORTNAME=	Algorithm-Accounting
 -PORTVERSION=	0.05
 +PORTVERSION=	0.08
  CATEGORIES=	devel perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 -MASTER_SITE_SUBDIR=	../../authors/id/G/GU/GOD
 +MASTER_SITE_SUBDIR=	../../authors/id/G/GU/GUGOD
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	ychsiao@ychsiao.org
 @@ -21,13 +21,17 @@
  		${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \
  		${SITE_PERL}/Array/Iterator/Reusable.pm:${PORTSDIR}/devel/p5-Array-Iterator \
  		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
 +		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
 +		${SITE_PERL}/Imager/Graph/Pie.pm:${PORTSDIR}/graphics/p5-Imager-Graph \
 +		${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
  		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
 -BROKEN=		Unfetchable
 -
  PERL_CONFIGURE=	yes
  
 -MAN3=		Algorithm::Accounting.3
 +MAN3=		Algorithm::Accounting::Report.3 \
 +		Algorithm::Accounting::Report::Text.3 \
 +		Algorithm::Accounting::Report::GDGraph.3 \
 +		Algorithm::Accounting::Report::Imager.3
  
  .include <bsd.port.mk>



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