From owner-svn-ports-head@FreeBSD.ORG Fri Jun 7 15:46:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 898A8DC5; Fri, 7 Jun 2013 15:46:48 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7AD041771; Fri, 7 Jun 2013 15:46:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r57FkmfE059429; Fri, 7 Jun 2013 15:46:48 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r57FkmS8059426; Fri, 7 Jun 2013 15:46:48 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306071546.r57FkmS8059426@svn.freebsd.org> From: William Grzybowski Date: Fri, 7 Jun 2013 15:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320219 - head/devel/libsysinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 15:46:48 -0000 Author: wg Date: Fri Jun 7 15:46:47 2013 New Revision: 320219 URL: http://svnweb.freebsd.org/changeset/ports/320219 Log: - Fix libkvm dependency link [1] - Trim Makefile header - Use space for WWW in pkg-descr PR: ports/179394 [1] Submitted by: Oleg A. Mamontov [1] Approved by: culot / jpaetzel (mentors, implicit), maintainer Modified: head/devel/libsysinfo/Makefile head/devel/libsysinfo/pkg-descr Modified: head/devel/libsysinfo/Makefile ============================================================================== --- head/devel/libsysinfo/Makefile Fri Jun 7 15:43:53 2013 (r320218) +++ head/devel/libsysinfo/Makefile Fri Jun 7 15:46:47 2013 (r320219) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsysinfo -# Date created: 14 April 2012 -# Whom: Jason Bacon -# +# Created by: Jason Bacon # $FreeBSD$ -# PORTNAME= libsysinfo PORTVERSION= 0.0.2 @@ -18,6 +14,8 @@ LICENSE= BSD USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd +LDFLAGS+= -lkvm + PLIST_FILES= include/sys/sysinfo.h \ lib/libsysinfo.a \ lib/libsysinfo.so \ Modified: head/devel/libsysinfo/pkg-descr ============================================================================== --- head/devel/libsysinfo/pkg-descr Fri Jun 7 15:43:53 2013 (r320218) +++ head/devel/libsysinfo/pkg-descr Fri Jun 7 15:46:47 2013 (r320219) @@ -2,4 +2,4 @@ The sysinfo(3) function is a GNU interfa about the configuration and state of the system, such as is returned by sysctl(3) and sysconf(3). -WWW: http://code.google.com/p/sysinfo-bsd/ +WWW: http://code.google.com/p/sysinfo-bsd/