Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 16:23:08 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506414 - head/textproc/scdoc
Message-ID:  <201907111623.x6BGN8Fg019487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 11 16:23:08 2019
New Revision: 506414
URL: https://svnweb.freebsd.org/changeset/ports/506414

Log:
  textproc/scdoc: update to 1.9.6
  
  - Don't try to set system time during "make test":
    date: settimeofday (timeval): Operation not permitted
    Supports $SOURCE_DATE_EPOCH             FAIL
  
  Changes:	https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.5
  Changes:	https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.6
  Reported by:	Repology

Modified:
  head/textproc/scdoc/Makefile   (contents, props changed)
  head/textproc/scdoc/distinfo   (contents, props changed)

Modified: head/textproc/scdoc/Makefile
==============================================================================
--- head/textproc/scdoc/Makefile	Thu Jul 11 16:22:56 2019	(r506413)
+++ head/textproc/scdoc/Makefile	Thu Jul 11 16:23:08 2019	(r506414)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	scdoc
-DISTVERSION=	1.9.4
+DISTVERSION=	1.9.6
 CATEGORIES=	textproc
 MASTER_SITES=	https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/
 DISTFILES=	${DISTVERSIONFULL}${EXTRACT_SUFX}
@@ -23,8 +23,7 @@ PLIST_FILES=	bin/${PORTNAME} \
 		man/man5/${PORTNAME}.5.gz
 
 post-patch:
-	@${REINPLACE_CMD} -i '' -e 's,--date=,-f "%F %T" ,' \
-		-e '/SOURCE_DATE/s/date/TZ=UTC+5 &/' \
+	@${REINPLACE_CMD} -i '' -e 's,--date=,-jf "%F %T" ,' \
 		${WRKSRC}/test/preamble
 
 post-install:

Modified: head/textproc/scdoc/distinfo
==============================================================================
--- head/textproc/scdoc/distinfo	Thu Jul 11 16:22:56 2019	(r506413)
+++ head/textproc/scdoc/distinfo	Thu Jul 11 16:23:08 2019	(r506414)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551714211
-SHA256 (scdoc/1.9.4.tar.gz) = a10e200bcbc7d6faf9678444636886fee2fd99c754b630fc62fa9d247f1eec03
-SIZE (scdoc/1.9.4.tar.gz) = 11527
+TIMESTAMP = 1562782167
+SHA256 (scdoc/1.9.6.tar.gz) = 89a5f2294b4b72ee1d20b8a478d16bee1f96b6202bfeedb6df76c27881ed5928
+SIZE (scdoc/1.9.6.tar.gz) = 11950



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