diff options
| author | Michael Osipov <michael.osipov@siemens.com> | 2023-09-16 20:15:57 +0000 |
|---|---|---|
| committer | Koichiro Iwao <meta@FreeBSD.org> | 2023-09-17 05:30:09 +0000 |
| commit | 152d92bf575e1c2f2efd4b06372898aa8b653db0 (patch) | |
| tree | c2388a0c6c8eddfc8348727780333cbb5620006a /java/junit | |
| parent | e99662361104e992a3bccfa98112ffb8722d1de9 (diff) | |
Diffstat (limited to 'java/junit')
| -rw-r--r-- | java/junit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/junit/Makefile b/java/junit/Makefile index 90e9d5d6b598..49601d6ad9fd 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -1,7 +1,7 @@ PORTNAME= junit PORTVERSION= 4.12 CATEGORIES= java devel -MASTER_SITES= http://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= https://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTFILES= ${DISTNAME}.jar ${DISTNAME}-sources.jar EXTRACT_ONLY= |
