diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index 92f50b8b43f..90e190430e0 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2005/06/13 20:03:14 avsm Exp $ +# $OpenBSD: Makefile,v 1.17 2007/05/11 11:18:54 kili Exp $ # $FreeBSD: ports/devel/cvs2cl/Makefile,v 1.8 2000/07/09 03:15:07 knu Exp $ COMMENT= "generate GNU-style ChangeLogs from CVS repositories" -V= 2.58 +V= 2.62 DISTNAME= cvs2cl.pl-${V} PKGNAME= cvs2cl-${V} CATEGORIES= devel @@ -17,13 +17,16 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR} -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ +MASTER_SITES= http://openbsd.dead-parrot.de/distfiles/ -NO_BUILD= Yes NO_REGRESS= Yes PKG_ARCH= * +do-build: + pod2man ${WRKSRC}/cvs2cl.pl-${V} ${WRKSRC}/cvs2cl.1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvs2cl.pl-${V} ${PREFIX}/bin/cvs2cl + ${INSTALL_MAN} ${WRKSRC}/cvs2cl.1 ${PREFIX}/man/man1 .include diff --git a/devel/cvs2cl/distinfo b/devel/cvs2cl/distinfo index f4c2210231c..12eebb2f85f 100644 --- a/devel/cvs2cl/distinfo +++ b/devel/cvs2cl/distinfo @@ -1,5 +1,5 @@ -MD5 (cvs2cl.pl-2.58.gz) = 52TjZcEJIJ/aysE6xs4IqQ== -RMD160 (cvs2cl.pl-2.58.gz) = ataWrDRM4/Ifq8hZtidEpcaj828= -SHA1 (cvs2cl.pl-2.58.gz) = HylsolkxevvEtPxXP3Qusvr4X6g= -SHA256 (cvs2cl.pl-2.58.gz) = suY02CCnOOeiNyRxE15yiMT0KU2cVkckKJdpuxaBu8Q= -SIZE (cvs2cl.pl-2.58.gz) = 28127 +MD5 (cvs2cl.pl-2.62.gz) = gs3tTcJTyz8/6pSe3o+udA== +RMD160 (cvs2cl.pl-2.62.gz) = hrVk6dFXRffCDEZY1rnFRNfqxLo= +SHA1 (cvs2cl.pl-2.62.gz) = 4mvLGvjZfpMmPOdl95msTBGee1Y= +SHA256 (cvs2cl.pl-2.62.gz) = 1sKjoVx/vQ0w3fAcJBnBbwSDMeRr50NC9Ms8hiTRqdg= +SIZE (cvs2cl.pl-2.62.gz) = 28338 diff --git a/devel/cvs2cl/patches/patch-cvs2cl_pl-2_58 b/devel/cvs2cl/patches/patch-cvs2cl_pl-2_62 similarity index 56% rename from devel/cvs2cl/patches/patch-cvs2cl_pl-2_58 rename to devel/cvs2cl/patches/patch-cvs2cl_pl-2_62 index a40e7804dfd..560fa7f13b8 100644 --- a/devel/cvs2cl/patches/patch-cvs2cl_pl-2_58 +++ b/devel/cvs2cl/patches/patch-cvs2cl_pl-2_62 @@ -1,6 +1,6 @@ -$OpenBSD: patch-cvs2cl_pl-2_58,v 1.2 2005/06/13 20:05:31 avsm Exp $ ---- cvs2cl.pl-2.58.orig Mon Jun 13 20:49:20 2005 -+++ cvs2cl.pl-2.58 Mon Jun 13 20:49:29 2005 +$OpenBSD: patch-cvs2cl_pl-2_62,v 1.1 2007/05/11 11:18:54 kili Exp $ +--- cvs2cl.pl-2.62.orig Mon Jun 13 20:49:20 2005 ++++ cvs2cl.pl-2.62 Mon Jun 13 20:49:29 2005 @@ -1,6 +1,4 @@ -#!/bin/sh -exec perl -w -x $0 ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*- diff --git a/devel/cvs2cl/pkg/PLIST b/devel/cvs2cl/pkg/PLIST index eee0d75f80a..d36c1473e27 100644 --- a/devel/cvs2cl/pkg/PLIST +++ b/devel/cvs2cl/pkg/PLIST @@ -1,2 +1,3 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/25 20:49:45 danh Exp $ +@comment $OpenBSD: PLIST,v 1.2 2007/05/11 11:18:54 kili Exp $ bin/cvs2cl +@man man/man1/cvs2cl.1