diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-01-22 17:00:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-01-22 17:00:01 +0000 |
commit | 49bfe44ffc8de0a27c6a5844df06004675ddbbfe (patch) | |
tree | 1f966000f36d236d6c0f602a683bb19f2afc3b42 | |
parent | ab1a91dade8d8d64478b2cb756449caee12ce118 (diff) | |
download | ports-49bfe44ffc8de0a27c6a5844df06004675ddbbfe.tar.gz ports-49bfe44ffc8de0a27c6a5844df06004675ddbbfe.zip |
- Fix WWW and MASTER_SITES to reflect new project's page
PR: ports/119896
Submitted by: garga
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=206030
-rw-r--r-- | net-im/jabber-pyaim/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabber-pyaim/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabber-pyaim/Makefile b/net-im/jabber-pyaim/Makefile index e440996c01ff..6a9442ce4c3a 100644 --- a/net-im/jabber-pyaim/Makefile +++ b/net-im/jabber-pyaim/Makefile @@ -8,7 +8,7 @@ PORTNAME= pyaim PORTVERSION= 0.8a CATEGORIES= net-im -MASTER_SITES= http://www.blathersource.org/download.php/${PORTNAME}-t/ +MASTER_SITES= http://pyaimt.googlecode.com/files/ PKGNAMEPREFIX= jabber- PKGNAMESUFFIX= -transport DISTNAME= ${PORTNAME}-t-${PORTVERSION} diff --git a/net-im/jabber-pyaim/pkg-descr b/net-im/jabber-pyaim/pkg-descr index b3ecdd7be5ba..94680b4f89b0 100644 --- a/net-im/jabber-pyaim/pkg-descr +++ b/net-im/jabber-pyaim/pkg-descr @@ -3,4 +3,4 @@ the Twisted framework. It uses the OSCAR protocol to communicate with AOL's servers and should work with any Jabber implementation available. Author: Daniel Henninger <jadestorm@nc.rr.com> -WWW: http://pyaim-t.blathersource.org/ +WWW: http://code.google.com/p/pyaimt/ |