* Todd C. Miller ([email protected]) wrote: > In message <[email protected]> > so spake Landry Breuil (landry): > > > Already in textproc/p5-ack :) > > i already did the mistake of re-porting it some months ago... > > Oh, well. That's an older version so at least this wasn't a complete > waste of time. Here's an update to textproc/p5-ack then. > > - todd > ok pyr@
> Index: textproc/p5-ack/Makefile > =================================================================== > RCS file: /home/cvs/openbsd/ports/textproc/p5-ack/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- textproc/p5-ack/Makefile 22 Jan 2008 09:19:09 -0000 1.2 > +++ textproc/p5-ack/Makefile 1 Mar 2009 21:30:55 -0000 > @@ -3,13 +3,13 @@ > COMMENT= grep like tool, aimed at programmers > > MODULES= cpan > -DISTNAME= ack-1.76 > +DISTNAME= ack-1.88 > CPAN_AUTHOR= PETDANCE > CATEGORIES= textproc > > MAINTAINER= Pierre-Yves Ritschard <[email protected]> > > -# Artistic > +# Artistic/GPL > PERMIT_PACKAGE_CDROM= Yes > PERMIT_PACKAGE_FTP= Yes > PERMIT_DISTFILES_CDROM= Yes > @@ -17,5 +17,8 @@ > > BUILD_DEPENDS= ::devel/p5-File-Next > RUN_DEPENDS= ${BUILD_DEPENDS} > + > +post-build: > + @cp ${WRKBUILD}/ack-base ${WRKBUILD}/ack > > .include <bsd.port.mk> > Index: textproc/p5-ack/distinfo > =================================================================== > RCS file: /home/cvs/openbsd/ports/textproc/p5-ack/distinfo,v > retrieving revision 1.2 > diff -u -r1.2 distinfo > --- textproc/p5-ack/distinfo 22 Jan 2008 09:19:09 -0000 1.2 > +++ textproc/p5-ack/distinfo 1 Mar 2009 21:27:44 -0000 > @@ -1,5 +1,5 @@ > -MD5 (ack-1.76.tar.gz) = xqxB+UPDa4JrfL4nGUzlqg== > -RMD160 (ack-1.76.tar.gz) = uREwRnwiejKrO6SSu8ck6gXnRR4= > -SHA1 (ack-1.76.tar.gz) = X4MCujSUlM++jvUn547JfTyIL68= > -SHA256 (ack-1.76.tar.gz) = p8m44RdWEqP2eu7ITJU40tO60K7v1hLkQ/x9KOucppk= > -SIZE (ack-1.76.tar.gz) = 53716 > +MD5 (ack-1.88.tar.gz) = oarQJayU1YJijucoctRMlA== > +RMD160 (ack-1.88.tar.gz) = WmdivxzrCrg1xAN0TE3uri8wW/I= > +SHA1 (ack-1.88.tar.gz) = PiV/wp6MwHIxqTOIcYPHxF7JQGw= > +SHA256 (ack-1.88.tar.gz) = FdvfNotdGwSV7yIF+9meXIgUHQwhYlxpMXOZb9E70og= > +SIZE (ack-1.88.tar.gz) = 97481 > Index: textproc/p5-ack/pkg/PLIST > =================================================================== > RCS file: /home/cvs/openbsd/ports/textproc/p5-ack/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -r1.1.1.1 PLIST > --- textproc/p5-ack/pkg/PLIST 29 Aug 2007 08:05:10 -0000 1.1.1.1 > +++ textproc/p5-ack/pkg/PLIST 1 Mar 2009 21:27:26 -0000 > @@ -1,6 +1,16 @@ > @comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/29 08:05:10 pyr Exp $ > bin/ack > ${P5SITE}/App/ > +${P5SITE}/App/Ack/ > ${P5SITE}/App/Ack.pm > +${P5SITE}/App/Ack/Plugin/ > +${P5SITE}/App/Ack/Plugin.pm > +${P5SITE}/App/Ack/Plugin/Basic.pm > +${P5SITE}/App/Ack/Repository.pm > +${P5SITE}/App/Ack/Resource.pm > @man man/man1/ack.1 > @man man/man3p/Ack.3p > +...@man man/man3p/Basic.3p > +...@man man/man3p/Plugin.3p > +...@man man/man3p/Repository.3p > +...@man man/man3p/Resource.3p >
