Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2019 17:43:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508278 - head/security/distcache
Message-ID:  <201908061743.x76Hh7VU063368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug  6 17:43:07 2019
New Revision: 508278
URL: https://svnweb.freebsd.org/changeset/ports/508278

Log:
  Update MASTER_SITES and unbreak this port
  
  PR:		239663 (based on)
  Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Modified:
  head/security/distcache/Makefile

Modified: head/security/distcache/Makefile
==============================================================================
--- head/security/distcache/Makefile	Tue Aug  6 17:43:02 2019	(r508277)
+++ head/security/distcache/Makefile	Tue Aug  6 17:43:07 2019	(r508278)
@@ -4,16 +4,13 @@
 PORTNAME=	distcache
 DISTVERSION=	1.5.1
 CATEGORIES=	security www
-MASTER_SITES=	SF/${PORTNAME}/2.%20${PORTNAME}-stable/${PORTVERSION} \
-		http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
+MASTER_SITES=	SF/distcache/1.%20distcache-devel/1.5.1
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Distributed OpenSSL session caching tools
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN=		unfetchable
 
 USES=		libtool ssl tar:bzip2
 USE_RC_SUBR=	dc_server



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908061743.x76Hh7VU063368>