Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2019 08:36:10 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515090 - head/mail/roundcube
Message-ID:  <201910210836.x9L8aAWD027960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Oct 21 08:36:10 2019
New Revision: 515090
URL: https://svnweb.freebsd.org/changeset/ports/515090

Log:
  Update to 1.3.10 release and fix NSC option [1].
  
  PR:		241327 [1]
  Submitted by:	tobik

Modified:
  head/mail/roundcube/Makefile
  head/mail/roundcube/distinfo

Modified: head/mail/roundcube/Makefile
==============================================================================
--- head/mail/roundcube/Makefile	Mon Oct 21 07:26:37 2019	(r515089)
+++ head/mail/roundcube/Makefile	Mon Oct 21 08:36:10 2019	(r515090)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	roundcube
-DISTVERSION=	1.3.9
+DISTVERSION=	1.3.10
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@@ -53,7 +53,7 @@ SQLITE_VARS=	use_php+=pdo_sqlite
 
 SUB_FILES=	newsyslog.conf
 
-post-extract-NSC:
+post-extract-NSC-on:
 	@${CP} ${FILESDIR}/spellchecker.php ${WRKSRC}
 
 post-patch:

Modified: head/mail/roundcube/distinfo
==============================================================================
--- head/mail/roundcube/distinfo	Mon Oct 21 07:26:37 2019	(r515089)
+++ head/mail/roundcube/distinfo	Mon Oct 21 08:36:10 2019	(r515090)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555064067
-SHA256 (roundcubemail-1.3.9-complete.tar.gz) = 726db4ffb33a7154dd432cbb99810ab9d02512c7f1987a6119e9ac7f595521ad
-SIZE (roundcubemail-1.3.9-complete.tar.gz) = 5521697
+TIMESTAMP = 1571646677
+SHA256 (roundcubemail-1.3.10-complete.tar.gz) = 69fe11550a0f5711020ecd55c6ad36394580800a68d43bb69ecedc91f36ba8bf
+SIZE (roundcubemail-1.3.10-complete.tar.gz) = 5495189



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