Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 20:28:36 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563760 - head/sysutils/di
Message-ID:  <202102012028.111KSaJN064331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Mon Feb  1 20:28:35 2021
New Revision: 563760
URL: https://svnweb.freebsd.org/changeset/ports/563760

Log:
  sysutils/di: Update to 4.48.0.1
  
  - Update di.spec
  - Update mkconfig to version 2.6.3
  
  Changelog: https://sourceforge.net/p/diskinfo-di/code/ci/default/tree/README.txt
  
  PR:		253162
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/sysutils/di/Makefile
  head/sysutils/di/distinfo
  head/sysutils/di/pkg-descr

Modified: head/sysutils/di/Makefile
==============================================================================
--- head/sysutils/di/Makefile	Mon Feb  1 20:13:03 2021	(r563759)
+++ head/sysutils/di/Makefile	Mon Feb  1 20:28:35 2021	(r563760)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	di
-PORTVERSION=	4.48
+PORTVERSION=	4.48.0.1
 CATEGORIES=	sysutils
-MASTER_SITES=	https://gentoo.com/di/ \
-		http://www.cyberbotx.com/di/
+MASTER_SITES=	SF/diskinfo-di
 
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Disk Information Utility
@@ -13,17 +12,14 @@ COMMENT=	Disk Information Utility
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-MAKE_ENV=	prefix="${PREFIX}"
 MAKE_ARGS=	-e
+MAKE_ENV=	prefix="${PREFIX}"
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
 NLS_MAKE_ENV_OFF=	DI_NO_NLS=T
-
-post-patch:
-	@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c
 
 pre-install:
 	@${STRIP_CMD} ${WRKSRC}/C/di

Modified: head/sysutils/di/distinfo
==============================================================================
--- head/sysutils/di/distinfo	Mon Feb  1 20:13:03 2021	(r563759)
+++ head/sysutils/di/distinfo	Mon Feb  1 20:28:35 2021	(r563760)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596222356
-SHA256 (di-4.48.tar.gz) = 19d549feb59ccde7ff1cd2c48fea7b9ba99fa2285da81424603e23d8b5db3b33
-SIZE (di-4.48.tar.gz) = 222454
+TIMESTAMP = 1612189041
+SHA256 (di-4.48.0.1.tar.gz) = 60508544319eab687f5172a67bf3679c2b8576dc365629ba63749bcad688b467
+SIZE (di-4.48.0.1.tar.gz) = 227599

Modified: head/sysutils/di/pkg-descr
==============================================================================
--- head/sysutils/di/pkg-descr	Mon Feb  1 20:13:03 2021	(r563759)
+++ head/sysutils/di/pkg-descr	Mon Feb  1 20:28:35 2021	(r563760)
@@ -4,4 +4,4 @@ ability to display your disk usage in whatever format 
 desire/prefer/are used to. It is designed to be portable
 across many platforms.
 
-WWW: https://gentoo.com/di/
+WWW: https://diskinfo-di.sourceforge.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102012028.111KSaJN064331>