Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2024 01:32:40 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4cafe7a2fcb - main - cad/qrouter: Correct WWW and USES
Message-ID:  <202411190132.4AJ1WeSK093626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4cafe7a2fcb93dd201bd3ea856af586374c2032

commit b4cafe7a2fcb93dd201bd3ea856af586374c2032
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2024-11-19 01:31:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-19 01:31:55 +0000

    cad/qrouter: Correct WWW and USES
    
    PR:             282678
---
 cad/qrouter/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cad/qrouter/Makefile b/cad/qrouter/Makefile
index cf3a6b669ad3..a0377db3d043 100644
--- a/cad/qrouter/Makefile
+++ b/cad/qrouter/Makefile
@@ -5,12 +5,12 @@ MASTER_SITES=	http://opencircuitdesign.com/${PORTNAME}/archive/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Tool to generate metal layers and vias
-WWW=		http://opencircuitdesign.com/netgen/
+WWW=		http://opencircuitdesign.com/qrouter/
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		gmake localbase tar:tgz xorg tk:87
+USES=		gmake localbase tar:tgz tk:87 xorg
 USE_XORG=	ice sm x11 xt
 
 GNU_CONFIGURE=	yes



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