Bug 39169 - Update port: cad/vipec -> 3.1.2b3
Summary: Update port: cad/vipec -> 3.1.2b3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 22:00 UTC by obraun
Modified: 2002-06-20 19:56 UTC (History)
0 users

See Also:


Attachments
file.diff (2.12 KB, patch)
2002-06-11 22:00 UTC, obraun
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description obraun 2002-06-11 22:00:06 UTC
Update cad/vipec from 3.1.0 to 3.1.2b3.
Fix typo in Makefile: Aprll -> April.

Regards,
         Olli
Comment 1 obraun 2002-06-14 10:32:43 UTC
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
Comment 2 obraun 2002-06-20 12:32:26 UTC
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 <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
 
 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 <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	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
Comment 3 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-20 19:56:23 UTC
State Changed
From-To: open->closed

committed, thanks