Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 03:52:30 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511391 - head/editors/xcoral
Message-ID:  <201909070352.x873qUxr068128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Sat Sep  7 03:52:29 2019
New Revision: 511391
URL: https://svnweb.freebsd.org/changeset/ports/511391

Log:
  Fix one more bug from the era, when trees were large and
  pointers -- the size of int.
  
  Sponsored by:	filial duty

Modified:
  head/editors/xcoral/Makefile
  head/editors/xcoral/distinfo

Modified: head/editors/xcoral/Makefile
==============================================================================
--- head/editors/xcoral/Makefile	Sat Sep  7 03:40:17 2019	(r511390)
+++ head/editors/xcoral/Makefile	Sat Sep  7 03:52:29 2019	(r511391)
@@ -3,12 +3,12 @@
 
 PORTNAME=	xcoral
 PORTVERSION=	3.47
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	editors
 MASTER_SITES=	http://xcoral.free.fr/
 
 PATCH_SITES=	http://aldan.algebra.com/~mi/port-stuff/
-PATCHFILES=	xcoral-alpheus-and-peneus.patch.bz2
+PATCHFILES=	xcoral-alpheus-and-peneus-2019.patch.bz2
 
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Multiwindow mouse-based text editor for X

Modified: head/editors/xcoral/distinfo
==============================================================================
--- head/editors/xcoral/distinfo	Sat Sep  7 03:40:17 2019	(r511390)
+++ head/editors/xcoral/distinfo	Sat Sep  7 03:52:29 2019	(r511391)
@@ -1,4 +1,5 @@
+TIMESTAMP = 1567738907
 SHA256 (xcoral-3.47.tar.gz) = 886e02eeb96e494d32969fcf41dcd09133896b717b714eb42affed1f460af3dd
 SIZE (xcoral-3.47.tar.gz) = 2760763
-SHA256 (xcoral-alpheus-and-peneus.patch.bz2) = f04cc61f0cf05cbdfe720e7b6f4f743d26f2a04dc109a2ead445394a739456a0
-SIZE (xcoral-alpheus-and-peneus.patch.bz2) = 71099
+SHA256 (xcoral-alpheus-and-peneus-2019.patch.bz2) = fcc31a3f7b1dfbcab1c10853ee69afe93e74fba3ac81cd23325e8f7b81852d45
+SIZE (xcoral-alpheus-and-peneus-2019.patch.bz2) = 71180



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