[Lunar-commits] r23855 - moonbase/trunk/x11-apps/x3270

Dennis Veatch stumbles at lunar-linux.org
Fri Mar 30 14:14:16 CEST 2007


Author: stumbles
Date: 2007-03-30 14:14:16 +0200 (Fri, 30 Mar 2007)
New Revision: 23855

Modified:
   moonbase/trunk/x11-apps/x3270/BUILD
   moonbase/trunk/x11-apps/x3270/DETAILS
Log:

Version bump with bug fixes including one that caused a crash and
serveral new features added.



Modified: moonbase/trunk/x11-apps/x3270/BUILD
===================================================================
--- moonbase/trunk/x11-apps/x3270/BUILD	2007-03-30 01:19:04 UTC (rev 23854)
+++ moonbase/trunk/x11-apps/x3270/BUILD	2007-03-30 12:14:16 UTC (rev 23855)
@@ -1,12 +1,10 @@
 (
 
-  default_config           &&
 
-  sedit  's:x3270 $(DESTDIR)$(BINDIR):x3270 /usr/bin:'  Makefile       &&
-  sedit  's:$(DESTDIR)$(MANDIR)/x3270.$(MANSUFFIX):/usr/share/man/man1/x3270.$(MANSUFFIX):' Makefile       &&
+  default_config     &&
 
-  make  depend             &&
-  default_make             &&
-  make  install.man
+  default_make       &&
+  make install.man
 
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-apps/x3270/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/x3270/DETAILS	2007-03-30 01:19:04 UTC (rev 23854)
+++ moonbase/trunk/x11-apps/x3270/DETAILS	2007-03-30 12:14:16 UTC (rev 23855)
@@ -1,12 +1,12 @@
           MODULE=x3270
-         VERSION=3.3.4p8
+         VERSION=3.3.5
           SOURCE=$MODULE-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-3.3
       SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:50ce194a6d2754fa3b21984e9bc644b689cfa421
+      SOURCE_VFY=sha1:6a371bf478efaad010635aab9a0fdb781b252b13
         WEB_SITE=http://www.geocities.com/SiliconValley/Peaks/7814/
          ENTERED=20020522
-         UPDATED=20061222
+         UPDATED=20070330
            SHORT="an IBM 3270 terminal emulator for X"
 
 cat << EOF
@@ -20,3 +20,4 @@
 image as the screen image changes, and even does a fair job of emulating a
 color xterm. It does not yet support graphics.
 EOF
+



More information about the Lunar-commits mailing list