From owner-svn-ports-all@freebsd.org Sun Oct 23 07:20:07 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 A74E6C1ED40; Sun, 23 Oct 2016 07:20:07 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4824DBCC; Sun, 23 Oct 2016 07:20:07 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id b81so165734687lfe.1; Sun, 23 Oct 2016 00:20:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=3ZRnfo8ma/WTtUMzvX+MBe+sSv5MQT4BXu/kAi7Q4Z8=; b=QWVeF2kxuY5OneG3IJpUGYd6xLjwOeAJ/nxFI5EXzrD/Ti1BDXiDEp9PuTVDrOzXKP 78jvBCAFbQz7j1ve2PL1RDkTnE7AELXeTk4guIAv+dJml3tv2VdS/wtNDvlh22nsmp7A yJ5VS0krNqmGV60LkHVdI7pwAFX0kbqUacdXduYzIjRtjeIxfSuRJBzYICA91KliJNIF wc1s1V7dbG/T/2AmLgDDr0KwQdgVfgVzc3Wuq0a3vPSP9Daee2KppDDhvehT1qFQZQoD xm5HJAnhVwkBeYBDgGZcD5GmlgLoP+kbLY24B2cTXfmJ4g7YxZF4+VPXblR/Uhr4+AGE QEcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=3ZRnfo8ma/WTtUMzvX+MBe+sSv5MQT4BXu/kAi7Q4Z8=; b=JoawfmLN4rqLHcoi6JppHeEqu83IqDH4D70q13ZWQrf6o4SLezqzCdLzVl4BBUPGWX fpjZlnnTWmr8YV0eXeTvWM1JKlCapnSodx47ZvYsGowpK4dE+zaRtCcTXGNdPM4cPq5H no5ucGPh9R6QE6bUweeKiOuJz3ndOXq47NTV2Sd1SFd0fr8+r6nKNMSTYfyxRF8V+TtG 5YfFGb5YC0N6vlG8olIsF4FctW9PA6YNAENkkQNnTP0PEgxtu4ahJgXsLaDnNesdR+MP +CUVbLiX/aAaA4ez5GqT4qA1wfFxJesixpkU3h3Z19/sLnh/oXBE/dysHA+N6AqZ31CS flLw== X-Gm-Message-State: ABUngvchPDysfKghZl9ot5ptGRSVQLAwLLr1GGIyOyo3iKQMGyZwtJirQN8cw5/UL4MfJtd/WB5pIa4LvNfSlg== X-Received: by 10.25.133.198 with SMTP id h189mr3205179lfd.95.1477207204056; Sun, 23 Oct 2016 00:20:04 -0700 (PDT) MIME-Version: 1.0 Sender: bsdkaffee@gmail.com Received: by 10.25.18.167 with HTTP; Sun, 23 Oct 2016 00:20:03 -0700 (PDT) In-Reply-To: <201610230359.u9N3xt7u074086@repo.freebsd.org> References: <201610230359.u9N3xt7u074086@repo.freebsd.org> From: "Jason E. Hale" Date: Sun, 23 Oct 2016 03:20:03 -0400 X-Google-Sender-Auth: euWp3XQAzlrrZPuC8-XzjkntyPE Message-ID: Subject: Re: svn commit: r424494 - in head/devel/libsysinfo: . files To: Warner Losh Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 23 Oct 2016 07:20:07 -0000 On Sat, Oct 22, 2016 at 11:59 PM, Warner Losh wrote: > > 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@gmail.com > +MAINTAINER= imp@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 > You can drop MASTER_SITES, and you should define DISTVERSIONPREFIX=v instead of using GH_TAGNAME. That will give a more reasonable DISTNAME (bsdimp-libsysinfo-v0.0.3_GH0 instead of bsdimp-libsysinfo-0.0.3-v0.0.3_GH0).