diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-06 21:44:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-06 21:44:53 +0000 |
commit | 567b65a5a46421dc06429a2997901e93bc4c4f17 (patch) | |
tree | c44cc472a47c96ecd6b5362937eaf6fc4c10cabb /graphics | |
parent | bb047f91f88542d95369dd76a4824bdb8fce5f07 (diff) | |
download | ports-567b65a5a46421dc06429a2997901e93bc4c4f17.tar.gz ports-567b65a5a46421dc06429a2997901e93bc4c4f17.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 3 | ||||
-rw-r--r-- | graphics/Coin/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/simage/Makefile | 2 | ||||
-rw-r--r-- | graphics/simage/pkg-descr | 2 |
4 files changed, 4 insertions, 5 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 diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index 03fe3c5203a2..f3a1b1aa8ba5 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -5,7 +5,7 @@ PORTNAME= simage PORTVERSION= 1.7.0 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ +MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Library with image format loaders and front-ends diff --git a/graphics/simage/pkg-descr b/graphics/simage/pkg-descr index 8fcc0b3184c8..9a70d375dff0 100644 --- a/graphics/simage/pkg-descr +++ b/graphics/simage/pkg-descr @@ -4,4 +4,4 @@ This is ``simage'', a library with image format loaders and front-ends to common import libraries. simage is meant for use with applications which reads image files as textures. -WWW: http://www.coin3d.org/ +WWW: https://bitbucket.org/Coin3D/coin/wiki/Home |