Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 00:45:52 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492892 - in head/dns/dsc: . files
Message-ID:  <201902140045.x1E0jq6K062523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Thu Feb 14 00:45:52 2019
New Revision: 492892
URL: https://svnweb.freebsd.org/changeset/ports/492892

Log:
  Upgrade to 2.8.0:
  
   - New indexer 'response_time'
  
   - Support for MaxMind DB (GeoIP2)
  
   - Update 'pcap_layers' with fixes for 'scan-build' warnings
  
   - Fix port in debug output of DNS message
  
  Changes made in addition to the PR supplied patch:
  
   - The port had USES=shebangfix but none of the SHEBANG_ variables
     were set; replace the cron_upload-prep.pl patch with a working
     shebangfix setup and then use REINPLACE_CMD to adjust the conf
     path in upload-prep.pl
  
   - While we're here use REINPLACE_CMD to obey PREFIX in other
     files
  
  PR:		235711
  Submitted by:	Leo Vandewoestijne (maintainer)
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19187

Deleted:
  head/dns/dsc/files/patch-cron_upload-prep.pl
Modified:
  head/dns/dsc/Makefile
  head/dns/dsc/distinfo

Modified: head/dns/dsc/Makefile
==============================================================================
--- head/dns/dsc/Makefile	Thu Feb 14 00:29:20 2019	(r492891)
+++ head/dns/dsc/Makefile	Thu Feb 14 00:45:52 2019	(r492892)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dsc
-PORTVERSION=	2.7.0
-PORTREVISION=	1
+PORTVERSION=	2.8.0
 CATEGORIES=	dns
 MASTER_SITES=	https://www.dns-oarc.net/files/dsc/ \
 		https://dns.company/files/dsc/
@@ -26,9 +25,20 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-extra-cflags=-I${LOCALBASE}/include
 
 SUB_FILES=	pkg-message
+SHEBANG_FILES=	cron/upload-prep.pl
 
-USE_RC_SUBR=    dsc
+USE_RC_SUBR=	dsc
 
 OPTIONS_DEFINE=	DOCS
+
+post-extract:
+	${REINPLACE_CMD} -e 's|/usr/local/dsc/etc|${PREFIX}/etc/dsc|' \
+	    ${WRKSRC}/cron/upload-prep.pl
+	${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|' \
+	    ${WRKSRC}/cron/upload-rsync.sh \
+	    ${WRKSRC}/cron/upload-ssh.sh \
+	    ${WRKSRC}/cron/upload-x509.sh \
+	    ${WRKSRC}/src/dsc.conf.5.in \
+	    ${WRKSRC}/src/dsc.sh
 
 .include <bsd.port.mk>

Modified: head/dns/dsc/distinfo
==============================================================================
--- head/dns/dsc/distinfo	Thu Feb 14 00:29:20 2019	(r492891)
+++ head/dns/dsc/distinfo	Thu Feb 14 00:45:52 2019	(r492892)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534374842
-SHA256 (dsc-2.7.0.tar.gz) = eab7f79229a800087d96cb8bac39927558f1d512428d7825d5edb5f7064d2c31
-SIZE (dsc-2.7.0.tar.gz) = 325520
+TIMESTAMP = 1550048113
+SHA256 (dsc-2.8.0.tar.gz) = a8e7ee0063f1ac34f686bdba773ec209a0a974ccdf0e032ba10163800ec86880
+SIZE (dsc-2.8.0.tar.gz) = 333408



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902140045.x1E0jq6K062523>