- Update from 1.5.0 to 1.5.1 [1]
- Use install-strip as INSTALL_TARGET PR: 192850 Submitted by: freebsd@dns-lab.com [1]
This commit is contained in:
parent
16786c6c15
commit
0dae41d6cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365466
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knot
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
|
@ -23,6 +23,8 @@ USE_LDCONFIG= yes
|
|||
USE_OPENSSL= yes
|
||||
WITH_OPENSSL_PORT= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-storage=/var/db/knot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (knot-1.5.0.tar.gz) = 9ad8d16d229466e765c90c475de746d071e7933bd931307b6e15e52b57e759d7
|
||||
SIZE (knot-1.5.0.tar.gz) = 1169282
|
||||
SHA256 (knot-1.5.1.tar.gz) = 9a636e846586619be590d94f57c17bb3e520c516f82875380466061e1ed33963
|
||||
SIZE (knot-1.5.1.tar.gz) = 1172631
|
||||
|
|
Loading…
Reference in a new issue