Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 02:40:03 -0700 (PDT)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/39169: Update port: cad/vipec -> 3.1.2b3
Message-ID:  <200206140940.g5E9e3r24385@freefall.freebsd.org>

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

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/39169: Update port: cad/vipec -> 3.1.2b3
Date: Fri, 14 Jun 2002 11:32:43 +0200

 New patch:
 
 > Update cad/vipec from 3.1.0 to 3.1.2b3.
 > Fix typo in Makefile: Aprll -> April.
 and replace ${PERL} with ${REINPLACE_CMD}.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/cad/vipec/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- Makefile	26 Aug 2001 04:41:32 -0000	1.3
 +++ Makefile	14 Jun 2002 09:32:06 -0000
 @@ -1,16 +1,17 @@
  # ex:ts=8
  # New ports collection makefile for:	vipec
 -# Date created:			Aprll 3, 2001
 +# Date created:			April 3, 2001
  # Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
  #
  # $FreeBSD: ports/cad/vipec/Makefile,v 1.3 2001/08/26 04:41:32 petef Exp $
  #
  
  PORTNAME=	vipec
 -PORTVERSION=	3.1.0
 +PORTVERSION=	3.1.2b3
  CATEGORIES=	cad
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 +DISTNAME=	ViPEC-${PORTVERSION}
  
  MAINTAINER=	ports@FreeBSD.org
  
 @@ -23,6 +24,12 @@
  		SUBLIBS=${PTHREAD_LIBS}
  
  post-patch:
 -	@${PERL} -pi -e "s,/opt,${PREFIX},g" ${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} -e "s,/opt,,g" ${WRKSRC}/Makefile
 +
 +pre-install:
 +	@${RM} -rf ${WRKSRC}/help/models/CVS
 +	@${RM} -rf ${WRKSRC}/help/CVS
 +	@${RM} -rf ${WRKSRC}/ckt/CVS
 +	@${RM} -rf ${WRKSRC}/messages/CVS
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/cad/vipec/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- distinfo	16 Jun 2001 17:47:53 -0000	1.2
 +++ distinfo	14 Jun 2002 09:32:06 -0000
 @@ -1 +1 @@
 -MD5 (vipec-3.1.0.tar.gz) = b4bfdc6e9f55ba46c2fd86e0d0e8aed2
 +MD5 (ViPEC-3.1.2b3.tar.gz) = 5df1537b6bc33228f253cf526af267fc
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/cad/vipec/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	3 Apr 2001 05:30:51 -0000	1.1
 +++ pkg-plist	14 Jun 2002 09:32:06 -0000
 @@ -49,12 +49,17 @@
  vipec/ckt/bandpass2.ckt
  vipec/ckt/coupled_line_filter.ckt
  vipec/ckt/coupler.ckt
 +vipec/ckt/combined.ckt
  vipec/ckt/datafile.ckt
 +vipec/ckt/filter.ckt
  vipec/ckt/highpass.ckt
  vipec/ckt/nec70000.s2p
  vipec/ckt/stripline.ckt
 +vipec/ckt/test.ckt
  vipec/messages/vipec_fr.qm
  vipec/messages/vipec_fr.ts
 +vipec/messages/vipec_pt.qm
 +vipec/messages/vipec_pt.ts
  @dirrm vipec/help/models
  @dirrm vipec/help
  @dirrm vipec/ckt

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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