Skip to content

Commit

Permalink
dns/nslint: Update to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Feb 8, 2024
1 parent f7722cc commit f42b00d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions dns/nslint/Makefile
@@ -1,6 +1,5 @@
PORTNAME= nslint
PORTVERSION= 3.1
PORTREVISION= 1
PORTVERSION= 3.2
CATEGORIES= dns
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
LOCAL/ehaupt
Expand All @@ -9,14 +8,17 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perform consistency checks on DNS zone files
WWW= https://ee.lbl.gov/ftp.html

LICENSE= BSD4CLAUSE

GNU_CONFIGURE= yes

ALL_TARGET= ${PORTNAME}

BOOTFILE?= /etc/namedb/named.boot
CONFFILE?= /etc/namedb/named.conf

PLIST_FILES= bin/nslint share/man/man8/nslint.8.gz
PLIST_FILES= bin/nslint \
share/man/man8/nslint.8.gz

post-patch:
@${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
Expand Down
5 changes: 3 additions & 2 deletions dns/nslint/distinfo
@@ -1,2 +1,3 @@
SHA256 (nslint-3.1.tar.gz) = 907b6924f2e15581ed1d0d2cc7c32bfbd09c2bbfd2f2a6d00cd650cd2c4d8668
SIZE (nslint-3.1.tar.gz) = 99657
TIMESTAMP = 1707405076
SHA256 (nslint-3.2.tar.gz) = aa0d86941b98228402709a36f324b3ec26ba244001458f6eeaef336181bfca07
SIZE (nslint-3.2.tar.gz) = 103396

0 comments on commit f42b00d

Please sign in to comment.