git: 7f26248740a1 - main - net-mgmt/hastmon: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:42:45 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f26248740a187c8e0e303649a49a7ab0687ba20
commit 7f26248740a187c8e0e303649a49a7ab0687ba20
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:42:37 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:42:37 +0000
net-mgmt/hastmon: Remove expired port
2025-12-31 net-mgmt/hastmon: broken, dead upstream
---
MOVED | 1 +
net-mgmt/Makefile | 1 -
net-mgmt/hastmon/Makefile | 49 ----------------------------------------------
net-mgmt/hastmon/distinfo | 3 ---
net-mgmt/hastmon/pkg-descr | 5 -----
net-mgmt/hastmon/pkg-plist | 6 ------
6 files changed, 1 insertion(+), 64 deletions(-)
diff --git a/MOVED b/MOVED
index 7e6cd170edf0..50fb7f230408 100644
--- a/MOVED
+++ b/MOVED
@@ -4983,3 +4983,4 @@ archivers/py-borgbackup12|archivers/py-borgbackup|2025-12-31|Has expired: Likely
devel/fastcrc||2025-12-31|Has expired: dead upstream
graphics/osgearth||2025-12-31|Has expired: fails to build
security/nextcloud-passman||2025-12-31|Has expired: Upstream unmaintained
+net-mgmt/hastmon||2025-12-31|Has expired: broken, dead upstream
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 821f1877c90b..078240e86b19 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -86,7 +86,6 @@
SUBDIR += grok_exporter
SUBDIR += gsnmp
SUBDIR += guifi-snpservices
- SUBDIR += hastmon
SUBDIR += icinga-ipl-i18n
SUBDIR += icinga-php-library
SUBDIR += icinga-php-thirdparty
diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile
deleted file mode 100644
index f04164e01ae3..000000000000
--- a/net-mgmt/hastmon/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-PORTNAME= hastmon
-PORTVERSION= 0.3.4
-PORTREVISION= 1
-CATEGORIES= net-mgmt
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cluster monitoring daemon
-WWW= http://hastmon.googlecode.com/
-
-LICENSE= BSD2CLAUSE
-
-BROKEN= cc: error: no such file or directory: *.o
-DEPRECATED= broken, dead upstream
-EXPIRATION_DATE= 2025-12-31
-
-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
-MAKE_ARGS= MANDIR=${PREFIX}/share/man
-
-PORTDOCS= ChangeLog COPYRIGHT README
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- ${REINPLACE_CMD} \
- -e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" \
- -e "s|\(-DHAVE_CRYPTO\)|-I${OPENSSLINC} \1|g" \
- ${WRKSRC}/hastmon/Makefile \
- ${WRKSRC}/hastmonctl/Makefile
-
-do-build:
- ${SETENV} ${MKCMAKE_ENV} ${MKCMAKE} -C ${WRKSRC}
-
-do-install:
- ${SETENV} ${MKCMAKE_ENV} DESTDIR=${STAGEDIR} \
- ${MKCMAKE} -C ${WRKSRC} ${INSTALL_TARGET} ${MAKE_ARGS}
-
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/hastmon/distinfo b/net-mgmt/hastmon/distinfo
deleted file mode 100644
index 160e8622c15d..000000000000
--- a/net-mgmt/hastmon/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1583683933
-SHA256 (trociny-hastmon-0.3.4_GH0.tar.gz) = e2985070ea0cecfd1fd1040d947d282e1edfaea6219e5f5fe56a1f3139fc27c1
-SIZE (trociny-hastmon-0.3.4_GH0.tar.gz) = 78292
diff --git a/net-mgmt/hastmon/pkg-descr b/net-mgmt/hastmon/pkg-descr
deleted file mode 100644
index dc44a0efae10..000000000000
--- a/net-mgmt/hastmon/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-hastmon is a monitoring daemon that allows a couple of hosts to run a
-service providing automatic failover. Those machines will be called a
-cluster and each machine is one cluster node. hastmon is designed for
-clusters that work in Primary-Secondary configuration, which means
-that only one of the cluster nodes can be active at any given time.
diff --git a/net-mgmt/hastmon/pkg-plist b/net-mgmt/hastmon/pkg-plist
deleted file mode 100644
index d62885034a38..000000000000
--- a/net-mgmt/hastmon/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-etc/rc.d/hastmon
-sbin/hastmon
-sbin/hastmonctl
-share/man/man5/hastmon.conf.5.gz
-share/man/man8/hastmon.8.gz
-share/man/man8/hastmonctl.8.gz