svn commit: r533777 - head/x11-wm/twm

Niclas Zeising zeising at FreeBSD.org
Sun May 3 13:16:23 UTC 2020


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


More information about the svn-ports-all mailing list