Bug 43590 - lang/t3x port update
Summary: lang/t3x port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 17:30 UTC by Nils M Holm
Modified: 2002-10-13 10:49 UTC (History)
0 users

See Also:


Attachments
file.diff (166 bytes, patch)
2002-10-02 17:30 UTC, Nils M Holm
no flags Details | Diff
file.diff (708 bytes, patch)
2002-10-02 17:30 UTC, Nils M Holm
no flags Details | Diff
file.diff (3.61 KB, patch)
2002-10-02 17:30 UTC, Nils M Holm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nils M Holm 2002-10-02 17:30:05 UTC
Update to T3X 7.0.2.

Fix: PORTNAME=	t3x
-PORTVERSION=	6.10.5
+PORTVERSION=	7.0.2
 CATEGORIES=	lang devel
 MASTER_SITES= 	http://www.not-compatible.org/files/ \
 		http://www.t3x.org/files/
-DISTNAME=	t3x-6A5
+DISTNAME=	t3x-${PORTVERSION:S/.//g}

 MAINTAINER=	nmh@t3x.org

 do-configure:
-	@(cd ${WRKSRC}/ports/FreeBSD.elf; ./Config boot)
+	@(cd ${WRKSRC}/ports/freebsd-386-elf; ./Config boot)

 .include <bsd.port.mk>
WWW: http://www.t3x.org/
Comment 1 Nils M Holm 2002-10-13 09:08:42 UTC
>Submitter-Id:	current-users
>Originator:	Nils M Holm
>Confidential:	no
>Synopsis:	lang/t3x port update
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 4.4-RELEASE i386
>Environment:
System: FreeBSD Symmetry.UUCP 4.4-RELEASE FreeBSD 4.4-RELEASE #5: Sun Dec 16 16:52:03 CET 2001 nmh@Symmetry.UUCP:/usr/src/sys/compile/SYMMETRY i386

>Description:

Since the update is not yet comitted, let's go directly to
version 7.0.3. The supplied patch updates 7.0.2 to 7.0.3.

>Fix:
diff -u lang/t3x.old/Makefile lang/t3x/Makefile
--- lang/t3x.old/Makefile	Wed Oct  2 17:08:33 2002
+++ lang/t3x/Makefile	Sun Oct 13 09:59:55 2002
@@ -6,7 +6,7 @@
 #

 PORTNAME=	t3x
-PORTVERSION=	7.0.2
+PORTVERSION=	7.0.3
 CATEGORIES=	lang devel
 MASTER_SITES= 	http://www.not-compatible.org/files/ \
 		http://www.t3x.org/files/
diff -u lang/t3x.old/distinfo lang/t3x/distinfo
--- lang/t3x.old/distinfo	Wed Oct  2 16:52:06 2002
+++ lang/t3x/distinfo	Sun Oct 13 09:59:55 2002
@@ -1 +1 @@
-MD5 (t3x-702.tar.gz) = ef17ca58081e7ffadf9d4f8acf27209c
+MD5 (t3x-703.tar.gz) = 39ab774c3566835df4aa53ddabe495c1
diff -u lang/t3x.old/pkg-plist lang/t3x/pkg-plist
--- lang/t3x.old/pkg-plist	Wed Oct  2 16:56:33 2002
+++ lang/t3x/pkg-plist	Sun Oct 13 09:59:55 2002
@@ -7,6 +7,7 @@
 bin/txprint
 bin/txsum
 bin/txx
+include/txx.h
 man/cat7/t3x.0
 t3x/r7/bin/s86
 t3x/r7/bin/tx
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-10-13 10:49:19 UTC
State Changed
From-To: open->closed

committed, thanks