svn commit: r424494 - in head/devel/libsysinfo: . files

Warner Losh imp at FreeBSD.org
Sun Oct 23 03:59:56 UTC 2016


Author: imp
Date: Sun Oct 23 03:59:55 2016
New Revision: 424494
URL: https://svnweb.freebsd.org/changeset/ports/424494

Log:
  Take over libsysinfo. It's been in google code for a while unupdated
  and has been marked as broken here. Strap on the hob-nailed tennis
  shoes of progress and adopt it into my github realm. I want my
  lxpanel back, and this stands stupidly in the way.

Deleted:
  head/devel/libsysinfo/files/
Modified:
  head/devel/libsysinfo/Makefile
  head/devel/libsysinfo/distinfo

Modified: head/devel/libsysinfo/Makefile
==============================================================================
--- head/devel/libsysinfo/Makefile	Sun Oct 23 03:55:09 2016	(r424493)
+++ head/devel/libsysinfo/Makefile	Sun Oct 23 03:59:55 2016	(r424494)
@@ -2,21 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	libsysinfo
-PORTVERSION=	0.0.2
-PORTREVISION=	1
+PORTVERSION=	0.0.3
 CATEGORIES=	devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	GH
 
-MAINTAINER=	bacon4000 at gmail.com
+MAINTAINER=	imp at bsdimp.com
 COMMENT=	GNU libc's sysinfo port for FreeBSD
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		Unfetchable (google code has gone away)
+USE_GITHUB=	yes
+GH_ACCOUNT=	bsdimp
+GH_TAGNAME=	v${PORTVERSION}
 
 USES=		uidfix
 USE_LDCONFIG=	yes
-PROJECTHOST=	sysinfo-bsd
 
 LDFLAGS+=	-lkvm
 

Modified: head/devel/libsysinfo/distinfo
==============================================================================
--- head/devel/libsysinfo/distinfo	Sun Oct 23 03:55:09 2016	(r424493)
+++ head/devel/libsysinfo/distinfo	Sun Oct 23 03:59:55 2016	(r424494)
@@ -1,2 +1,3 @@
-SHA256 (libsysinfo-0.0.2.tar.gz) = 190fbb5002950bcb16d618eeceb144d226dc363d44949ee0c935166f0420db8b
-SIZE (libsysinfo-0.0.2.tar.gz) = 3541
+TIMESTAMP = 1477194911
+SHA256 (bsdimp-libsysinfo-0.0.3-v0.0.3_GH0.tar.gz) = 0ef6c9aa67f977924c7e6e570a0e77b24da3247058992b5b8a96b0b7d9d1d41a
+SIZE (bsdimp-libsysinfo-0.0.3-v0.0.3_GH0.tar.gz) = 3623


More information about the svn-ports-all mailing list