svn commit: r518586 - head/sysutils/duply

Michael Gmelin grembo at FreeBSD.org
Thu Nov 28 15:38:39 UTC 2019


Author: grembo
Date: Thu Nov 28 15:38:38 2019
New Revision: 518586
URL: https://svnweb.freebsd.org/changeset/ports/518586

Log:
  Unbreak

Modified:
  head/sysutils/duply/Makefile

Modified: head/sysutils/duply/Makefile
==============================================================================
--- head/sysutils/duply/Makefile	Thu Nov 28 15:36:22 2019	(r518585)
+++ head/sysutils/duply/Makefile	Thu Nov 28 15:38:38 2019	(r518586)
@@ -5,13 +5,11 @@ PORTNAME=	duply
 PORTVERSION=	2.1
 PORTREVISION=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	https://duply.net/projects/ftplicity/files/latest/download/
+MASTER_SITES=	https://duply.net/projects/ftplicity/files/duply%20%28simple%20duplicity%29/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	michael at ranner.eu
 COMMENT=	Shell front end for the duplicity backup tool
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt


More information about the svn-ports-all mailing list