From owner-svn-ports-head@freebsd.org Mon Feb 5 01:56:53 2018 Return-Path: Delivered-To: svn-ports-head@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 C1D39EE5FED; Mon, 5 Feb 2018 01:56:53 +0000 (UTC) (envelope-from jrm@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 735257C45D; Mon, 5 Feb 2018 01:56:53 +0000 (UTC) (envelope-from jrm@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 6D9A42240A; Mon, 5 Feb 2018 01:56:53 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w151ur0Q097268; Mon, 5 Feb 2018 01:56:53 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w151ursS097267; Mon, 5 Feb 2018 01:56:53 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201802050156.w151ursS097267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 5 Feb 2018 01:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460958 - head/x11-wm/stumpwm X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/x11-wm/stumpwm X-SVN-Commit-Revision: 460958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 01:56:53 -0000 Author: jrm Date: Mon Feb 5 01:56:53 2018 New Revision: 460958 URL: https://svnweb.freebsd.org/changeset/ports/460958 Log: x11-wm/stumpwm: Bump PORTREVISION after x11/cl-clx-sbcl update Modified: head/x11-wm/stumpwm/Makefile (contents, props changed) Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Mon Feb 5 01:56:49 2018 (r460957) +++ head/x11-wm/stumpwm/Makefile Mon Feb 5 01:56:53 2018 (r460958) @@ -4,7 +4,7 @@ PORTNAME= stumpwm DISTVERSIONPREFIX=v DISTVERSION= 1.0.1-rc -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org