diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-03-03 03:17:22 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-03 03:17:22 +0000 |
commit | 2a3838d14b9c445f84461b5b9d14c2830d91970e (patch) | |
tree | 7acf6ed6141caacbc5d42849234bcab3c8154442 | |
parent | f0f59aa04064dbc3f88b4ffff0976fc6bffc2ac3 (diff) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account.
This includes a fix to dtterm title and icon Sun esc seqs, where replies
with "%s" when given either "CSI 20 t" or "CSI 21 t". i.e.,
Example of wrong behaviour:
$ echo "^[[21t"
$ l%s
Example of correct behaviour:
$ echo "^[[21t"
$ lTerminal
-rw-r--r-- | x11/cde-devel/Makefile | 4 | ||||
-rw-r--r-- | x11/cde-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile index 8ecf7d41e810..44385b804f33 100644 --- a/x11/cde-devel/Makefile +++ b/x11/cde-devel/Makefile @@ -13,8 +13,8 @@ WWW= https://sourceforge.net/p/cdesktopenv/wiki/Home/ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= cdesktopenv-code -GH_TAGNAME= ca84b1013 -COMMIT_DATE= 2024.01.11 +GH_TAGNAME= 847987410 +COMMIT_DATE= 2024.03.02 LICENSE= LGPL21 diff --git a/x11/cde-devel/distinfo b/x11/cde-devel/distinfo index 01328d6e96e1..3f0d0b96be6d 100644 --- a/x11/cde-devel/distinfo +++ b/x11/cde-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707262939 -SHA256 (cschuber-cdesktopenv-code-2024.01.11-ca84b1013_GH0.tar.gz) = c6c353e44fd59875adf9111a8068eecbb711f303e2e1e71a36b97f82e2c3e9a6 -SIZE (cschuber-cdesktopenv-code-2024.01.11-ca84b1013_GH0.tar.gz) = 57569141 +TIMESTAMP = 1709432780 +SHA256 (cschuber-cdesktopenv-code-2024.03.02-847987410_GH0.tar.gz) = 1980a0f6593d8f0a5a2b3cd7623610f0ddf211417a370478f0a3540b6d1f180c +SIZE (cschuber-cdesktopenv-code-2024.03.02-847987410_GH0.tar.gz) = 57570377 |