Date: Sun, 11 Aug 2019 21:00:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508672 - head/graphics/bitmap Message-ID: <201908112100.x7BL0fQd072395@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Aug 11 21:00:41 2019 New Revision: 508672 URL: https://svnweb.freebsd.org/changeset/ports/508672 Log: graphics/bitmap: Backport the pull request adding more functionality, ex. C++-styled write image functions Modified: head/graphics/bitmap/Makefile head/graphics/bitmap/distinfo Modified: head/graphics/bitmap/Makefile ============================================================================== --- head/graphics/bitmap/Makefile Sun Aug 11 20:47:00 2019 (r508671) +++ head/graphics/bitmap/Makefile Sun Aug 11 21:00:41 2019 (r508672) @@ -2,8 +2,12 @@ PORTNAME= bitmap DISTVERSION= g20181222 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= -graphics-library + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch:-p1 # https://github.com/ArashPartow/bitmap/pull/8: Implement write_image()/read_image() functions MAINTAINER= yuri@FreeBSD.org COMMENT= Minimalistic library manipulating 24-bit per pixel bitmap images Modified: head/graphics/bitmap/distinfo ============================================================================== --- head/graphics/bitmap/distinfo Sun Aug 11 20:47:00 2019 (r508671) +++ head/graphics/bitmap/distinfo Sun Aug 11 21:00:41 2019 (r508672) @@ -1,3 +1,5 @@ -TIMESTAMP = 1558979256 +TIMESTAMP = 1565557083 SHA256 (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 9d6dd560d0bd01e78ebd08f7828249b96ad7b43e4a3589b54d62831d97c801f0 SIZE (ArashPartow-bitmap-g20181222-b02297f_GH0.tar.gz) = 52230 +SHA256 (db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch) = 09fb91e59b7c75d57e4f4473ed07dfa7bf9ba54cb65921ff47bf9dcc999a334f +SIZE (db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch) = 4745
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908112100.x7BL0fQd072395>