svn commit: r504174 - head/mail/dcc-dccd

Mathieu Arnold mat at FreeBSD.org
Fri Jun 14 11:12:09 UTC 2019


Author: mat
Date: Fri Jun 14 11:12:08 2019
New Revision: 504174
URL: https://svnweb.freebsd.org/changeset/ports/504174

Log:
  Really fix rc files.
  
  Pointy hat:	mat, for assuming the patch was ok and only giving it a quick glance.

Modified:
  head/mail/dcc-dccd/Makefile   (contents, props changed)

Modified: head/mail/dcc-dccd/Makefile
==============================================================================
--- head/mail/dcc-dccd/Makefile	Fri Jun 14 09:48:17 2019	(r504173)
+++ head/mail/dcc-dccd/Makefile	Fri Jun 14 11:12:08 2019	(r504174)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dcc-dccd
 PORTVERSION=	2.3.165
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	https://www.dcc-servers.net/dcc/source/old/
 DISTNAME=	dcc-${PORTVERSION}
@@ -23,7 +23,7 @@ GROUPS=		${DCCGROUP}
 
 PLIST_SUB=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}"
 SUB_FILES=	pkg-install pkg-message
-SUB_LIST=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}" ${PLIST_SUB} WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
+SUB_LIST=	DCCDATA="${DCCDATA}" DCCUSER="${DCCUSER}" DCCGROUP="${DCCGROUP}" WRKSRC=${WRKSRC} DCCHOME=${DCCHOME}
 
 ## Use the configure script to explicitly set the locations of all files,
 ## in case the standard locations have been locally overridden


More information about the svn-ports-all mailing list