Date: Tue, 26 Nov 2019 08:14:17 +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: r518453 - in head/mail/roundcube: . files Message-ID: <201911260814.xAQ8EHQe026019@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Tue Nov 26 08:14:17 2019 New Revision: 518453 URL: https://svnweb.freebsd.org/changeset/ports/518453 Log: Update to 1.4.1 release and remove obsolete suhosin patches. Deleted: head/mail/roundcube/files/patch-INSTALL head/mail/roundcube/files/patch-installer_check.php head/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session_db.php Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Tue Nov 26 07:30:18 2019 (r518452) +++ head/mail/roundcube/Makefile Tue Nov 26 08:14:17 2019 (r518453) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.3.10 +DISTVERSION= 1.4.1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ @@ -55,6 +55,7 @@ SUB_FILES= newsyslog.conf post-patch: @${FIND} ${WRKSRC} -name \*.orig -type f -delete + @${RMDIR} ${WRKSRC}/plugins/archive/skins/larry do-install: -${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Tue Nov 26 07:30:18 2019 (r518452) +++ head/mail/roundcube/distinfo Tue Nov 26 08:14:17 2019 (r518453) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571646677 -SHA256 (roundcubemail-1.3.10-complete.tar.gz) = 69fe11550a0f5711020ecd55c6ad36394580800a68d43bb69ecedc91f36ba8bf -SIZE (roundcubemail-1.3.10-complete.tar.gz) = 5495189 +TIMESTAMP = 1574676723 +SHA256 (roundcubemail-1.4.1-complete.tar.gz) = 640423d21e1aa733ddea7462f156e194b051f086a3f2a70430e0aa2c9b09b44a +SIZE (roundcubemail-1.4.1-complete.tar.gz) = 6998687
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911260814.xAQ8EHQe026019>