Date: Sun, 4 Dec 2016 21:01:17 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427802 - head/mail/roundcube Message-ID: <201612042101.uB4L1H4a098406@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Sun Dec 4 21:01:17 2016 New Revision: 427802 URL: https://svnweb.freebsd.org/changeset/ports/427802 Log: mail/roundcube: update 1.2.2 -> 1.2.3; add NO_ARCH while here Changes: https://github.com/roundcube/roundcubemail/wiki/Changelog#release-123 PR: 214925 Submitted by: brnrd Approved by: ports-secteam (with hat) Security: https://vuxml.FreeBSD.org/freebsd/125f5958-b611-11e6-a9a5-b499baebfeaf.html MFH: 2016Q4 X-MFH-With: r423243, r423250, r423479 Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Sun Dec 4 20:57:43 2016 (r427801) +++ head/mail/roundcube/Makefile Sun Dec 4 21:01:17 2016 (r427802) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.2.2 +DISTVERSION= 1.2.3 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ @@ -12,6 +12,7 @@ COMMENT= Fully skinnable XHTML/CSS webma LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Sun Dec 4 20:57:43 2016 (r427801) +++ head/mail/roundcube/distinfo Sun Dec 4 21:01:17 2016 (r427802) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475867046 -SHA256 (roundcubemail-1.2.2-complete.tar.gz) = b919e797b8bf5ed34748d067dc281f45f29ad71dbad8904bdc0e2258912666ef -SIZE (roundcubemail-1.2.2-complete.tar.gz) = 3857397 +TIMESTAMP = 1480409130 +SHA256 (roundcubemail-1.2.3-complete.tar.gz) = d7f1d041557639c442691a1e5fa791ab77aa97327a0d328a22e0220f3cb2ca97 +SIZE (roundcubemail-1.2.3-complete.tar.gz) = 3894127
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612042101.uB4L1H4a098406>