svn commit: r556765 - head/sysutils/radmind
Mikael Urankar
mikael at FreeBSD.org
Tue Dec 1 17:10:28 UTC 2020
Author: mikael
Date: Tue Dec 1 17:10:27 2020
New Revision: 556765
URL: https://svnweb.freebsd.org/changeset/ports/556765
Log:
sysutils/radmind: Update to 1.15.3
- Bump the port to radmind 1.15.3 with a compatibility shim
for ASN1_STRING_get0_data on OpenSSL < 1.1.0
- This patch also switches to using gmake to fix an issue with the man pages
not building on FreeBSD 11.4 (even though they build fine on 12 & 13).
PR: 251495
Submitted by: mikeg at bsd-box.net (maintainer)
Modified:
head/sysutils/radmind/Makefile
head/sysutils/radmind/distinfo
Modified: head/sysutils/radmind/Makefile
==============================================================================
--- head/sysutils/radmind/Makefile Tue Dec 1 17:10:15 2020 (r556764)
+++ head/sysutils/radmind/Makefile Tue Dec 1 17:10:27 2020 (r556765)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= radmind
-PORTVERSION= 1.15.2
-PORTREVISION= 2020091801
+PORTVERSION= 1.15.3
+PORTREVISION= 2020113001
CATEGORIES= sysutils
MASTER_SITES= https://github.com/voretaq7/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
@@ -15,7 +15,8 @@ LICENSE_NAME= University of Michigan License
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= ssl
+USES= gmake ssl
+MAKE_CMD= gmake
USE_RC_SUBR= radmind
MAKE_JOBS_UNSAFE= yes
Modified: head/sysutils/radmind/distinfo
==============================================================================
--- head/sysutils/radmind/distinfo Tue Dec 1 17:10:15 2020 (r556764)
+++ head/sysutils/radmind/distinfo Tue Dec 1 17:10:27 2020 (r556765)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600447785
-SHA256 (radmind-1.15.2.tar.gz) = 0b074e0d59fb748508ec6c82fffb0a5235e2c0ba3c6f00ff8dfa24619bd2c5cd
-SIZE (radmind-1.15.2.tar.gz) = 431203
+TIMESTAMP = 1606758263
+SHA256 (radmind-1.15.3.tar.gz) = 080d1989ae793e455bef0180c6757cd72975c88b544030d400d4a0efdf66b7a7
+SIZE (radmind-1.15.3.tar.gz) = 843033
More information about the svn-ports-all
mailing list