Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 18:32:00 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525882 - head/sysutils/geteltorito
Message-ID:  <202002111832.01BIW01k084619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Feb 11 18:31:59 2020
New Revision: 525882
URL: https://svnweb.freebsd.org/changeset/ports/525882

Log:
  sysutils/geteltorito: Fix fetch, distfile moved.

Modified:
  head/sysutils/geteltorito/Makefile

Modified: head/sysutils/geteltorito/Makefile
==============================================================================
--- head/sysutils/geteltorito/Makefile	Tue Feb 11 18:19:41 2020	(r525881)
+++ head/sysutils/geteltorito/Makefile	Tue Feb 11 18:31:59 2020	(r525882)
@@ -5,16 +5,15 @@ PORTNAME=	geteltorito
 PORTVERSION=	0.6
 PORTEPOCH=	1
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
+MASTER_SITES=	https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito/
 DISTFILES=	${PORTNAME}.pl
 EXTRACT_ONLY=
 
 MAINTAINER=	valerio.daelli@gmail.com
 COMMENT=	El Torito image extractor
 
-BROKEN=		unfetchable
-
 NO_BUILD=	yes
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	run
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111832.01BIW01k084619>