mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/td-system-tools: Update to 2.0.0
Changelog: https://github.com/dreibh/system-tools/blob/master/ChangeLog PR: 282063 Approved by: submitter is maintainer
This commit is contained in:
parent
3ab0661014
commit
a65678fb27
@ -1,5 +1,5 @@
|
||||
PORTNAME= td-system-tools
|
||||
DISTVERSION= 1.6.1
|
||||
DISTVERSION= 2.0.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/
|
||||
|
||||
@ -11,8 +11,8 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= bash:shells/bash \
|
||||
mbuffer:misc/mbuffer \
|
||||
figlet:misc/figlet
|
||||
figlet:misc/figlet \
|
||||
mbuffer:misc/mbuffer
|
||||
|
||||
USES= cmake gettext tar:xz
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1712227996
|
||||
SHA256 (td-system-tools-1.6.1.tar.xz) = d6e3b9e6157719f27a62474060e746c4846077f851a21f81bd79d0132f968cf0
|
||||
SIZE (td-system-tools-1.6.1.tar.xz) = 130400
|
||||
TIMESTAMP = 1728839876
|
||||
SHA256 (td-system-tools-2.0.0.tar.xz) = c6c1e3b0f37aebf4f58ea081f766e24ba64fae85dba7d482a21dfe32fa511f9b
|
||||
SIZE (td-system-tools-2.0.0.tar.xz) = 164640
|
||||
|
@ -1,6 +1,12 @@
|
||||
bin/configure-grub
|
||||
bin/Fingerprint-SSH-Keys
|
||||
bin/get-system-info
|
||||
bin/print-utf8
|
||||
bin/random-sleep
|
||||
bin/Reset-Machine-ID
|
||||
bin/System-Info
|
||||
bin/System-Maintenance
|
||||
bin/try-hard
|
||||
etc/profile.d/system-info.csh
|
||||
etc/profile.d/system-info.sh
|
||||
etc/system-info.d/01-example
|
||||
@ -8,13 +14,27 @@ etc/system-info.d/banner-helper
|
||||
etc/system-maintenance.d/XX-example
|
||||
share/configure-grub/grub-defaults-nornet
|
||||
share/configure-grub/grub-defaults-standard
|
||||
share/locale/de/LC_MESSAGES/Fingerprint-SSH-Keys.mo
|
||||
share/locale/de/LC_MESSAGES/random-sleep.mo
|
||||
share/locale/de/LC_MESSAGES/Reset-Machine-ID.mo
|
||||
share/locale/de/LC_MESSAGES/System-Info.mo
|
||||
share/locale/de/LC_MESSAGES/System-Maintenance.mo
|
||||
share/locale/de/LC_MESSAGES/try-hard.mo
|
||||
share/locale/nb/LC_MESSAGES/Fingerprint-SSH-Keys.mo
|
||||
share/locale/nb/LC_MESSAGES/random-sleep.mo
|
||||
share/locale/nb/LC_MESSAGES/Reset-Machine-ID.mo
|
||||
share/locale/nb/LC_MESSAGES/System-Info.mo
|
||||
share/locale/nb/LC_MESSAGES/System-Maintenance.mo
|
||||
share/locale/nb/LC_MESSAGES/try-hard.mo
|
||||
share/man/man1/configure-grub.1.gz
|
||||
share/man/man1/Fingerprint-SSH-Keys.1.gz
|
||||
share/man/man1/get-system-info.1.gz
|
||||
share/man/man1/print-utf8.1.gz
|
||||
share/man/man1/random-sleep.1.gz
|
||||
share/man/man1/Reset-Machine-ID.1.gz
|
||||
share/man/man1/System-Info.1.gz
|
||||
share/man/man1/System-Maintenance.1.gz
|
||||
share/man/man1/try-hard.1.gz
|
||||
share/System-Info/01-example
|
||||
share/System-Info/09-hostname-example
|
||||
share/System-Info/10-company-logo-example
|
||||
|
Loading…
Reference in New Issue
Block a user