summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2003-03-07 10:58:43 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2003-03-07 10:58:43 +0000
commitdeaf8834d57bf83aad05e2ae5266c52f631e3e6a (patch)
tree1353eca1c66b53289424e4ac7bef7f1b8e1b689c /net-im
parentAdd jdk14 port to build and modules (diff)
Fix URLs.
PR: ports/48376 Submitted by: tadalunch@s5.xrea.com
Notes
Notes: svn path=/head/; revision=77050
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gicq/Makefile4
-rw-r--r--net-im/libicq/Makefile4
-rw-r--r--net-im/libicq/pkg-descr4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index d0f3b9d74e04..a2cc617ed060 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/gicq/Makefile
@@ -8,8 +8,8 @@
PORTNAME= gicq
PORTVERSION= 0.33
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://ftp.korsoft.com/pub/gicq/
+MASTER_SITES= http://download.sourceforge.net/gicq/ \
+ ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
MAINTAINER= flathill@FreeBSD.org
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
index a1efc01ff006..05c149acaccf 100644
--- a/net-im/libicq/Makefile
+++ b/net-im/libicq/Makefile
@@ -8,8 +8,8 @@
PORTNAME= libicq
PORTVERSION= 0.33
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- ftp://ftp.korsoft.com/pub/gicq/
+MASTER_SITES= http://download.sourceforge.net/libicq/ \
+ ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
MAINTAINER= flathill@FreeBSD.org
diff --git a/net-im/libicq/pkg-descr b/net-im/libicq/pkg-descr
index 6908c21ca0e3..f04a973bd190 100644
--- a/net-im/libicq/pkg-descr
+++ b/net-im/libicq/pkg-descr
@@ -1,9 +1,9 @@
libicq is based on micq and is intended to make it easy to add ICQ
communication support to your software.
-micq is available at ftp://micq.ml.org/pub/micq/
+micq is available at ftp://www.micq.org/pub/micq/
-WWW: http://www.korsoft.com/gicq/
+WWW: http://gicq.sourceforge.net/
- Seiichirou Hiraoka
flathill@FreeBSD.ORG