diff options
author | trociny <trociny@FreeBSD.org> | 2016-10-24 22:46:59 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2016-10-24 22:46:59 +0800 |
commit | 9cfd9091a4ecaec283a66b1a43529d07b8a967a2 (patch) | |
tree | 4e882df11b86b0d4ad2a4470dc50ba3e93ef2ea4 /net-mgmt | |
parent | 18875dee3f055a0c09b7b7ee8049e856e73e9ad8 (diff) | |
download | freebsd-ports-gnome-9cfd9091a4ecaec283a66b1a43529d07b8a967a2.tar.gz freebsd-ports-gnome-9cfd9091a4ecaec283a66b1a43529d07b8a967a2.tar.zst freebsd-ports-gnome-9cfd9091a4ecaec283a66b1a43529d07b8a967a2.zip |
use another upstream and unbreak port
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/hastmon/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/hastmon/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile index eb9e6061700f..aeb1ac91d477 100644 --- a/net-mgmt/hastmon/Makefile +++ b/net-mgmt/hastmon/Makefile @@ -4,17 +4,17 @@ PORTNAME= hastmon PORTVERSION= 0.3.2 CATEGORIES= net-mgmt -MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@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> diff --git a/net-mgmt/hastmon/distinfo b/net-mgmt/hastmon/distinfo index ff779d3ad585..6ef666c72b4a 100644 --- a/net-mgmt/hastmon/distinfo +++ b/net-mgmt/hastmon/distinfo @@ -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 |