From owner-svn-ports-all@freebsd.org Sat Aug 29 13:44:48 2015 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 74EB99C503E; Sat, 29 Aug 2015 13:44:48 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 659EE28C; Sat, 29 Aug 2015 13:44:48 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7TDimbl032540; Sat, 29 Aug 2015 13:44:48 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7TDimhQ032539; Sat, 29 Aug 2015 13:44:48 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201508291344.t7TDimhQ032539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Sat, 29 Aug 2015 13:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395553 - head/sysutils/istatd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 29 Aug 2015 13:44:48 -0000 Author: farrokhi Date: Sat Aug 29 13:44:47 2015 New Revision: 395553 URL: https://svnweb.freebsd.org/changeset/ports/395553 Log: sysutils/istatd: - Clarify LICENSE - Cleanup Makefile Approved by: mat Differential Revision: https://reviews.freebsd.org/D3512 Modified: head/sysutils/istatd/Makefile Modified: head/sysutils/istatd/Makefile ============================================================================== --- head/sysutils/istatd/Makefile Sat Aug 29 12:45:31 2015 (r395552) +++ head/sysutils/istatd/Makefile Sat Aug 29 13:44:47 2015 (r395553) @@ -5,20 +5,25 @@ PORTNAME= istatd PORTVERSION= 0.5.8 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/tiwilliam/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= farrokhi@FreeBSD.org COMMENT= Daemon for iStat iPhone application +LICENSE= BSD3CLAUSE + LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +USE_GITHUB= yes +GH_ACCOUNT= tiwilliam + GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} PLIST_FILES= bin/istatd etc/istat.conf-dist man/man1/istatd.1.gz \ man/man5/istat.conf.5.gz -SUB_FILES+= pkg-message +SUB_FILES= pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/istatd ${STAGEDIR}${PREFIX}/bin