svn commit: r346891 - head/sysutils/istatd

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 3 13:12:26 UTC 2014


Author: ehaupt
Date: Mon Mar  3 13:12:26 2014
New Revision: 346891
URL: http://svnweb.freebsd.org/changeset/ports/346891
QAT: https://qat.redports.org/buildarchive/r346891/

Log:
  - New LIB_DEPENDS definition
  - Use WWW: with a single space

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

Modified: head/sysutils/istatd/Makefile
==============================================================================
--- head/sysutils/istatd/Makefile	Mon Mar  3 13:11:08 2014	(r346890)
+++ head/sysutils/istatd/Makefile	Mon Mar  3 13:12:26 2014	(r346891)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://cloud.github.com/do
 MAINTAINER=	farrokhi at FreeBSD.org
 COMMENT=	Daemon for iStat iPhone application
 
-LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/sysutils/istatd/pkg-descr
==============================================================================
--- head/sysutils/istatd/pkg-descr	Mon Mar  3 13:11:08 2014	(r346890)
+++ head/sysutils/istatd/pkg-descr	Mon Mar  3 13:12:26 2014	(r346891)
@@ -4,4 +4,4 @@ network and disk usage and keeps the his
 iPhone and entering the lock code this data will be sent to the iPhone
 and shown in fancy graphs.
 
-WWW:	http://code.google.com/p/istatd/
+WWW: http://code.google.com/p/istatd/


More information about the svn-ports-all mailing list