View | Details | Raw Unified | Return to bug 278078 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-3 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	td-system-tools
1
PORTNAME=	td-system-tools
2
DISTVERSION=	1.5.6
2
PORTVERSION=	1.6.0
3
PORTREVISION=	1
3
CATEGORIES=	net
4
CATEGORIES=	net
4
MASTER_SITES=	https://www.nntb.no/~dreibh/system-tools/download/
5
MASTER_SITES=	https://www.nntb.no/~dreibh/system-tools/download/
5
6
Lines 10-18 Link Here
10
LICENSE=	GPLv3+
11
LICENSE=	GPLv3+
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
RUN_DEPENDS=	bash:shells/bash
14
RUN_DEPENDS=	bash:shells/bash buffer:misc/buffer figlet:misc/figlet
14
15
15
USES=		cmake tar:xz
16
USES=		cmake gettext tar:xz
16
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
17
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man
17
18
18
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1707818231
1
TIMESTAMP = 1711879342
2
SHA256 (td-system-tools-1.5.6.tar.xz) = cd9d973ad8db4067e1e459f09734cac89c4fdc2fc193c0e4f42d495c9509a1e6
2
SHA256 (td-system-tools-1.6.0.tar.xz) = 5b5fafb3d98bbaa27e52e6e59e35c750c58c88e4243605a66d63e32c0200e2c9
3
SIZE (td-system-tools-1.5.6.tar.xz) = 117840
3
SIZE (td-system-tools-1.6.0.tar.xz) = 129880
(-)./distinfo.new (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1711880163
2
SHA256 (td-system-tools-1.6.0.tar.xz) = 5b5fafb3d98bbaa27e52e6e59e35c750c58c88e4243605a66d63e32c0200e2c9
3
SIZE (td-system-tools-1.6.0.tar.xz) = 129880
(-)./pkg-plist (-4 / +13 lines)
Lines 1-12 Link Here
1
bin/configure-grub
1
bin/System-Info
2
bin/System-Info
2
bin/System-Maintenance
3
bin/System-Maintenance
3
bin/configure-grub
4
share/man/man1/System-Info.1.gz
5
share/man/man1/System-Maintenance.1.gz
6
share/man/man1/configure-grub.1.gz
7
etc/profile.d/system-info.csh
4
etc/profile.d/system-info.csh
8
etc/profile.d/system-info.sh
5
etc/profile.d/system-info.sh
9
etc/system-info.d/01-example
6
etc/system-info.d/01-example
7
etc/system-info.d/banner-helper
10
etc/system-maintenance.d/XX-example
8
etc/system-maintenance.d/XX-example
11
share/configure-grub/grub-defaults-nornet
9
share/configure-grub/grub-defaults-nornet
12
share/configure-grub/grub-defaults-standard
10
share/configure-grub/grub-defaults-standard
11
share/locale/de/LC_MESSAGES/System-Info.mo
12
share/locale/de/LC_MESSAGES/System-Maintenance.mo
13
share/locale/nb/LC_MESSAGES/System-Info.mo
14
share/locale/nb/LC_MESSAGES/System-Maintenance.mo
15
share/man/man1/configure-grub.1.gz
16
share/man/man1/System-Info.1.gz
17
share/man/man1/System-Maintenance.1.gz
18
share/System-Info/01-example
19
share/System-Info/09-hostname-example
20
share/System-Info/10-company-logo-example
21
share/System-Info/banner-helper

Return to bug 278078