Update to T3X 8.0.4, added ONLY_FOR_ARCHS. Fix: -- Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/~nmh--OODBF0Wi02boDyfa36CsiQUSdPfRPrGEHdCttLZ94d6O4wQd Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ru lang/t3x-old/Makefile lang/t3x/Makefile --- lang/t3x-old/Makefile Mon Jun 23 14:16:52 2003 +++ lang/t3x/Makefile Mon Jul 28 18:40:30 2003 @@ -6,7 +6,7 @@ # PORTNAME= t3x -PORTVERSION= 8.0.3 +PORTVERSION= 8.0.4 CATEGORIES= lang devel MASTER_SITES= http://t3x.dyndns.org/files/ \ http://www.t3x.org/files/ @@ -15,6 +15,8 @@ MAINTAINER= nmh@t3x.org COMMENT= A compiler for the minimum procedural language T3X +ONLY_FOR_ARCHS= i386 + MAN7= t3x.7 MANCOMPRESSED= no diff -ru lang/t3x-old/distinfo lang/t3x/distinfo --- lang/t3x-old/distinfo Mon Jun 23 14:16:52 2003 +++ lang/t3x/distinfo Mon Jul 28 18:37:50 2003 @@ -1 +1 @@ -MD5 (t3x-803.tar.gz) = 027caa9f74f02774279f4b510535c1fc +MD5 (t3x-804.tar.gz) = 94768c084b81d61b5e8020b8f0658747
State Changed From-To: open->closed Committed, thanks.