Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2020 18:11:50 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525880 - in head/deskutils/gucharmap: . files
Message-ID:  <202002111811.01BIBoxb070736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Feb 11 18:11:50 2020
New Revision: 525880
URL: https://svnweb.freebsd.org/changeset/ports/525880

Log:
  Chase UCD's upgrade and prepare the next one.
  
  Since I'm there, add a missing dependency to freetype.
  
  Reported by:	antoine

Added:
  head/deskutils/gucharmap/files/
  head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h   (contents, props changed)
Modified:
  head/deskutils/gucharmap/Makefile

Modified: head/deskutils/gucharmap/Makefile
==============================================================================
--- head/deskutils/gucharmap/Makefile	Tue Feb 11 18:00:40 2020	(r525879)
+++ head/deskutils/gucharmap/Makefile	Tue Feb 11 18:11:50 2020	(r525880)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gucharmap
 PORTVERSION=	11.0.1
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 #MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -17,6 +18,7 @@ BUILD_DEPENDS=	itstool:textproc/itstool \
 		UCD>=0:textproc/UCD \
 		gtkdocize:textproc/gtk-doc \
 		${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools
+LIB_DEPENDS+=	libfreetype.so:print/freetype2
 
 PORTSCOUT=	limitw:1,even
 

Added: head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/gucharmap/files/patch-gucharmap_gucharmap-unicode-info.h	Tue Feb 11 18:11:50 2020	(r525880)
@@ -0,0 +1,14 @@
+--- gucharmap/gucharmap-unicode-info.h.orig	2018-06-17 14:45:00 UTC
++++ gucharmap/gucharmap-unicode-info.h
+@@ -50,7 +50,10 @@ typedef enum {
+   GUCHARMAP_UNICODE_VERSION_9_0,
+   GUCHARMAP_UNICODE_VERSION_10_0,
+   GUCHARMAP_UNICODE_VERSION_11_0,
+-  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_11_0 /* private, will move forward with each revision */
++  GUCHARMAP_UNICODE_VERSION_12_0,
++  GUCHARMAP_UNICODE_VERSION_12_1,
++  GUCHARMAP_UNICODE_VERSION_13_0,
++  GUCHARMAP_UNICODE_VERSION_LATEST = GUCHARMAP_UNICODE_VERSION_12_1 /* private, will move forward with each revision */
+ } GucharmapUnicodeVersion;
+ 
+ /* return values are read-only */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111811.01BIBoxb070736>