diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-01-19 23:53:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-01-19 23:53:11 +0800 |
commit | 7ec941de38e03131ee9fa3f045d51f7dc7734e9b (patch) | |
tree | e8b510b2a3a2d725d308ca76a066bee897fe539a /x11 | |
parent | 3daa5cbcb94e9e74072b0455ad59efdcc7646915 (diff) | |
download | freebsd-ports-gnome-7ec941de38e03131ee9fa3f045d51f7dc7734e9b.tar.gz freebsd-ports-gnome-7ec941de38e03131ee9fa3f045d51f7dc7734e9b.tar.zst freebsd-ports-gnome-7ec941de38e03131ee9fa3f045d51f7dc7734e9b.zip |
Update to 278. This solves a problem with the initialization for eightBitMeta
resource. Special thanks to the author [1] who fixed this upstream so promptly.
PR: 164101 [2] (notification)
Submitted by: Thomas Dickey <dickey@his.com> [1]
Notified by: Garrett Wollman [2] <wollman@khavrinen.csail.mit.edu>,
naddy (via mail)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 2 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 1185d2d84fb3..48551090baa0 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xterm -PORTVERSION= 277 +PORTVERSION= 278 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ CRITICAL diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 3d108d8ca779..b2f88bb859da 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xterm-277.tgz) = 6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e -SIZE (xterm-277.tgz) = 996247 +SHA256 (xterm-278.tgz) = 1372f9afe07bc35bfd47482db146c649223dadd0b472da31f8c337ab37f90585 +SIZE (xterm-278.tgz) = 996716 |