diff options
author | marino <marino@FreeBSD.org> | 2014-08-07 05:44:53 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-07 05:44:53 +0800 |
commit | 55e48c5449a71d0e23b63d229258faa9957f7cd8 (patch) | |
tree | c44cc472a47c96ecd6b5362937eaf6fc4c10cabb /graphics/Coin | |
parent | 306366aeaa60e50884963b9557574bcf9c44b60c (diff) | |
download | freebsd-ports-gnome-55e48c5449a71d0e23b63d229258faa9957f7cd8.tar.gz freebsd-ports-gnome-55e48c5449a71d0e23b63d229258faa9957f7cd8.tar.zst freebsd-ports-gnome-55e48c5449a71d0e23b63d229258faa9957f7cd8.zip |
Update WWW and MASTER_SITES for four coin3d ports
* graphics/Coin
* graphics/simage
* x11-toolkits/soqt
* x11-toolkits/soXt
PR: 192442
Submitted by: Shane Ambler
Approved by: general blanket (1/4 ports maintained)
Diffstat (limited to 'graphics/Coin')
-rw-r--r-- | graphics/Coin/Makefile | 3 | ||||
-rw-r--r-- | graphics/Coin/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 14b7c63b8d5e..37c788b55df0 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -5,8 +5,7 @@ PORTNAME= Coin PORTVERSION= 3.1.3 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ - ftp://ftp.coin3d.org/pub/coin/src/all/ +MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API diff --git a/graphics/Coin/pkg-descr b/graphics/Coin/pkg-descr index 46c244ad3a5d..d9c6eb78fb33 100644 --- a/graphics/Coin/pkg-descr +++ b/graphics/Coin/pkg-descr @@ -7,4 +7,4 @@ scene-graph rendering and interaction library, which has become the de facto standard graphics library for 3D visualization and visual simulation software in the scientific and engineering community. -WWW: http://www.coin3d.org/ +WWW: https://bitbucket.org/Coin3D/coin/wiki/Home |