svn commit: r525882 - head/sysutils/geteltorito

Niclas Zeising zeising at FreeBSD.org
Tue Feb 11 18:32:00 UTC 2020


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 at gmail.com
 COMMENT=	El Torito image extractor
 
-BROKEN=		unfetchable
-
 NO_BUILD=	yes
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	run
 


More information about the svn-ports-all mailing list