svn commit: r415275 - head/sysutils/currtime

Kurt Jaeger pi at FreeBSD.org
Sun May 15 18:16:30 UTC 2016


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 <neel at neelc.org> (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 at 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


More information about the svn-ports-head mailing list