Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 22:15:07 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1793f6d653be - main - x11/bitmap: Update to 1.1.2
Message-ID:  <69efdfeb.1bd1e.3962dda5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1793f6d653bee8ec33e693364eb8b549f07142a2

commit 1793f6d653bee8ec33e693364eb8b549f07142a2
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-04-26 20:07:25 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-04-27 22:14:27 +0000

    x11/bitmap: Update to 1.1.2
    
    Add WWW and TEST_TARGET.
    Update pkg-descr.
    
    https://lists.x.org/archives/xorg-announce/2026-January/003654.html
    
    PR:             294770
    Approved by:    x11 (arrowd)
    Approved by:    osa (mentor)
---
 x11/bitmap/Makefile  |  5 +++--
 x11/bitmap/distinfo  |  6 +++---
 x11/bitmap/pkg-descr | 10 ++++++++--
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile
index 05f31143f70f..6b4701bcbffd 100644
--- a/x11/bitmap/Makefile
+++ b/x11/bitmap/Makefile
@@ -1,9 +1,10 @@
 PORTNAME=	bitmap
-PORTVERSION=	1.1.1
+DISTVERSION=	1.1.2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Bitmap editor and converter utilities for X
+WWW=		https://gitlab.freedesktop.org/xorg/app/bitmap
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -11,6 +12,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:xz xorg xorg-cat:app
 USE_XORG=	x11 xaw xbitmaps xmu xorgproto xt
 
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+TEST_TARGET=	check
 
 .include <bsd.port.mk>
diff --git a/x11/bitmap/distinfo b/x11/bitmap/distinfo
index 7b3e2c86f60f..a2fff92d1058 100644
--- a/x11/bitmap/distinfo
+++ b/x11/bitmap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707032164
-SHA256 (xorg/app/bitmap-1.1.1.tar.xz) = 63d42eb63fe48198b39344af49949e5e424cc62ce8d722781fdad4a4fa3426e6
-SIZE (xorg/app/bitmap-1.1.1.tar.xz) = 169676
+TIMESTAMP = 1771128968
+SHA256 (xorg/app/bitmap-1.1.2.tar.xz) = 5c6d2637244c575a9cc65a6b1ee15ced480ef0184821aceeab29650daf323c12
+SIZE (xorg/app/bitmap-1.1.2.tar.xz) = 176040
diff --git a/x11/bitmap/pkg-descr b/x11/bitmap/pkg-descr
index 72ade31467ff..3bed5a881350 100644
--- a/x11/bitmap/pkg-descr
+++ b/x11/bitmap/pkg-descr
@@ -1,2 +1,8 @@
-This package contains bitmap, which is a tool for creating or editing
-rectangular images made up of 1's and 0's.
+The bitmap program is a rudimentary tool for creating or editing
+rectangular images made up of 1's and 0's. Bitmaps are used in X for
+defining clipping regions, cursor shapes, icon shapes, and tile and
+stipple patterns.
+
+The bmtoa and atobm filters convert bitmap files (FILE FORMAT) to and
+from ASCII strings. They are most commonly used to quickly print out
+bitmaps and to generate versions for including in text.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69efdfeb.1bd1e.3962dda5>