On 2012/04/14 15:21, Mike Erdely wrote: > Attached diff updated p5-Test-Reporter to 1.58 and removes USE_GROFF. > > ok? > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/p5-Test-Reporter/Makefile,v > retrieving revision 1.6 > diff -u -p -r1.6 Makefile > --- Makefile 3 Dec 2010 11:44:37 -0000 1.6 > +++ Makefile 14 Apr 2012 19:15:24 -0000 > @@ -3,10 +3,8 @@ > COMMENT= sends test results to [email protected] > > MODULES= cpan > -DISTNAME= Test-Reporter-1.5201 > -REVISION= 0 > +DISTNAME= Test-Reporter-1.58
Haven't looked at the updated port itself, but here's one problem: 58 is less than 5201, so this needs EPOCH=0 or some padding with 0's (i.e. PKGNAME=p5-Test-Reporter-1.5800).
