Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 13:55:08 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400538 - in head: archivers/hlextract games/hllib
Message-ID:  <201510301355.t9UDt8U6038812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Oct 30 13:55:08 2015
New Revision: 400538
URL: https://svnweb.freebsd.org/changeset/ports/400538

Log:
  - Remove BROKEN from archivers/hlextract
  
  The checksum was mismatching because the zip file named hllib244.zip is actually
  the hllib 2.45 now (and it's failing to build). I've uploaded the original file
  to my local directory until it be fixed.

Modified:
  head/archivers/hlextract/Makefile
  head/games/hllib/Makefile

Modified: head/archivers/hlextract/Makefile
==============================================================================
--- head/archivers/hlextract/Makefile	Fri Oct 30 13:53:48 2015	(r400537)
+++ head/archivers/hlextract/Makefile	Fri Oct 30 13:55:08 2015	(r400538)
@@ -4,7 +4,7 @@
 PORTNAME=	hlextract
 PORTVERSION=	2.4.4
 CATEGORIES=	archivers games
-MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
+MASTER_SITES=	LOCAL/danilo
 DISTNAME=	hllib${PORTVERSION:S/.//g}
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -12,10 +12,6 @@ COMMENT=	Utility to extract data from va
 
 LICENSE=	GPLv2
 
-BROKEN=		Checksum and size mismatch
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2015-11-26
-
 LIB_DEPENDS=	libhl.so:${PORTSDIR}/games/hllib
 
 USES=		dos2unix zip

Modified: head/games/hllib/Makefile
==============================================================================
--- head/games/hllib/Makefile	Fri Oct 30 13:53:48 2015	(r400537)
+++ head/games/hllib/Makefile	Fri Oct 30 13:55:08 2015	(r400538)
@@ -4,7 +4,7 @@
 PORTNAME=	hllib
 PORTVERSION=	2.4.4
 CATEGORIES=	games devel
-MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
+MASTER_SITES=	LOCAL/danilo
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 
 MAINTAINER=	danilo@FreeBSD.org



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