git: c5422e55c54a - main - java/jmf: update (chase HTTP redirection) or otherwise actualize URLs.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 10:18:19 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=c5422e55c54a6b3932b3c413bc8c2dd69c249e8c commit c5422e55c54a6b3932b3c413bc8c2dd69c249e8c Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-01-04 10:17:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-01-04 10:17:16 +0000 java/jmf: update (chase HTTP redirection) or otherwise actualize URLs. --- java/jmf/Makefile | 3 +-- java/jmf/pkg-descr | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/java/jmf/Makefile b/java/jmf/Makefile index 816ea22f60d4..54f97584e5ee 100644 --- a/java/jmf/Makefile +++ b/java/jmf/Makefile @@ -4,7 +4,6 @@ PORTNAME= jmf PORTVERSION= 2.1.1e PORTREVISION= 3 CATEGORIES= java multimedia -MASTER_SITES= #http://java.sun.com/products/java-media/jmf/2.1.1/download.html DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-alljava MAINTAINER= ports@FreeBSD.org @@ -32,7 +31,7 @@ PORTDOCS= * .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= because of licensing restrictions, you must fetch the source\ distribution manually.\ -Please access: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html \ +Please access https://www.oracle.com/java/technologies/java-archive-downloads-java-client-downloads.html \ with a web browser and follow the "Java Media Framework (JMF) ${PORTVERSION}" link.\ Select download format: cross-platform format. Please place this file in\ ${DISTDIR} diff --git a/java/jmf/pkg-descr b/java/jmf/pkg-descr index 3ae2247cd9b0..2f5d1bb7d3bf 100644 --- a/java/jmf/pkg-descr +++ b/java/jmf/pkg-descr @@ -1,5 +1,3 @@ -Java Media Framework API - The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream and transcode @@ -7,4 +5,4 @@ multiple media formats, extends the multimedia capabilities on the J2SE platform, and gives multimedia developers a powerful toolkit to develop scalable, cross-platform technology. -WWW: http://java.sun.com/products/java-media/jmf/ +WWW: https://www.oracle.com/java/technologies/javase/java-media-framework.html