svn commit: r515090 - head/mail/roundcube

Alex Dupre ale at FreeBSD.org
Mon Oct 21 08:36:11 UTC 2019


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


More information about the svn-ports-head mailing list