svn commit: r534999 - branches/2020Q2/comms/telldus-core

Rene Ladan rene at FreeBSD.org
Tue May 12 17:42:30 UTC 2020


Author: rene
Date: Tue May 12 17:42:29 2020
New Revision: 534999
URL: https://svnweb.freebsd.org/changeset/ports/534999

Log:
  MFH: r534998
  
  comms/telldus-core: fix fetch and unexpire.
  
  PR:		242246
  Submitted by:	norrland at nullbyte.se
  Approved by:	maintainer
  
  Approved by:	blanket (fix fetch)

Modified:
  branches/2020Q2/comms/telldus-core/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/comms/telldus-core/Makefile
==============================================================================
--- branches/2020Q2/comms/telldus-core/Makefile	Tue May 12 17:33:08 2020	(r534998)
+++ branches/2020Q2/comms/telldus-core/Makefile	Tue May 12 17:42:29 2020	(r534999)
@@ -5,12 +5,10 @@ PORTNAME=	telldus-core
 PORTVERSION=	2.1.2
 PORTREVISION=	7
 CATEGORIES=	comms
-MASTER_SITES=	http://download.telldus.se/TellStick/Software/telldus-core/
+MASTER_SITES=	http://download.telldus.com/TellStick/Software/telldus-core/
 
 MAINTAINER=	johan at stromnet.se
 COMMENT=	Tellstick Telldus daemon + library
-
-BROKEN=		unfetchable
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-all mailing list