From 2faade03045839f1917fb877b93a7ddacb67de0e Mon Sep 17 00:00:00 2001 From: Justin Boffemmyer Date: Fri, 15 Apr 2011 19:51:37 +0900 Subject: display/fbterm: version 1.7 I've actually had version 1.7 on my own system for some time testing it out, and forgot to submit the update. It works just fine, though it now prints a warning message about not being able to change the keymap table if run as non-root and you don't have specific capabilities set up/allocated. It runs just fine anyway, though perhaps with some features disabled (I don't use those features and didn't test them) until you set it up for them (explained in the SECURITY NOTES section of its manpage). --- display/fbterm/DETAILS | 10 +++++----- display/fbterm/HISTORY | 4 ++++ display/fbterm/PRE_BUILD | 4 ---- 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100755 display/fbterm/PRE_BUILD (limited to 'display/fbterm') diff --git a/display/fbterm/DETAILS b/display/fbterm/DETAILS index 32204c5a16..1428a0184e 100755 --- a/display/fbterm/DETAILS +++ b/display/fbterm/DETAILS @@ -1,10 +1,10 @@ SPELL=fbterm - VERSION=1.6 - SOURCE="${SPELL}-${VERSION}.tar.gz" - SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE} - SOURCE_HASH=sha512:09b46b7dd86329da94633d46655560aeee1ac6149cc667f1be3634511dbeb40f0cefe24ed90983534b169409fa6772c513a2a6286cd534f5070491f22ed5aaac + VERSION=1.7 + SOURCE="${SPELL}-${VERSION}.0.tar.gz" + SOURCE_URL[0]="http://${SPELL}.googlecode.com/files/${SOURCE}" + SOURCE_HASH=sha512:ba78b5118b5e4c65046f7f91ce88cb4f828e2debb34358df8518e1907a8d601a2be4dfcf144e84494dc30e4828d333574debe8dd3ffb59e2169c3e48ba1f6a10 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" - WEB_SITE="http://code.google.com/p/${SPELL}/ " + WEB_SITE="http://code.google.com/p/${SPELL}/" LICENSE[0]=GPL ENTERED=20081026 SHORT="A fast frame buffer-based terminal emulator for Linux." diff --git a/display/fbterm/HISTORY b/display/fbterm/HISTORY index 65ca3cf6da..166d74a4f4 100644 --- a/display/fbterm/HISTORY +++ b/display/fbterm/HISTORY @@ -1,3 +1,7 @@ +2011-04-15 Justin Boffemmyer + * DETAILS: version 1.7 + * PRE_BUILD: removed, patching no longer needed in newer version + 2009-11-29 Justin Boffemmyer * DETAILS: version 1.6 * DEPENDS: added optional_depends for libx86 (vesa support) and gpm diff --git a/display/fbterm/PRE_BUILD b/display/fbterm/PRE_BUILD deleted file mode 100755 index 52577eaee6..0000000000 --- a/display/fbterm/PRE_BUILD +++ /dev/null @@ -1,4 +0,0 @@ -default_pre_build && -cd $SOURCE_DIRECTORY && -patch -p0 < $SPELL_DIRECTORY/configure_exit_1.patch && -sed -i 's/enalbe/enable/' configure -- cgit v1.2.3