Date: Wed, 27 Feb 2019 17:01:39 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494071 - head/x11/bitmap Message-ID: <201902271701.x1RH1dQY097167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Feb 27 17:01:39 2019 New Revision: 494071 URL: https://svnweb.freebsd.org/changeset/ports/494071 Log: x11/bitmap: Update to 1.0.9 Update x11/bitmap to 1.0.9 Add license add missing dependencies This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. Changelog: https://lists.x.org/archives/xorg/2019-February/059595.html PR: 235912 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising) Modified: head/x11/bitmap/Makefile head/x11/bitmap/distinfo Modified: head/x11/bitmap/Makefile ============================================================================== --- head/x11/bitmap/Makefile Wed Feb 27 16:52:48 2019 (r494070) +++ head/x11/bitmap/Makefile Wed Feb 27 17:01:39 2019 (r494071) @@ -1,14 +1,16 @@ # $FreeBSD$ PORTNAME= bitmap -PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Bitmap editor and converter utilities for X +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= app -USE_XORG= x11 xaw xbitmaps xmu xorgproto +USE_XORG= x11 xaw xbitmaps xmu xorgproto xt .include <bsd.port.mk> Modified: head/x11/bitmap/distinfo ============================================================================== --- head/x11/bitmap/distinfo Wed Feb 27 16:52:48 2019 (r494070) +++ head/x11/bitmap/distinfo Wed Feb 27 17:01:39 2019 (r494071) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/bitmap-1.0.8.tar.bz2) = 806cdeb80f5466ba9121e8cc6c6af82d3e4b32ef1a57bc5a76c15887640ec35d -SIZE (xorg/app/bitmap-1.0.8.tar.bz2) = 177558 +TIMESTAMP = 1550741559 +SHA256 (xorg/app/bitmap-1.0.9.tar.bz2) = e0f3afad5272d796f54c33fa1b5bd1fb3f62843a54b28c87196d06a35123e5f5 +SIZE (xorg/app/bitmap-1.0.9.tar.bz2) = 181401
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271701.x1RH1dQY097167>