svn commit: r400538 - in head: archivers/hlextract games/hllib

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Oct 30 13:55:10 UTC 2015


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list