svn commit: r561082 - in branches/2021Q1/sysutils/xfce4-settings: . files

Guido Falsi madpilot at FreeBSD.org
Sun Jan 10 15:36:24 UTC 2021


Author: madpilot
Date: Sun Jan 10 15:36:23 2021
New Revision: 561082
URL: https://svnweb.freebsd.org/changeset/ports/561082

Log:
  MFH: r561081
  
  - Fix script used to extract themes to fallback to /tmp when both
    TMPDIR and XDG_CACHE_HOME environment variables are not defined [1]
  - Fix crash caused by null terminated list missing the terminating
    null element due to no allocating enough elements [2]
  
  Reported by:		Andrea Venturoli <ml at netfence.it> [1] [2]
  Patch submitted by:	Andrea Venturoli <ml at netfence.it> [2]

Added:
  branches/2021Q1/sysutils/xfce4-settings/files/
     - copied from r561081, head/sysutils/xfce4-settings/files/
Modified:
  branches/2021Q1/sysutils/xfce4-settings/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/sysutils/xfce4-settings/Makefile
==============================================================================
--- branches/2021Q1/sysutils/xfce4-settings/Makefile	Sun Jan 10 15:33:03 2021	(r561081)
+++ branches/2021Q1/sysutils/xfce4-settings/Makefile	Sun Jan 10 15:36:23 2021	(r561082)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-settings
 PORTVERSION=	4.16.0
+PORTREVISION=	1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	XFCE
 DIST_SUBDIR=	xfce4


More information about the svn-ports-all mailing list