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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/soqt/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/soqt/pkg-descr | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index edcc7af1675a..ed00dabac5dc 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -5,7 +5,7 @@ PORTNAME= SoXt PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= x11-toolkits -MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ +MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ MAINTAINER= 5u623l20@gmail.com COMMENT= GUI binding for using Open Inventor with Xt/Motif diff --git a/x11-toolkits/SoXt/pkg-descr b/x11-toolkits/SoXt/pkg-descr index 14e12ef684bf..d148f21da5a7 100644 --- a/x11-toolkits/SoXt/pkg-descr +++ b/x11-toolkits/SoXt/pkg-descr @@ -9,4 +9,4 @@ derived classes. When using SoXt, bear in mind that SoXt is in its alpha release phase, so expect the worst... -WWW: http://www.coin3d.org/ +WWW: https://bitbucket.org/Coin3D/coin/wiki/Home diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 048374aa7083..daf868e71250 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -5,8 +5,7 @@ PORTNAME= SoQt PORTVERSION= 1.5.0 PORTREVISION= 3 CATEGORIES= x11-toolkits -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/ DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org diff --git a/x11-toolkits/soqt/pkg-descr b/x11-toolkits/soqt/pkg-descr index 01b7cef65102..f02c3c1ba562 100644 --- a/x11-toolkits/soqt/pkg-descr +++ b/x11-toolkits/soqt/pkg-descr @@ -4,4 +4,4 @@ InventorXt GUI component toolkit. Qt4 is used in this version. -WWW: http://www.coin3d.org/ +WWW: https://bitbucket.org/Coin3D/coin/wiki/Home |