svn commit: r439959 - head/sysutils/istatserver

Babak Farrokhi farrokhi at FreeBSD.org
Tue May 2 15:53:23 UTC 2017


Author: farrokhi
Date: Tue May  2 15:53:21 2017
New Revision: 439959
URL: https://svnweb.freebsd.org/changeset/ports/439959

Log:
  Unbreak sysutils/istatserver
  
  Reported by:	linimon
  Reviewed by:	mat
  Approved by:	mat
  Differential Revision:	https://reviews.freebsd.org/D10571

Modified:
  head/sysutils/istatserver/Makefile
  head/sysutils/istatserver/pkg-descr

Modified: head/sysutils/istatserver/Makefile
==============================================================================
--- head/sysutils/istatserver/Makefile	Tue May  2 15:48:13 2017	(r439958)
+++ head/sysutils/istatserver/Makefile	Tue May  2 15:53:21 2017	(r439959)
@@ -15,8 +15,6 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libsqlite3.so:databases/sqlite3
 
-BROKEN=		does not build (attempt to chown from do-install)
-
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
 

Modified: head/sysutils/istatserver/pkg-descr
==============================================================================
--- head/sysutils/istatserver/pkg-descr	Tue May  2 15:48:13 2017	(r439958)
+++ head/sysutils/istatserver/pkg-descr	Tue May  2 15:53:21 2017	(r439959)
@@ -3,3 +3,5 @@ from Linux, Solaris & FreeBSD. istatserv
 network and disk usage and keeps the history. Once connecting from the
 iPhone and entering the lock code this data will be sent to the iPhone
 and shown in fancy graphs.
+
+WWW: https://bjango.com/linux/istatserver/


More information about the svn-ports-all mailing list