svn commit: r376669 - head/dns/wdns

Don Lewis truckman at FreeBSD.org
Sat Jan 10 02:42:02 UTC 2015


Author: truckman
Date: Sat Jan 10 02:42:01 2015
New Revision: 376669
URL: https://svnweb.freebsd.org/changeset/ports/376669
QAT: https://qat.redports.org/buildarchive/r376669/

Log:
  MASTER_SITE dl.farsightsecurity.com only allows https downloads.
  Mirror the distfile on LOCAL as a http backup for clients that
  can't use https.
  
  Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}.
  
  Differential Revision:	https://reviews.freebsd.org/D1473
  Approved by:	mat (mentor)

Modified:
  head/dns/wdns/Makefile

Modified: head/dns/wdns/Makefile
==============================================================================
--- head/dns/wdns/Makefile	Sat Jan 10 02:41:46 2015	(r376668)
+++ head/dns/wdns/Makefile	Sat Jan 10 02:42:01 2015	(r376669)
@@ -3,7 +3,8 @@
 PORTNAME=	wdns
 PORTVERSION=	0.6.0
 CATEGORIES=	dns
-MASTER_SITES=	https://dl.farsightsecurity.com/dist/wdns/
+MASTER_SITES=	https://dl.farsightsecurity.com/dist/wdns/ \
+		LOCAL/truckman/farsight
 
 MAINTAINER=	truckman at FreeBSD.org
 COMMENT=	Low-level DNS library
@@ -13,8 +14,6 @@ LICENSE=	APACHE20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list