From owner-svn-ports-all@freebsd.org Fri Jul 20 22:02:38 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 3C0DC1053F07; Fri, 20 Jul 2018 22:02:38 +0000 (UTC) (envelope-from yuri@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 DF8148F06A; Fri, 20 Jul 2018 22:02:37 +0000 (UTC) (envelope-from yuri@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 C1C43160D4; Fri, 20 Jul 2018 22:02:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6KM2bCX038358; Fri, 20 Jul 2018 22:02:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KM2bnm038356; Fri, 20 Jul 2018 22:02:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807202202.w6KM2bnm038356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 20 Jul 2018 22:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475039 - head/x11/xprintidle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11/xprintidle X-SVN-Commit-Revision: 475039 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.27 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, 20 Jul 2018 22:02:38 -0000 Author: yuri Date: Fri Jul 20 22:02:37 2018 New Revision: 475039 URL: https://svnweb.freebsd.org/changeset/ports/475039 Log: x11/xprintidle: Change to a more recent fork that has version 2.1 Modified: head/x11/xprintidle/Makefile head/x11/xprintidle/distinfo Modified: head/x11/xprintidle/Makefile ============================================================================== --- head/x11/xprintidle/Makefile Fri Jul 20 21:26:21 2018 (r475038) +++ head/x11/xprintidle/Makefile Fri Jul 20 22:02:37 2018 (r475039) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= xprintidle -DISTVERSION= 0.2.2 +DISTVERSIONPREFIX= v +DISTVERSION= 2.1 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase:ldflags GNU_CONFIGURE= yes USE_GITHUB= yes -GH_ACCOUNT= g0hl1n +GH_ACCOUNT= lucianposton USE_XORG= x11 xext xscrnsaver PLIST_FILES= bin/xprintidle Modified: head/x11/xprintidle/distinfo ============================================================================== --- head/x11/xprintidle/distinfo Fri Jul 20 21:26:21 2018 (r475038) +++ head/x11/xprintidle/distinfo Fri Jul 20 22:02:37 2018 (r475039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531943941 -SHA256 (g0hl1n-xprintidle-0.2.2_GH0.tar.gz) = 8484ac3c748214ae8330f84974bf92aee76033a4072ea86b02cd0f831ac0b6a6 -SIZE (g0hl1n-xprintidle-0.2.2_GH0.tar.gz) = 90851 +TIMESTAMP = 1532123599 +SHA256 (lucianposton-xprintidle-v2.1_GH0.tar.gz) = 0cb85ffb40fe4bba5c21e1abbc391b3f93629300558a09094648d698e0b7e7de +SIZE (lucianposton-xprintidle-v2.1_GH0.tar.gz) = 92360