svn commit: r508262 - head/security/fiked

Antoine Brodin antoine at FreeBSD.org
Tue Aug 6 17:05:31 UTC 2019


Author: antoine
Date: Tue Aug  6 17:05:30 2019
New Revision: 508262
URL: https://svnweb.freebsd.org/changeset/ports/508262

Log:
  Make fetchable again
  
  Submitted by:	Daniel Roethlisberger

Modified:
  head/security/fiked/Makefile

Modified: head/security/fiked/Makefile
==============================================================================
--- head/security/fiked/Makefile	Tue Aug  6 16:16:50 2019	(r508261)
+++ head/security/fiked/Makefile	Tue Aug  6 17:05:30 2019	(r508262)
@@ -5,15 +5,13 @@ PORTNAME=	fiked
 PORTVERSION=	0.0.5
 PORTREVISION=	7
 CATEGORIES=	security
-MASTER_SITES=	http://mirror.roe.ch/dist/fiked/
+MASTER_SITES=	https://mirror.roe.ch/rel/fiked/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fake IKE PSK+XAUTH daemon based on VPNC
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN=		unfetchable
 
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
 


More information about the svn-ports-all mailing list