mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
dns/nslint: Update to 3.2
This commit is contained in:
parent
f7722cc8f3
commit
f42b00dbc2
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= nslint
|
PORTNAME= nslint
|
||||||
PORTVERSION= 3.1
|
PORTVERSION= 3.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
|
@ -9,6 +8,8 @@ MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Perform consistency checks on DNS zone files
|
COMMENT= Perform consistency checks on DNS zone files
|
||||||
WWW= https://ee.lbl.gov/ftp.html
|
WWW= https://ee.lbl.gov/ftp.html
|
||||||
|
|
||||||
|
LICENSE= BSD4CLAUSE
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
ALL_TARGET= ${PORTNAME}
|
ALL_TARGET= ${PORTNAME}
|
||||||
|
@ -16,7 +17,8 @@ ALL_TARGET= ${PORTNAME}
|
||||||
BOOTFILE?= /etc/namedb/named.boot
|
BOOTFILE?= /etc/namedb/named.boot
|
||||||
CONFFILE?= /etc/namedb/named.conf
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (nslint-3.1.tar.gz) = 907b6924f2e15581ed1d0d2cc7c32bfbd09c2bbfd2f2a6d00cd650cd2c4d8668
|
TIMESTAMP = 1707405076
|
||||||
SIZE (nslint-3.1.tar.gz) = 99657
|
SHA256 (nslint-3.2.tar.gz) = aa0d86941b98228402709a36f324b3ec26ba244001458f6eeaef336181bfca07
|
||||||
|
SIZE (nslint-3.2.tar.gz) = 103396
|
||||||
|
|
Loading…
Add table
Reference in a new issue