svn commit: r427802 - head/mail/roundcube

Jason Unovitch junovitch at FreeBSD.org
Sun Dec 4 21:01:18 UTC 2016


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


More information about the svn-ports-head mailing list