- Update to 1.6.4

PR:		143605
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2010-02-08 22:03:13 +00:00
parent ac789ce3ba
commit 6f2c20c1ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249455
3 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= drill PORTNAME= drill
PORTVERSION= 1.6.3 PORTVERSION= 1.6.4
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
DISTNAME= ldns-${PORTVERSION} DISTNAME= ldns-${PORTVERSION}

View file

@ -1,3 +1,3 @@
MD5 (ldns-1.6.3.tar.gz) = 4234fc56f087d852b2f6d1e6ccd9b7da MD5 (ldns-1.6.4.tar.gz) = 6747d7bd96552ee5d8943f3abb24815f
SHA256 (ldns-1.6.3.tar.gz) = eaa760bc8d58b65dee49d7072a281bef86b394045b21e0c1d6a5233049f4ddfa SHA256 (ldns-1.6.4.tar.gz) = ad4d0142a84463ea646571656254694b5325545bc12bbb238358a0506e6eeb05
SIZE (ldns-1.6.3.tar.gz) = 832093 SIZE (ldns-1.6.4.tar.gz) = 895432

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig Wed Jan 5 01:37:41 2005 --- Makefile.in.orig 2009-07-03 09:43:18.000000000 -0300
+++ Makefile.in Wed Jan 12 20:42:10 2005 +++ Makefile.in 2010-02-06 10:09:39.000000000 -0200
@@ -10,7 +10,7 @@ @@ -14,7 +14,7 @@
CC = @CC@ CFLAGS = -I. @CFLAGS@
CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@ LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@ -LIBS = @LIBS@
+LIBS = @LIBS@ -lssl +LIBS = @LIBS@ -lssl
INSTALL = $(srcdir)/install-sh -c INSTALL = $(srcdir)/install-sh -c
INSTALL_PROGRAM = $(INSTALL) INSTALL_PROGRAM = $(INSTALL)
LDNSDIR = @LDNSDIR@