diff options
author | flathill <flathill@FreeBSD.org> | 2003-03-07 18:58:43 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 2003-03-07 18:58:43 +0800 |
commit | 4d433b9beb149b028da28bd87b41f576d5bf5a3b (patch) | |
tree | 3a0aec0da00e36e17db95406084746387bd8e94f /net-im | |
parent | 0f34baf6bbaf75828d7da5c27b9058d78a13f648 (diff) | |
download | freebsd-ports-gnome-4d433b9beb149b028da28bd87b41f576d5bf5a3b.tar.gz freebsd-ports-gnome-4d433b9beb149b028da28bd87b41f576d5bf5a3b.tar.zst freebsd-ports-gnome-4d433b9beb149b028da28bd87b41f576d5bf5a3b.zip |
Fix URLs.
PR: ports/48376
Submitted by: tadalunch@s5.xrea.com
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gicq/Makefile | 4 | ||||
-rw-r--r-- | net-im/libicq/Makefile | 4 | ||||
-rw-r--r-- | net-im/libicq/pkg-descr | 4 |
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 |