summaryrefslogtreecommitdiff
path: root/graphics/libansilove/Makefile
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2019-10-07 08:37:48 +0000
committerfcambus <fcambus@pkgsrc.org>2019-10-07 08:37:48 +0000
commit2a31a8d9495f72e8e2edaa82fa466eda8f513a48 (patch)
tree5aa810b7958bb8fb2b584b41e61256ab1b10349d /graphics/libansilove/Makefile
parent3805ac7f4f5ffa00ec184cbfaaddfd7dce6e0cca (diff)
downloadpkgsrc-2a31a8d9495f72e8e2edaa82fa466eda8f513a48.tar.gz
libansilove: update to 1.1.4.
ChangeLog: libansilove 1.1.4 (2019-09-13) - Force xbin_fontsize to 16 when using default 80x25 font - Return ANSILOVE_FORMAT_ERROR if xbin_fontsize > 32 libansilove 1.1.3 (2019-08-23) - Omit implicit return in the example program - Use a switch statement to set 24-bit background and foreground values - Remove superfluous background color allocations in the Binary, PCBoard and XBin loaders - Modify the PCBoard loader to use a cursor pointer to parse input - Infer font height to 16 in the XBin loader, the default in absence of font data (Thanks Andrew Herbert) OK kamil@
Diffstat (limited to 'graphics/libansilove/Makefile')
-rw-r--r--graphics/libansilove/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libansilove/Makefile b/graphics/libansilove/Makefile
index 9b7ef630ce6..d29c3641288 100644
--- a/graphics/libansilove/Makefile
+++ b/graphics/libansilove/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/06/30 21:58:17 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/07 08:37:48 fcambus Exp $
-DISTNAME= libansilove-1.1.2
+DISTNAME= libansilove-1.1.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=ansilove/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}