From 73a82b062fe663a93a90140ef84a6370a47709d2 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Wed, 26 Oct 2005 16:11:41 +0000 Subject: [PATCH] Added second MASTER_SITES Add GPL comment in pkg-descr Submitted by: Boris Samorodov (maintainer via email) --- devel/py-ice/Makefile | 3 ++- devel/py-ice/pkg-descr | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index cff92723f487..53b12ed76a90 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -8,7 +8,8 @@ PORTNAME= Ice PORTVERSION= 2.1.2 CATEGORIES= devel python -MASTER_SITES= http://www.zeroc.com/download/Ice/2.1/ +MASTER_SITES= http://www.zeroc.com/download/Ice/2.1/ \ + ftp://ftp.ipt.ru/pub/download/ PKGNAMEPREFIX= py- DISTNAME= IcePy-${PORTVERSION} diff --git a/devel/py-ice/pkg-descr b/devel/py-ice/pkg-descr index 268dc4704e82..52afa5334646 100644 --- a/devel/py-ice/pkg-descr +++ b/devel/py-ice/pkg-descr @@ -5,6 +5,8 @@ to the Ice product portfolio, enabling developers to take advantage of the productivity offered by Python's friendly syntax and extensive function library. +This Ice distribution is released under the GNU General Public License (GPL). + WWW: http://www.zeroc.org/ - Boris B. Samorodov