diff options
author | bsam <bsam@FreeBSD.org> | 2006-11-12 07:51:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-11-12 07:51:48 +0800 |
commit | 2ba0ff280c0313a89208970c91181a4afc1b0503 (patch) | |
tree | c0a0e3eae60337c5f57b6f05091a6795b24dfd47 /devel/py-ice | |
parent | e4179bfb78d70da239b32bcba11176a9e1b5b8df (diff) | |
download | freebsd-ports-gnome-2ba0ff280c0313a89208970c91181a4afc1b0503.tar.gz freebsd-ports-gnome-2ba0ff280c0313a89208970c91181a4afc1b0503.tar.zst freebsd-ports-gnome-2ba0ff280c0313a89208970c91181a4afc1b0503.zip |
- remove ftp.ipt.ru from MATER_SITES.
- release my first FreeBSD port. It's a pity but I don't use it any more
and have no time to look after it.
Hope, you'll find your way to a new interested maintainer.
Diffstat (limited to 'devel/py-ice')
-rw-r--r-- | devel/py-ice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 415fcbd43ea2..a21a764f6f37 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -8,12 +8,11 @@ PORTNAME= Ice PORTVERSION= 3.1.0 CATEGORIES= devel python -MASTER_SITES= http://www.zeroc.com/download/Ice/3.1/ \ - ftp://ftp.ipt.ru/pub/download/ +MASTER_SITES= http://www.zeroc.com/download/Ice/3.1/ PKGNAMEPREFIX= py- DISTNAME= IcePy-${PORTVERSION} -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An Ice (Internet Communications Engine) language mapping for Python LIB_DEPENDS= Ice.${LIB_VRS}:${PORTSDIR}/devel/ice |