- Update to 1.2.1 [1]

- Switch from devel/llvm40 to devel/llvm50

Changelog: https://dnsdist.org/changelog.html#change-1.2.1

PR:		225955 [1]
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
This commit is contained in:
Carlos J. Puga Medina 2018-02-18 15:06:53 +00:00
parent 008178c996
commit bf4518722c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462248
2 changed files with 7 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dnsdist
DISTVERSION= 1.2.0
PORTREVISION= 5
DISTVERSION= 1.2.1
CATEGORIES= dns net
MASTER_SITES= https://downloads.powerdns.com/releases/ \
LOCAL/cpm
@ -40,9 +39,9 @@ USE_RC_SUBR= dnsdist
# Fix dnsdist binaries when building on FreeBSD 10.3
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
BUILD_DEPENDS+= clang40:devel/llvm40
CC= clang40
CXX= clang++40
BUILD_DEPENDS+= clang50:devel/llvm50
CC= clang50
CXX= clang++50
.endif
post-install:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1503429670
SHA256 (dnsdist-1.2.0.tar.bz2) = 9885c9ee8ac7076aede586ea58d4642eb877e7b2d76c902254494e2a5a5faa78
SIZE (dnsdist-1.2.0.tar.bz2) = 876104
TIMESTAMP = 1518870121
SHA256 (dnsdist-1.2.1.tar.bz2) = dc71baebc1fe024035dd3fdc7b08a0ad5aa834bc9438f3152adeb881d2323012
SIZE (dnsdist-1.2.1.tar.bz2) = 866549