svn commit: r519968 - head/dns/totd

Tobias Kortkamp tobik at FreeBSD.org
Fri Dec 13 06:14:27 UTC 2019


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


More information about the svn-ports-head mailing list