Date: Sat, 29 Aug 2015 13:44:48 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395553 - head/sysutils/istatd Message-ID: <201508291344.t7TDimhQ032539@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508291344.t7TDimhQ032539>