svn commit: r321293 - in head/net/exabgp: . files

Ryan Steinmetz zi at FreeBSD.org
Wed Jun 19 16:53:56 UTC 2013


Author: zi
Date: Wed Jun 19 16:53:56 2013
New Revision: 321293
URL: http://svnweb.freebsd.org/changeset/ports/321293

Log:
  - Fix rc script for new file location
  - Bump PORTREVISION
  
  Submitted by:	Victor Sudakov <sudakov at sibptus.tomsk.ru>

Modified:
  head/net/exabgp/Makefile
  head/net/exabgp/files/exabgp.in

Modified: head/net/exabgp/Makefile
==============================================================================
--- head/net/exabgp/Makefile	Wed Jun 19 16:49:25 2013	(r321292)
+++ head/net/exabgp/Makefile	Wed Jun 19 16:53:56 2013	(r321293)
@@ -3,6 +3,7 @@
 
 PORTNAME=	exabgp
 PORTVERSION=	3.1.11
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://mirrors.rit.edu/zi/

Modified: head/net/exabgp/files/exabgp.in
==============================================================================
--- head/net/exabgp/files/exabgp.in	Wed Jun 19 16:49:25 2013	(r321292)
+++ head/net/exabgp/files/exabgp.in	Wed Jun 19 16:53:56 2013	(r321293)
@@ -24,7 +24,7 @@ pidfile=/var/run/${name}/${name}.pid
 
 required_files=${exabgp_conf}
 
-command="%%PYTHON_SITELIBDIR%%/${name}/application.py"
+command="%%PYTHON_SITELIBDIR%%/${name}/application/bgp.py"
 procname="%%PYTHON_CMD%%"
 
 start_cmd="exabgp_start"


More information about the svn-ports-all mailing list