diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-31 04:56:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-31 04:56:34 +0800 |
commit | 1da341093355fb38a717b54fa3a13052f50bfe47 (patch) | |
tree | c60065cf05450fd658da5b8fe5df4d8f3d868eb1 /net/sipsak | |
parent | 23f39543410db87b3f30976159a4f35f372a9f12 (diff) | |
download | freebsd-ports-gnome-1da341093355fb38a717b54fa3a13052f50bfe47.tar.gz freebsd-ports-gnome-1da341093355fb38a717b54fa3a13052f50bfe47.tar.zst freebsd-ports-gnome-1da341093355fb38a717b54fa3a13052f50bfe47.zip |
Fix fetching by using the BERLIOS macro which automatically converts to the migrated SF url
Diffstat (limited to 'net/sipsak')
-rw-r--r-- | net/sipsak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 2537eb7eec64..4d3e4dbfb698 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -5,7 +5,7 @@ PORTNAME= sipsak PORTVERSION= 0.9.6 DISTFILES= sipsak-0.9.6-1.tar.gz CATEGORIES= net -MASTER_SITES= http://download.berlios.de/sipsak/ +MASTER_SITES= BERLIOS MAINTAINER= jesusr@FreeBSD.org COMMENT= Small command line tool for SIP testing |