svn commit: r382727 - head/net/sipsak

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 30 20:56:36 UTC 2015


Author: bapt
Date: Mon Mar 30 20:56:34 2015
New Revision: 382727
URL: https://svnweb.freebsd.org/changeset/ports/382727
QAT: https://qat.redports.org/buildarchive/r382727/

Log:
  Fix fetching by using the BERLIOS macro which automatically converts to the migrated SF url

Modified:
  head/net/sipsak/Makefile

Modified: head/net/sipsak/Makefile
==============================================================================
--- head/net/sipsak/Makefile	Mon Mar 30 20:55:29 2015	(r382726)
+++ head/net/sipsak/Makefile	Mon Mar 30 20:56:34 2015	(r382727)
@@ -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 at FreeBSD.org
 COMMENT=	Small command line tool for SIP testing


More information about the svn-ports-head mailing list