Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 07:40:17 -0700 (PDT)
From:      Bruce M Simpson <bms@spc.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/53762: devel/picp: Port gone, no forwarding address from author
Message-ID:  <200306261440.h5QEeHkZ011957@freefall.freebsd.org>

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

From: Bruce M Simpson <bms@spc.org>
To: "Sergey A. Osokin" <osa@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/53762: devel/picp: Port gone, no forwarding address from author
Date: Thu, 26 Jun 2003 15:29:57 +0100

 --CgTrtGVSVGoxAIFj
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 > Please send a patch against current port version.
 > Thanks.
 
 Oh fiddlesticks. Attached.
 
 BMS
 
 --CgTrtGVSVGoxAIFj
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="picp.patch"
 
 diff -uN picp.orig/Makefile picp/Makefile
 --- picp.orig/Makefile	Mon May 12 02:39:37 2003
 +++ picp/Makefile	Thu Jun 26 14:48:07 2003
 @@ -6,23 +6,17 @@
  #
  
  PORTNAME=	picp
 -PORTVERSION=	0.4
 +PORTVERSION=	0.5d
  CATEGORIES=	devel
 -MASTER_SITES=	http://bofh.stabilis.ru/
 -DISTNAME=	${PORTNAME}_fbsd
 +MASTER_SITES=	http://www.cosmodog.com/pic/
  EXTRACT_SUFX=	.tgz
  
  MAINTAINER=	bms@spc.org
  COMMENT=	Driver for the Microchip Picstart Plus development programmer
  
 -USE_REINPLACE=	yes
 -NO_WRKSUBDIR=	yes
 -
 -post-patch:
 -	@${REINPLACE_CMD} -e 's,CC=,CC?=,' -e 's,-O2,,' \
 -		-e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/Makefile
 +WRKSRC=		${WRKDIR}/${PORTNAME}
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKDIR}/picp ${PREFIX}/bin
 +	${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin
  
  .include <bsd.port.mk>
 diff -uN picp.orig/distinfo picp/distinfo
 --- picp.orig/distinfo	Mon May 12 02:39:37 2003
 +++ picp/distinfo	Thu Jun 26 14:44:36 2003
 @@ -1 +1 @@
 -MD5 (picp_fbsd.tgz) = 419c4c98cbd2fd4fd74146ee6c798299
 +MD5 (picp-0.5d.tgz) = 9a1f6a88d00805285f58844a3094f558
 diff -uN picp.orig/pkg-descr picp/pkg-descr
 --- picp.orig/pkg-descr	Mon May 12 02:39:37 2003
 +++ picp/pkg-descr	Thu Jun 26 14:50:05 2003
 @@ -3,7 +3,6 @@
  PICs including the 16F84.
  
  WWW: http://www.cosmodog.com/pic/
 -WWW: http://bofh.stabilis.ru/soft.html
  
  Bruce
  bms@spc.org
 
 --CgTrtGVSVGoxAIFj--



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