From owner-svn-ports-all@freebsd.org Wed May 23 04:20:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0670EEE7B0; Wed, 23 May 2018 04:20:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F3557659D; Wed, 23 May 2018 04:20:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 504201DC17; Wed, 23 May 2018 04:20:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4N4KeD0062188; Wed, 23 May 2018 04:20:40 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4N4KdQa062184; Wed, 23 May 2018 04:20:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805230420.w4N4KdQa062184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 23 May 2018 04:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470673 - in head: . mail/thunderbird www/firefox www/seamonkey X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . mail/thunderbird www/firefox www/seamonkey X-SVN-Commit-Revision: 470673 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 04:20:41 -0000 Author: jbeich Date: Wed May 23 04:20:39 2018 New Revision: 470673 URL: https://svnweb.freebsd.org/changeset/ports/470673 Log: mail/thunderbird: drop LIGHTNING as it's unusable after r470672 PR: 226919 Modified: head/UPDATING head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox/Makefile.options (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed May 23 04:04:53 2018 (r470672) +++ head/UPDATING Wed May 23 04:20:39 2018 (r470673) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180523: + AFFECTS: mail/thunderbird, www/seamonkey + AUTHOR: gecko@FreeBSD.org + + LIGHTNING is no longer provided as part of the ports in order to + support independent updates and provide localization. Go to + Tools -> Add-ons Manager, remove existing Lightning extension + then type "lightning" in the search field to reinstall it. + 20180518: AFFECTS: users of sysutils/ansible* AUTHOR: lifanov@FreeBSD.org Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Wed May 23 04:04:53 2018 (r470672) +++ head/mail/thunderbird/Makefile Wed May 23 04:20:39 2018 (r470673) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -48,21 +48,15 @@ PORTNAME_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/ico SYSTEM_PREFS= ${FAKEDIR}/lib/${PORTNAME}/defaults/pref/${PORTNAME}.js MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome -OPTIONS_DEFINE= LIGHTNING RUST +OPTIONS_DEFINE= RUST OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK3 LIGHTNING +OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA GTK3 .include "${.CURDIR}/../../www/firefox/Makefile.options" .include MOZSRC:= ${WRKSRC}/mozilla - -.if ${PORT_OPTIONS:MLIGHTNING} -MOZ_OPTIONS+= --enable-calendar -.else -MOZ_OPTIONS+= --disable-calendar -.endif post-extract: @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|;s|@MOZILLA@|${MOZILLA}|' \ Modified: head/www/firefox/Makefile.options ============================================================================== --- head/www/firefox/Makefile.options Wed May 23 04:04:53 2018 (r470672) +++ head/www/firefox/Makefile.options Wed May 23 04:20:39 2018 (r470673) @@ -28,5 +28,4 @@ BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 CANBERRA_DESC?= Sound theme alerts INTEGER_SAMPLES_DESC?= Integer audio sample format LIBPROXY_DESC?= Proxy support via libproxy -LIGHTNING_DESC?= Calendar extension RUST_DESC?= Build with components written in Rust language Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Wed May 23 04:04:53 2018 (r470672) +++ head/www/seamonkey/Makefile Wed May 23 04:20:39 2018 (r470673) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.3 -PORTREVISION= 4 +PORTREVISION= 5 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -42,10 +42,10 @@ MOZ_OPTIONS+= --enable-application=suite USE_MOZILLA= -soundtouch MOZ_PKGCONFIG_FILES= -OPTIONS_DEFINE= LDAP LIGHTNING RUST +OPTIONS_DEFINE= LDAP RUST OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=CANBERRA GTK3 LDAP LIGHTNING +OPTIONS_DEFAULT=CANBERRA GTK3 LDAP LDAP_DESC?= LDAP support for Mailnews @@ -59,12 +59,6 @@ MOZ_OPTIONS+= --disable-ldap .else MOZ_OPTIONS+= --enable-ldap .endif -.if ${PORT_OPTIONS:MLIGHTNING} -MOZ_OPTIONS+= --enable-calendar -.else -MOZ_OPTIONS+= --disable-calendar -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/suite/app/nsSuiteApp.cpp