svn commit: r451120 - head/net/bsdrcmds

Jeremie Le Hen jlh at FreeBSD.org
Tue Oct 3 09:17:09 UTC 2017


Author: jlh (src committer)
Date: Tue Oct  3 09:17:08 2017
New Revision: 451120
URL: https://svnweb.freebsd.org/changeset/ports/451120

Log:
  I should always test end-to-end before committing (x10).
  
  It turns out I forgot to update the Makefile in the Github project
  after the removal of ruptime/rwho/rwhod.  So new tag, new distinfo.

Modified:
  head/net/bsdrcmds/Makefile
  head/net/bsdrcmds/distinfo

Modified: head/net/bsdrcmds/Makefile
==============================================================================
--- head/net/bsdrcmds/Makefile	Tue Oct  3 09:02:06 2017	(r451119)
+++ head/net/bsdrcmds/Makefile	Tue Oct  3 09:17:08 2017	(r451120)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	bsdrcmds
-PORTVERSION=	20171003
+PORTVERSION=	20171003.01
 CATEGORIES=	net
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jlehen
 
 MAINTAINER=	jlh at FreeBSD.org
-COMMENT=	FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd/ruptime/rwho/rwhod)
+COMMENT=	FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd)
 
 LICENSE=	BSD3CLAUSE
 

Modified: head/net/bsdrcmds/distinfo
==============================================================================
--- head/net/bsdrcmds/distinfo	Tue Oct  3 09:02:06 2017	(r451119)
+++ head/net/bsdrcmds/distinfo	Tue Oct  3 09:17:08 2017	(r451120)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507020906
-SHA256 (jlehen-bsdrcmds-20171003_GH0.tar.gz) = ee0f6e65236087c0462d2a62cafe3f54b59c8f2dc79e1ad4f8895f41b06a08f9
-SIZE (jlehen-bsdrcmds-20171003_GH0.tar.gz) = 30082
+TIMESTAMP = 1507021885
+SHA256 (jlehen-bsdrcmds-20171003.01_GH0.tar.gz) = 904ce71744493944806b7aa460f4ba3bddfaa7117d7c38505b2d851ccbab301c
+SIZE (jlehen-bsdrcmds-20171003.01_GH0.tar.gz) = 30067


More information about the svn-ports-all mailing list