diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index 84135bf4ac71..2467eda8bb15 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: geekcode generator -# Version required: 1.1 +# Version required: 1.3 # Date created: 30 Aug 1999 # Whom: Chris Piazza # # $FreeBSD$ # -DISTNAME= geekcode-1.1 +DISTNAME= geekcode-1.3 CATEGORIES= misc MASTER_SITES= http://seymour.napalm.net/ diff --git a/misc/geekcode/distinfo b/misc/geekcode/distinfo index 9cc6dd3999b3..a27b2362e812 100644 --- a/misc/geekcode/distinfo +++ b/misc/geekcode/distinfo @@ -1 +1 @@ -MD5 (geekcode-1.1.tar.gz) = 2d94a3875da0c3c5ce2977143f0a208e +MD5 (geekcode-1.3.tar.gz) = a9e2fed4281f560f6d48d6065a1239da diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa index 4959d50c5f47..2fe17c0a7c3a 100644 --- a/misc/geekcode/files/patch-aa +++ b/misc/geekcode/files/patch-aa @@ -1,7 +1,7 @@ ---- Makefile.orig Sun Aug 29 11:02:52 1999 -+++ Makefile Mon Aug 30 00:42:38 1999 +--- Makefile.orig Mon Aug 30 15:33:00 1999 ++++ Makefile Thu Sep 2 18:42:00 1999 @@ -1,6 +1,6 @@ --CFLAGS=-O3 -Wall -s +-CFLAGS=-O3 -s +CFLAGS?=-O3 -Wall -s TARGET=geekcode -CC=gcc