From owner-svn-ports-all@freebsd.org Fri Oct 30 13:55:10 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27D64A1E587; Fri, 30 Oct 2015 13:55:10 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E34891D92; Fri, 30 Oct 2015 13:55:09 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9UDt8nK038814; Fri, 30 Oct 2015 13:55:08 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9UDt8U6038812; Fri, 30 Oct 2015 13:55:08 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201510301355.t9UDt8U6038812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 30 Oct 2015 13:55:08 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 13:55:10 -0000 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