Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2020 08:05:28 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547426 - head/cad/veroroute
Message-ID:  <202009030805.08385SOf019277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Sep  3 08:05:27 2020
New Revision: 547426
URL: https://svnweb.freebsd.org/changeset/ports/547426

Log:
  cad/veroroute: Update 1.97 -> 1.98
  
  Reported by:	portscout

Modified:
  head/cad/veroroute/Makefile
  head/cad/veroroute/distinfo

Modified: head/cad/veroroute/Makefile
==============================================================================
--- head/cad/veroroute/Makefile	Thu Sep  3 08:04:48 2020	(r547425)
+++ head/cad/veroroute/Makefile	Thu Sep  3 08:05:27 2020	(r547426)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	veroroute
-PORTVERSION=	1.97
+DISTVERSION=	1.98
 PORTEPOCH=	1
 CATEGORIES=	cad
 MASTER_SITES=	SF/${PORTNAME}/
@@ -12,10 +12,14 @@ COMMENT=	PCB (printed circuit board) design software
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/../licenses/license_GPLv3.txt
 
-USES=		compiler:c++11-lang qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 USE_QT=		core gui network widgets buildtools_build
+USE_GL=		gl
 
 WRKSRC=		${WRKDIR}/VeroRoute
 WRKSRC_SUBDIR=	Src
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/veroroute
 
 .include <bsd.port.mk>

Modified: head/cad/veroroute/distinfo
==============================================================================
--- head/cad/veroroute/distinfo	Thu Sep  3 08:04:48 2020	(r547425)
+++ head/cad/veroroute/distinfo	Thu Sep  3 08:05:27 2020	(r547426)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598646392
-SHA256 (veroroute-1.97.tar.gz) = b07bfbb9baca74fa7fa1e7af1c8eb65214e52f249ea31567a5e36297179e9135
-SIZE (veroroute-1.97.tar.gz) = 916607
+TIMESTAMP = 1599117653
+SHA256 (veroroute-1.98.tar.gz) = bd191f27aee73184408c44b044751dc22685b12dad36d59295d535658e0d3436
+SIZE (veroroute-1.98.tar.gz) = 917876



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