diff options
author | danilo <danilo@FreeBSD.org> | 2015-10-30 21:55:08 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2015-10-30 21:55:08 +0800 |
commit | 763c56bc6f5aa7fb69fe72439d90e34ce0f251e3 (patch) | |
tree | 1848860ac21a78ccae566f9e57eb4a84812dbe20 | |
parent | 66b2961e3a9a3fac5fd248775480ed796b57a014 (diff) | |
download | freebsd-ports-gnome-763c56bc6f5aa7fb69fe72439d90e34ce0f251e3.tar.gz freebsd-ports-gnome-763c56bc6f5aa7fb69fe72439d90e34ce0f251e3.tar.zst freebsd-ports-gnome-763c56bc6f5aa7fb69fe72439d90e34ce0f251e3.zip |
- 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.
-rw-r--r-- | archivers/hlextract/Makefile | 6 | ||||
-rw-r--r-- | games/hllib/Makefile | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index cdb5cba2c3e9..32070e5b2995 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -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 various Half-Life file formats 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 diff --git a/games/hllib/Makefile b/games/hllib/Makefile index dbae789fe868..c305040ac669 100644 --- a/games/hllib/Makefile +++ b/games/hllib/Makefile @@ -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 |