svn commit: r525880 - in head/deskutils/gucharmap: . files

Thierry Thomas thierry at FreeBSD.org
Tue Feb 11 18:11:51 UTC 2020


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 */


More information about the svn-ports-head mailing list