git: 9b46f07297b1 - main - net/subnetcalc: Update to 2.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Dec 2024 14:09:00 UTC
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b46f07297b1c272a06ef8f05af55619ea0f8bba commit 9b46f07297b1c272a06ef8f05af55619ea0f8bba Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> AuthorDate: 2024-12-22 14:07:33 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-12-22 14:07:33 +0000 net/subnetcalc: Update to 2.6.1 Add gettext support. Add bash completion file. Changelog: https://github.com/dreibh/subnetcalc/blob/master/ChangeLog PR: 283441 Approved by: submitter is maintainer --- net/subnetcalc/Makefile | 7 +++++-- net/subnetcalc/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net/subnetcalc/Makefile b/net/subnetcalc/Makefile index c3bab2931c3a..b09194c17976 100644 --- a/net/subnetcalc/Makefile +++ b/net/subnetcalc/Makefile @@ -1,5 +1,5 @@ PORTNAME= subnetcalc -DISTVERSION= 2.5.1 +DISTVERSION= 2.6.1 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/ @@ -10,9 +10,12 @@ WWW= https://www.nntb.no/~dreibh/subnetcalc/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake tar:xz +USES= cmake gettext tar:xz PLIST_FILES= bin/subnetcalc \ + share/bash-completion/completions/subnetcalc \ + share/locale/de/LC_MESSAGES/subnetcalc.mo \ + share/locale/nb/LC_MESSAGES/subnetcalc.mo \ share/man/man1/subnetcalc.1.gz .include <bsd.port.mk> diff --git a/net/subnetcalc/distinfo b/net/subnetcalc/distinfo index afb8c0b4ca1a..d648590a738f 100644 --- a/net/subnetcalc/distinfo +++ b/net/subnetcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707812220 -SHA256 (subnetcalc-2.5.1.tar.xz) = d1bf545a2d3142f5b5b5105affc95ccc6a9b062b4ae77190baf641c831b89a5a -SIZE (subnetcalc-2.5.1.tar.xz) = 130116 +TIMESTAMP = 1734703254 +SHA256 (subnetcalc-2.6.1.tar.xz) = ff6f6f3b7f89976a299559f7e5a5bdfdcb7c18408642937dd9e503283c3f598f +SIZE (subnetcalc-2.6.1.tar.xz) = 144612