git: 887848fb421d - main - cad/irsim: Use https:// scheme for MASTER_SITES and WWW
Älven <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=887848fb421d6bbe021ede469c86ed5ed194ed02 commit 887848fb421d6bbe021ede469c86ed5ed194ed02 Author: Älven <[email protected]> AuthorDate: 2026-08-16 22:53:08 +0000 Commit: Älven <[email protected]> CommitDate: 2026-08-16 22:53:08 +0000 cad/irsim: Use https:// scheme for MASTER_SITES and WWW Approved by: db@, yuri@ (Mentors, implicit) --- cad/irsim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index e8d04573354c..c812a9d3e5a2 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -1,12 +1,12 @@ PORTNAME= irsim DISTVERSION= 9.7.121 CATEGORIES= cad -MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ +MASTER_SITES= https://opencircuitdesign.com/irsim/archive/ PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= [email protected] COMMENT= Event-driven logic-level simulator for MOS circuis -WWW= http://opencircuitdesign.com/irsim/ +WWW= https://opencircuitdesign.com/irsim/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT