View | Details | Raw Unified | Return to bug 253162
Collapse All | Expand All

(-)Makefile (-7 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	di
4
PORTNAME=	di
5
PORTVERSION=	4.48
5
PORTVERSION=	4.48.0.1
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	https://gentoo.com/di/ \
7
MASTER_SITES=	SF/diskinfo-di
8
		http://www.cyberbotx.com/di/
9
8
10
MAINTAINER=	cyberbotx@cyberbotx.com
9
MAINTAINER=	cyberbotx@cyberbotx.com
11
COMMENT=	Disk Information Utility
10
COMMENT=	Disk Information Utility
Lines 13-20 Link Here
13
LICENSE=	ZLIB
12
LICENSE=	ZLIB
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
15
MAKE_ARGS=	-e
16
MAKE_ENV=	prefix="${PREFIX}"
16
MAKE_ENV=	prefix="${PREFIX}"
17
MAKE_ARGS=	-e
18
17
19
OPTIONS_DEFINE=	NLS
18
OPTIONS_DEFINE=	NLS
20
OPTIONS_SUB=	yes
19
OPTIONS_SUB=	yes
Lines 22-30 Link Here
22
NLS_USES=	gettext
21
NLS_USES=	gettext
23
NLS_MAKE_ENV_OFF=	DI_NO_NLS=T
22
NLS_MAKE_ENV_OFF=	DI_NO_NLS=T
24
23
25
post-patch:
26
	@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
27
28
pre-install:
24
pre-install:
29
	@${STRIP_CMD} ${WRKSRC}/C/di
25
	@${STRIP_CMD} ${WRKSRC}/C/di
30
26
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1596222356
1
TIMESTAMP = 1612189041
2
SHA256 (di-4.48.tar.gz) = 19d549feb59ccde7ff1cd2c48fea7b9ba99fa2285da81424603e23d8b5db3b33
2
SHA256 (di-4.48.0.1.tar.gz) = 60508544319eab687f5172a67bf3679c2b8576dc365629ba63749bcad688b467
3
SIZE (di-4.48.tar.gz) = 222454
3
SIZE (di-4.48.0.1.tar.gz) = 227599
(-)pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
desire/prefer/are used to. It is designed to be portable
4
desire/prefer/are used to. It is designed to be portable
5
across many platforms.
5
across many platforms.
6
6
7
WWW: https://gentoo.com/di/
7
WWW: https://diskinfo-di.sourceforge.io/

Return to bug 253162