From owner-freebsd-ports Thu Jun 20 4:40:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE2F137B401 for ; Thu, 20 Jun 2002 04:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5KBe3c65767; Thu, 20 Jun 2002 04:40:03 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 Jun 2002 04:40:03 -0700 (PDT) Message-Id: <200206201140.g5KBe3c65767@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/39169: Update port: cad/vipec -> 3.1.2b3 Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/39169; it has been noted by GNATS. From: Oliver Braun To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39169: Update port: cad/vipec -> 3.1.2b3 Date: Thu, 20 Jun 2002 13:32:26 +0200 add USE_REINPLACE Regards, Olli 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 20 Jun 2002 11:26:34 -0000 @@ -1,21 +1,23 @@ # ex:ts=8 # New ports collection makefile for: vipec -# Date created: Aprll 3, 2001 +# Date created: April 3, 2001 # Whom: Ying-Chieh Liao # # $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 BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +USE_REINPLACE= yes USE_QT_VER= 2 USE_GMAKE= yes MAKE_ENV+= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \ @@ -23,6 +25,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 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 20 Jun 2002 11:26:34 -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 20 Jun 2002 11:26:34 -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