Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 18:30:13 GMT
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/92129: New port: devel/cvsdadm
Message-ID:  <200601221830.k0MIUDFR019790@freefall.freebsd.org>

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

From: Serge Gagnon <serge.gagnon@b2b2c.ca>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/92129: New port: devel/cvsdadm
Date: Sun, 22 Jan 2006 13:25:59 -0500

 This is a multi-part message in MIME format.
 
 --Boundary_(ID_XZB0Gn0eRBTDLifHl0cvbQ)
 Content-type: text/plain; charset=US-ASCII
 Content-transfer-encoding: 7BIT
 
 
 
 -- 
 GAGNON serge <serge.gagnon@b2b2c.ca>
 PGP KEY-ID: 0xBBC1478F
 PGP Fingerprint: B48B 4633 28F5 28F6 7A62 5650 69C8 E293 BBC1 478F
 PPG Key: http://quenix2.dyndns.org:7777 | telnet quenix2.dyndns.org 7777
 
 --Boundary_(ID_XZB0Gn0eRBTDLifHl0cvbQ)
 Content-type: text/plain; CHARSET=US-ASCII; name=cvsdadm.diff
 Content-transfer-encoding: 7BIT
 Content-disposition: attachment; filename=cvsdadm.diff
 
 diff -urN devel/cvsdadm.orig/Makefile devel/cvsdadm/Makefile
 --- devel/cvsdadm.orig/Makefile	Sun Jan 22 17:02:57 2006
 +++ devel/cvsdadm/Makefile	Sun Jan 22 17:09:27 2006
 @@ -16,12 +16,14 @@
  WRKSRC=		${WRKDIR}/${PORTNAME}
  
  NO_BUILD=	yes
 -USE_PERL5=	yes
 +USE_PERL5_RUN=	yes
  POD2TEXT?=	pod2text
  PORTDOCS=	cvsdadm.README
  
 +PLIST_FILES=	bin/cvsdadm
 +
  post-patch:
 -	@${PERL} -pi -e "s,#!/usr/bin/perl,#!${PERL}," ${WRKSRC}/cvsdadm
 +	@${REINPLACE_CMD} -e "s,#!/usr/bin/perl,#! ${PERL}," ${WRKSRC}/cvsdadm
  
  do-install:
  .if !defined(NOPORTDOCS)
 diff -urN devel/cvsdadm.orig/pkg-plist devel/cvsdadm/pkg-plist
 --- devel/cvsdadm.orig/pkg-plist	Sun Jan 22 17:02:57 2006
 +++ devel/cvsdadm/pkg-plist	Thu Jan  1 01:00:00 1970
 @@ -1 +0,0 @@
 -bin/cvsdadm
 
 
 --Boundary_(ID_XZB0Gn0eRBTDLifHl0cvbQ)--



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