svn commit: r508115 - head/devel/libds

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 4 16:11:16 UTC 2019


Author: sunpoet
Date: Sun Aug  4 16:11:15 2019
New Revision: 508115
URL: https://svnweb.freebsd.org/changeset/ports/508115

Log:
  Update MASTER_SITES and unbreak this port

Modified:
  head/devel/libds/Makefile

Modified: head/devel/libds/Makefile
==============================================================================
--- head/devel/libds/Makefile	Sun Aug  4 16:11:10 2019	(r508114)
+++ head/devel/libds/Makefile	Sun Aug  4 16:11:15 2019	(r508115)
@@ -4,14 +4,12 @@
 PORTNAME=	libds
 PORTVERSION=	2.1
 CATEGORIES=	devel
-MASTER_SITES=	SF
+MASTER_SITES=	SF/libds/libds/libds-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	ANSI Generic Data Structures Library
 
 LICENSE=	BSD4CLAUSE
-
-BROKEN=		unfetchable
 
 USE_LDCONFIG=	yes
 LLD_UNSAFE=	yes	# Needs linker to provide library search paths.


More information about the svn-ports-all mailing list