diff options
Diffstat (limited to 'sysutils/sysinfo/Makefile')
-rw-r--r-- | sysutils/sysinfo/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile index b70a23a0fc67..d156a808fcd6 100644 --- a/sysutils/sysinfo/Makefile +++ b/sysutils/sysinfo/Makefile @@ -1,13 +1,11 @@ PORTNAME= sysinfo -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= sysutils -MASTER_SITES= LOCAL/danger \ - http://danger.rulez.sk/projects/sysinfo/ +MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/ -MAINTAINER= danger@FreeBSD.org -COMMENT= Utility used to gather system configuration information -WWW= https://forums.freebsd.org/showthread.php?t=3282 +MAINTAINER= portmaster@BSDforge.com +COMMENT= Utility used to report on the system and it's configuration +WWW= https://codeberg.org/BSDforge/sysinfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE @@ -20,6 +18,7 @@ OPTIONS_DEFINE= DMIDECODE DMIDECODE_DESC= Include information from the dmidecode tool DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode +# nuke this nonsense in next ver post-patch: @${REINPLACE_CMD} -e 's|common.subr|${DATADIR}/common.subr|g' ${WRKSRC}/sysinfo @${REINPLACE_CMD} -e 's|sysinfo.conf|${PREFIX}/etc/sysinfo.conf|g' \ |