hi, I published a new version of reed-alert, here is the port update
most notable change is the rename for file-exists to check-file-exists
because otherwise it would collide with an SBCL internal function.
while there, I enabled tests for the port
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/reed-alert/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 8 May 2022 09:39:33 -0000 1.6
+++ Makefile 28 Jun 2023 12:44:14 -0000
@@ -1,8 +1,6 @@
COMMENT = system monitoring and alert notifier
-DISTNAME = reed-alert-v1.05
-REVISION = 0
+DISTNAME = reed-alert-v1.06
PKGNAME = ${DISTNAME:S/-v/-/}
-EXTRACT_SUFX = .tgz
CATEGORIES = sysutils
HOMEPAGE = https://dataswamp.org/~solene/2018-01-17-reed-alert.html
@@ -15,7 +13,10 @@ MASTER_SITES = ftp://bitreich.org/releas
RUN_DEPENDS = net/curl \
lang/ecl
-NO_TEST = Yes
+# required for tests
+PORTHOME = ${WRKDIR}
+
+TEST_DEPENDS = lang/ecl
PKG_ARCH = *
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/reed-alert/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 13 Apr 2022 11:45:34 -0000 1.3
+++ distinfo 28 Jun 2023 12:44:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (reed-alert-v1.05.tgz) = 1Jjg1IBj+TqYprvgpZbaWOYfYxhrD3jUpaoaMB1BNoE=
-SIZE (reed-alert-v1.05.tgz) = 12473
+SHA256 (reed-alert-v1.06.tar.gz) = dqErPDwxjMgzt1PIL9ogJxiZa6U7nteMJIpab2q8fhk=
+SIZE (reed-alert-v1.06.tar.gz) = 12531