mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
20580bc2a2
commit
9b46f07297
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= subnetcalc
|
PORTNAME= subnetcalc
|
||||||
DISTVERSION= 2.5.1
|
DISTVERSION= 2.6.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/
|
MASTER_SITES= https://www.nntb.no/~dreibh/subnetcalc/download/
|
||||||
|
|
||||||
|
@ -10,9 +10,12 @@ WWW= https://www.nntb.no/~dreibh/subnetcalc/
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= cmake tar:xz
|
USES= cmake gettext tar:xz
|
||||||
|
|
||||||
PLIST_FILES= bin/subnetcalc \
|
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
|
share/man/man1/subnetcalc.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1707812220
|
TIMESTAMP = 1734703254
|
||||||
SHA256 (subnetcalc-2.5.1.tar.xz) = d1bf545a2d3142f5b5b5105affc95ccc6a9b062b4ae77190baf641c831b89a5a
|
SHA256 (subnetcalc-2.6.1.tar.xz) = ff6f6f3b7f89976a299559f7e5a5bdfdcb7c18408642937dd9e503283c3f598f
|
||||||
SIZE (subnetcalc-2.5.1.tar.xz) = 130116
|
SIZE (subnetcalc-2.6.1.tar.xz) = 144612
|
||||||
|
|
Loading…
Add table
Reference in a new issue