diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-06-19 16:53:56 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-06-19 16:53:56 +0000 |
commit | 4c71708ac71f1017f19d567398ad9497988dd808 (patch) | |
tree | 154b17d08750519409c7546684a2179bae6026e4 /net/exabgp | |
parent | 21996f077dfaf2a55dd9e9c9b7b9de1ad8dc0249 (diff) | |
download | ports-4c71708ac71f1017f19d567398ad9497988dd808.tar.gz ports-4c71708ac71f1017f19d567398ad9497988dd808.zip |
Notes
Diffstat (limited to 'net/exabgp')
-rw-r--r-- | net/exabgp/Makefile | 1 | ||||
-rw-r--r-- | net/exabgp/files/exabgp.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index 15dcd5800e02..cb6589092fc3 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -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/ diff --git a/net/exabgp/files/exabgp.in b/net/exabgp/files/exabgp.in index 0645945c8208..3034a7ae993e 100644 --- a/net/exabgp/files/exabgp.in +++ b/net/exabgp/files/exabgp.in @@ -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" |