svn commit: r508672 - head/graphics/bitmap

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 11 21:00:42 UTC 2019


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 at 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


More information about the svn-ports-all mailing list