From owner-svn-ports-all@freebsd.org Sun May 15 18:16:30 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 CE5FAB3CB46; Sun, 15 May 2016 18:16:30 +0000 (UTC) (envelope-from pi@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 85A871DAF; Sun, 15 May 2016 18:16:30 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4FIGTvL035069; Sun, 15 May 2016 18:16:29 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4FIGTXe035066; Sun, 15 May 2016 18:16:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605151816.u4FIGTXe035066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 May 2016 18:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415275 - head/sysutils/currtime 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.22 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 May 2016 18:16:30 -0000 Author: pi Date: Sun May 15 18:16:29 2016 New Revision: 415275 URL: https://svnweb.freebsd.org/changeset/ports/415275 Log: sysutils/currtime: 0.2.4 -> 0.2.5 - move distsite to github - internal changes (transition away from global variables) PR: 209506 Submitted by: Neel Chauhan (maintainer) Modified: head/sysutils/currtime/Makefile head/sysutils/currtime/distinfo head/sysutils/currtime/pkg-descr Modified: head/sysutils/currtime/Makefile ============================================================================== --- head/sysutils/currtime/Makefile Sun May 15 18:07:11 2016 (r415274) +++ head/sysutils/currtime/Makefile Sun May 15 18:16:29 2016 (r415275) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= currtime -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MASTER_SITES= http://www.neelc.org/files/currtime/${PORTVERSION}/ MAINTAINER= neel@neelc.org COMMENT= Enhanced command-line operated real time clock @@ -11,6 +11,9 @@ COMMENT= Enhanced command-line operated LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GITHUB= yes +GH_ACCOUNT= neelchauhan + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} Modified: head/sysutils/currtime/distinfo ============================================================================== --- head/sysutils/currtime/distinfo Sun May 15 18:07:11 2016 (r415274) +++ head/sysutils/currtime/distinfo Sun May 15 18:16:29 2016 (r415275) @@ -1,2 +1,3 @@ -SHA256 (currtime-0.2.4.tar.gz) = 7f166e929a52a29a8687a2400838e1d143e96717ef4ad0b648ce417a8a21ebd1 -SIZE (currtime-0.2.4.tar.gz) = 3973 +TIMESTAMP = 1463253887 +SHA256 (neelchauhan-currtime-v0.2.5_GH0.tar.gz) = 4d17512bd88ba4e709de6f5b057a3db1609e4e96adad1c783732c0e869e88cda +SIZE (neelchauhan-currtime-v0.2.5_GH0.tar.gz) = 4105 Modified: head/sysutils/currtime/pkg-descr ============================================================================== --- head/sysutils/currtime/pkg-descr Sun May 15 18:07:11 2016 (r415274) +++ head/sysutils/currtime/pkg-descr Sun May 15 18:16:29 2016 (r415275) @@ -5,4 +5,4 @@ currtime is an enhanced command-line ope * Can run for a specified number of ticks (seconds) with the -T (ticks) flag * Option to display each tick on a new line with the -n flag -WWW: http://www.neelc.org/software/currtime/ +WWW: https://github.com/neelchauhan/currtime