From owner-svn-ports-all@freebsd.org Mon Feb 1 20:28:36 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D23B2535EEA; Mon, 1 Feb 2021 20:28:36 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTzzm5bzdz4v42; Mon, 1 Feb 2021 20:28:36 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B32ED21B02; Mon, 1 Feb 2021 20:28:36 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 111KSa5p064333; Mon, 1 Feb 2021 20:28:36 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111KSaJN064331; Mon, 1 Feb 2021 20:28:36 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202102012028.111KSaJN064331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Mon, 1 Feb 2021 20:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563760 - head/sysutils/di X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/sysutils/di X-SVN-Commit-Revision: 563760 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 20:28:36 -0000 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 (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/