git: e43da22841c1 - main - devel/argouml: Update MASTER_SITES and WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Oct 2023 22:39:29 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e43da22841c1cf2a956819a0c1c2390ea17a2d2b commit e43da22841c1cf2a956819a0c1c2390ea17a2d2b Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2023-10-27 12:18:03 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2023-10-30 22:37:04 +0000 devel/argouml: Update MASTER_SITES and WWW Argouml previously hosted by tigris.org moves to GitHub in 2019. --- devel/argouml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/argouml/Makefile b/devel/argouml/Makefile index c1c5753b62f6..3307bc643f0f 100644 --- a/devel/argouml/Makefile +++ b/devel/argouml/Makefile @@ -2,7 +2,7 @@ PORTNAME= argouml PORTVERSION= 0.34 PORTREVISION= 2 CATEGORIES= devel java -MASTER_SITES= http://argouml-downloads.tigris.org/nonav/argouml-${PORTVERSION}/ +MASTER_SITES= https://github.com/argouml-tigris-org/argouml/releases/download/VERSION_0_34/ DISTNAME= ArgoUML-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ manual-${PORTVERSION}.pdf \ @@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= UML design tool with cognitive support -WWW= http://argouml.tigris.org/ +WWW= https://github.com/argouml-tigris-org/argouml/wiki LICENSE= EPL