svn commit: r431405 - branches/2017Q1/net-mgmt/rancid3

Mark Felder feld at FreeBSD.org
Fri Jan 13 17:43:10 UTC 2017


Author: feld
Date: Fri Jan 13 17:43:09 2017
New Revision: 431405
URL: https://svnweb.freebsd.org/changeset/ports/431405

Log:
  MFH: r431404
  
  net-mgmt/rancid3: Fix path to perl in sample config file
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q1/net-mgmt/rancid3/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/net-mgmt/rancid3/Makefile
==============================================================================
--- branches/2017Q1/net-mgmt/rancid3/Makefile	Fri Jan 13 17:42:24 2017	(r431404)
+++ branches/2017Q1/net-mgmt/rancid3/Makefile	Fri Jan 13 17:43:09 2017	(r431405)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rancid
 PORTVERSION=	3.6.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.shrubbery.net/pub/rancid/
 PKGNAMESUFFIX=	3
@@ -69,6 +69,7 @@ post-patch:
 .endif
 	${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in
 	${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1
+	${REINPLACE_CMD} 's|uid=`perl|uid=`${PERL}|' ${WRKSRC}/etc/rancid.conf.sample.in
 
 post-install:
 	${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/periodic/hourly


More information about the svn-ports-all mailing list