svn commit: r508278 - head/security/distcache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 6 17:43:08 UTC 2019


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 at 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 at 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


More information about the svn-ports-head mailing list