From owner-svn-ports-all@FreeBSD.ORG Sun Mar 15 12:14:42 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9757F312; Sun, 15 Mar 2015 12:14:42 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 246259B6; Sun, 15 Mar 2015 12:14:42 +0000 (UTC) Received: by wixw10 with SMTP id w10so15575197wix.0; Sun, 15 Mar 2015 05:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=E95JhqUI2gTBoVM/mxrC/EhEzvqjFiAQeGaKlVlHSmY=; b=LS5H96GjpTgRP+b2HdtE35RVCPnZNmWUjwwM8n/kwsnV12lnnELxbKgPTGkouV9deF MsA0wn/stUeaaEisE+subidtLFiZ2SFwo5e2RFw32qdJoSmlg5hZ30O22hniBaNFReqY 7roJ8/G9mMqmA0B+DIgZFiz4cnLzi4gxIT+bdQQ5+NvgvWBEMGB+MQ1u+K+OIV9dUu5M OSZHVdBZ2S8QYBiSlC27IENv8grAzhIvNwLOiRsOJ+ZvLdhTjrra8mBlWCz8Lf41jPff zZLd83GI7nqOT6Oykuib2Gjc+bg9w3UCzSWSmgkFtSRDSPwimNCh99gye5YEuQhiqN1y 0/ww== X-Received: by 10.180.72.98 with SMTP id c2mr157008301wiv.87.1426421680584; Sun, 15 Mar 2015 05:14:40 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id lj13sm10781104wic.9.2015.03.15.05.14.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Mar 2015 05:14:39 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 15 Mar 2015 13:14:37 +0100 From: Baptiste Daroussin To: Olivier Duchateau Subject: Re: svn commit: r381299 - head/x11-wm/xfce4 Message-ID: <20150315121437.GC74861@ivaldir.etoilebsd.net> References: <201503150750.t2F7oBDI086660@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4jXrM3lyYWu4nBt5" Content-Disposition: inline In-Reply-To: <201503150750.t2F7oBDI086660@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 15 Mar 2015 12:14:42 -0000 --4jXrM3lyYWu4nBt5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 15, 2015 at 07:50:11AM +0000, Olivier Duchateau wrote: > Author: olivierd > Date: Sun Mar 15 07:50:10 2015 > New Revision: 381299 > URL: https://svnweb.freebsd.org/changeset/ports/381299 > QAT: https://qat.redports.org/buildarchive/r381299/ >=20 > Log: > Bump PORTREVISION after update of x11-wm/xfce4-wm (revision r381298) >=20 > Modified: > head/x11-wm/xfce4/Makefile >=20 > Modified: head/x11-wm/xfce4/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/x11-wm/xfce4/Makefile Sun Mar 15 07:46:50 2015 (r381298) > +++ head/x11-wm/xfce4/Makefile Sun Mar 15 07:50:10 2015 (r381299) > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D xfce > PORTVERSION=3D 4.12 > +PORTREVISION=3D 1 Out of curiosity what is the point of bumping the port revision of a meta p= ort after updating one of its dependencies? Bapt --4jXrM3lyYWu4nBt5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUFd60ACgkQ8kTtMUmk6Ew6NwCePWY/uwyTTlFSkGTTK56QNJbQ iqgAoLP5g3irjhoAKReye4P6YqUUfy7n =dLn0 -----END PGP SIGNATURE----- --4jXrM3lyYWu4nBt5--