Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2020 13:16:23 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533777 - head/x11-wm/twm
Message-ID:  <202005031316.043DGNHQ083683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sun May  3 13:16:22 2020
New Revision: 533777
URL: https://svnweb.freebsd.org/changeset/ports/533777

Log:
  x11/twm: fix path to .twmrc in manual
  
  x11/twm: Pull in an upstream patch to fix the documented path to the system
  .twmrc file.
  
  PR:		246127
  Submitted by:	grembo
  Reported by:	sjrbulk@gmail.com

Modified:
  head/x11-wm/twm/Makefile
  head/x11-wm/twm/distinfo

Modified: head/x11-wm/twm/Makefile
==============================================================================
--- head/x11-wm/twm/Makefile	Sun May  3 13:12:39 2020	(r533776)
+++ head/x11-wm/twm/Makefile	Sun May  3 13:16:22 2020	(r533777)
@@ -2,7 +2,11 @@
 
 PORTNAME=	twm
 PORTVERSION=	1.0.10
+PORTREVISION=	1
 CATEGORIES=	x11-wm
+
+PATCH_SITES=	https://gitlab.freedesktop.org/xorg/app/${PORTNAME}/commit/
+PATCHFILES+=	e2a533d16e04.patch:-p1
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Tab Window Manager for the X Window System

Modified: head/x11-wm/twm/distinfo
==============================================================================
--- head/x11-wm/twm/distinfo	Sun May  3 13:12:39 2020	(r533776)
+++ head/x11-wm/twm/distinfo	Sun May  3 13:16:22 2020	(r533777)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1525894571
+TIMESTAMP = 1588446762
 SHA256 (xorg/app/twm-1.0.10.tar.bz2) = 6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7
 SIZE (xorg/app/twm-1.0.10.tar.bz2) = 287094
+SHA256 (xorg/app/e2a533d16e04.patch) = cfc521776662a4ef1363b39be900b7c7e3c37be88aa8808d53633203910e81fd
+SIZE (xorg/app/e2a533d16e04.patch) = 652



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