aboutsummaryrefslogtreecommitdiff
path: root/games/meqcc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-02-09 15:13:45 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-02-09 15:13:45 +0000
commit8fea07bd91a8e7fb00badc79d6a8874d00f9306f (patch)
treeb0a32bef38f9036103ec4252f5271b26001ebc37 /games/meqcc
parent461e65d23f7ef8caad45c4be42a3a589884d2981 (diff)
downloadports-8fea07bd91a8e7fb00badc79d6a8874d00f9306f.tar.gz
ports-8fea07bd91a8e7fb00badc79d6a8874d00f9306f.zip
- I've discovered older distfile on the Internet from Mar 2002 (while ours
was from Dec 2004). The only difference is empty `Debug' directory and two binary files generated by MSVC. Thus, switch to older distfile as it is more likely to be the original; augment MASTER_SITES; use NO_WRKSUBDIR - Do not patch things in post-extract, do so in post-patch - Apparently "MeQCC" is preferred spelling, so adjust Makefile header while I am here
Notes
Notes: svn path=/head/; revision=290790
Diffstat (limited to 'games/meqcc')
-rw-r--r--games/meqcc/Makefile8
-rw-r--r--games/meqcc/distinfo4
2 files changed, 7 insertions, 5 deletions
diff --git a/games/meqcc/Makefile b/games/meqcc/Makefile
index 97e27677fc0d..ea29c41c3239 100644
--- a/games/meqcc/Makefile
+++ b/games/meqcc/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: meQCC
+# New ports collection makefile for: MeQCC
# Date created: 16 Jan 2005
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
@@ -8,7 +8,8 @@
PORTNAME= meqcc
PORTVERSION= 1.4
CATEGORIES= games devel
-MASTER_SITES= http://freebsd.nsu.ru/distfiles/
+MASTER_SITES= ftp://ftp.clan-rum.org/quake/qutils/ \
+ http://freebsd.nsu.ru/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}src
MAINTAINER= danfe@FreeBSD.org
@@ -19,11 +20,12 @@ LICENSE= GPLv2
USE_ZIP= yes
USE_DOS2UNIX= yes
MAKEFILE= linux.mak
+NO_WRKSUBDIR= yes
PLIST_FILES= bin/meqcc
PORTDOCS= *
-post-extract:
+post-patch:
@${REINPLACE_CMD} -e 's/<io\.h>/<unistd.h>/ ; /<conio\.h>/d' \
${WRKSRC}/l_log.c
@${REINPLACE_CMD} -e 's/unsigned long t/time_t t/' \
diff --git a/games/meqcc/distinfo b/games/meqcc/distinfo
index 5b1312d7723e..7b3f2a255010 100644
--- a/games/meqcc/distinfo
+++ b/games/meqcc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (meqcc14src.zip) = 75012e6231a6a5038695bb17f4e6500dcee715ec1046efd6d32fc01983baeec1
-SIZE (meqcc14src.zip) = 100418
+SHA256 (meqcc14src.zip) = 09d715c3c206cfa4942626622ad58a4535f91bf78a0e683fdc7670e8b7a3aaaa
+SIZE (meqcc14src.zip) = 82145