Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 06:14:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519968 - head/dns/totd
Message-ID:  <201912130614.xBD6ERqC089207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Dec 13 06:14:27 2019
New Revision: 519968
URL: https://svnweb.freebsd.org/changeset/ports/519968

Log:
  dns/totd: Replace custom @sample-like pkg-install script with just @sample
  
  http://package21.nyi.freebsd.org/data/113amd64-default-qat/519259/logs/errors/totd-1.5.1_1.log

Deleted:
  head/dns/totd/pkg-deinstall
  head/dns/totd/pkg-install
Modified:
  head/dns/totd/Makefile

Modified: head/dns/totd/Makefile
==============================================================================
--- head/dns/totd/Makefile	Fri Dec 13 06:02:07 2019	(r519967)
+++ head/dns/totd/Makefile	Fri Dec 13 06:14:27 2019	(r519968)
@@ -3,7 +3,7 @@
 
 PORTNAME=	totd
 PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 MASTER_SITES=	https://BSDforge.com/projects/source/dns/totd/
 
@@ -15,8 +15,9 @@ USES=		desthack uidfix
 USE_RC_SUBR=	totd
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	etc/totd.conf.sample sbin/totd \
-		man/man8/totd.8.gz
+PLIST_FILES=	"@sample etc/totd.conf.sample" \
+		man/man8/totd.8.gz \
+		sbin/totd
 
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-ne_mesg.c \
 		${FILESDIR}/extra-patch-tcp_response.c



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