diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 12:18:03 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-30 22:37:04 +0000 |
commit | e43da22841c1cf2a956819a0c1c2390ea17a2d2b (patch) | |
tree | 5a2c07257a889b6bccd189843f7de2e655ae4736 | |
parent | 3b6c38f2fddf9bbc1f49c9bf9581e5ee81dbfcdd (diff) | |
download | ports-e43da22841c1cf2a956819a0c1c2390ea17a2d2b.tar.gz ports-e43da22841c1cf2a956819a0c1c2390ea17a2d2b.zip |
devel/argouml: Update MASTER_SITES and WWW
Argouml previously hosted by tigris.org moves to GitHub
in 2019.
-rw-r--r-- | devel/argouml/Makefile | 4 |
1 files 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 |