From owner-svn-ports-all@freebsd.org Fri Feb 26 18:08:31 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BE2CAB592E; Fri, 26 Feb 2016 18:08:31 +0000 (UTC) (envelope-from jgh@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 mx1.freebsd.org (Postfix) with ESMTPS id 1DE13DC2; Fri, 26 Feb 2016 18:08:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1QI8UWw059256; Fri, 26 Feb 2016 18:08:30 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1QI8UBY059255; Fri, 26 Feb 2016 18:08:30 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201602261808.u1QI8UBY059255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 26 Feb 2016 18:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409627 - head/x11/slock X-SVN-Group: ports-head 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.20 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: Fri, 26 Feb 2016 18:08:31 -0000 Author: jgh Date: Fri Feb 26 18:08:29 2016 New Revision: 409627 URL: https://svnweb.freebsd.org/changeset/ports/409627 Log: - set maintainer PR: 207517 Submitted by: portmaster@bsdforge.com (maintainer) Modified: head/x11/slock/Makefile Modified: head/x11/slock/Makefile ============================================================================== --- head/x11/slock/Makefile Fri Feb 26 17:20:11 2016 (r409626) +++ head/x11/slock/Makefile Fri Feb 26 18:08:29 2016 (r409627) @@ -6,7 +6,7 @@ PORTVERSION= 1.3 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Simple X screen locker LICENSE= MIT