svn commit: r424569 - head/net-mgmt/hastmon

Mikolaj Golub trociny at FreeBSD.org
Mon Oct 24 14:47:01 UTC 2016


Author: trociny
Date: Mon Oct 24 14:46:59 2016
New Revision: 424569
URL: https://svnweb.freebsd.org/changeset/ports/424569

Log:
  use another upstream and unbreak port

Modified:
  head/net-mgmt/hastmon/Makefile
  head/net-mgmt/hastmon/distinfo

Modified: head/net-mgmt/hastmon/Makefile
==============================================================================
--- head/net-mgmt/hastmon/Makefile	Mon Oct 24 14:46:40 2016	(r424568)
+++ head/net-mgmt/hastmon/Makefile	Mon Oct 24 14:46:59 2016	(r424569)
@@ -4,17 +4,17 @@
 PORTNAME=	hastmon
 PORTVERSION=	0.3.2
 CATEGORIES=	net-mgmt
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	trociny at FreeBSD.org
 COMMENT=	Cluster monitoring daemon
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN=		Unfetchable (google code has gone away)
-
 BUILD_DEPENDS=	mk-configure>=0.20:devel/mk-configure
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	trociny
+
 USES=		ssl
 MKCMAKE?=	${LOCALBASE}/bin/mkcmake
 INSTALL_TARGET=	installdirs install
@@ -37,7 +37,7 @@ do-install:
 
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for doc in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${doc} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
 .endfor
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/hastmon/distinfo
==============================================================================
--- head/net-mgmt/hastmon/distinfo	Mon Oct 24 14:46:40 2016	(r424568)
+++ head/net-mgmt/hastmon/distinfo	Mon Oct 24 14:46:59 2016	(r424569)
@@ -1,2 +1,3 @@
-SHA256 (hastmon-0.3.2.tar.gz) = d990e730d1cea499370dbcccbbb222516575697a5d98edb20e130aeb5aa2dada
-SIZE (hastmon-0.3.2.tar.gz) = 79686
+TIMESTAMP = 1477319544
+SHA256 (trociny-hastmon-0.3.2_GH0.tar.gz) = 50bf7bf7c9c98b554466ac44bb801078554b252c06efeee80c77dc2044ddc19b
+SIZE (trociny-hastmon-0.3.2_GH0.tar.gz) = 78120


More information about the svn-ports-head mailing list