Index: head/sysutils/currtime/Makefile =================================================================== --- head/sysutils/currtime/Makefile (revision 415274) +++ head/sysutils/currtime/Makefile (revision 415275) @@ -1,21 +1,24 @@ # $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 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= neelchauhan ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/currtime/distinfo =================================================================== --- head/sysutils/currtime/distinfo (revision 415274) +++ head/sysutils/currtime/distinfo (revision 415275) @@ -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 Index: head/sysutils/currtime/pkg-descr =================================================================== --- head/sysutils/currtime/pkg-descr (revision 415274) +++ head/sysutils/currtime/pkg-descr (revision 415275) @@ -1,8 +1,8 @@ currtime is an enhanced command-line operated real time clock. Features include: * Time displayed in Unix-compatible format * Shows the current time on the same line * 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