mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.6.0
PR: 190620 Submitted by: maintainer
This commit is contained in:
parent
cd180489f5
commit
fbb825239e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356560
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wdns
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/
|
||||
|
||||
@ -12,10 +12,9 @@ LICENSE= APACHE20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= yes
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.0.0.0
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wdns-0.5.tar.gz) = 682993507b310055c9d03a8d10f71f12cd9773958b7d601890881cd59e51bc21
|
||||
SIZE (wdns-0.5.tar.gz) = 341361
|
||||
SHA256 (wdns-0.6.0.tar.gz) = db47129e5cbb043fe4b2ca8582684236cd5e640c60f6d7bfddca83a9f2a828c6
|
||||
SIZE (wdns-0.6.0.tar.gz) = 346825
|
||||
|
@ -6,6 +6,6 @@ bin/wdns-test-serialize-rrset
|
||||
include/wdns.h
|
||||
lib/libwdns.a
|
||||
lib/libwdns.so
|
||||
lib/libwdns.so.0
|
||||
lib/libwdns.so.0.0.0
|
||||
lib/libwdns.so.1
|
||||
lib/libwdns.so.1.0.0
|
||||
libdata/pkgconfig/libwdns.pc
|
||||
|
Loading…
Reference in New Issue
Block a user