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 /games | |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/hllib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |