summaryrefslogtreecommitdiff
path: root/net/exabgp
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-12-25 14:59:10 +0000
committerpettai <pettai@pkgsrc.org>2013-12-25 14:59:10 +0000
commit759ca8b4bac2a287009eb6ae4e0de85007adaf19 (patch)
treedde9424ba134b42ac9e3cfad01998a5303f40207 /net/exabgp
parentca7054ece0ce9069a95456168311eb543805e4c1 (diff)
downloadpkgsrc-759ca8b4bac2a287009eb6ae4e0de85007adaf19.tar.gz
Install all scripts in same bindir
Diffstat (limited to 'net/exabgp')
-rw-r--r--net/exabgp/PLIST18
-rw-r--r--net/exabgp/distinfo4
-rw-r--r--net/exabgp/patches/patch-setup.py4
3 files changed, 13 insertions, 13 deletions
diff --git a/net/exabgp/PLIST b/net/exabgp/PLIST
index 4e91cb9dfc7..2d22c2379e6 100644
--- a/net/exabgp/PLIST
+++ b/net/exabgp/PLIST
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2013/12/15 22:22:44 pettai Exp $
-bin/dynamic-1.pl
-bin/dynamic-1.sh
+@comment $NetBSD: PLIST,v 1.2 2013/12/25 14:59:10 pettai Exp $
+bin/exabgp/dynamic-1.pl
+bin/exabgp/dynamic-1.sh
bin/exabgp/exabgp
-bin/healthcheck.py
-bin/read-write.py
-bin/syslog-1.py
-bin/tcp-server
-bin/watchdog-1.pl
-bin/watchdog-1.sh
+bin/exabgp/healthcheck.py
+bin/exabgp/read-write.py
+bin/exabgp/syslog-1.py
+bin/exabgp/tcp-server
+bin/exabgp/watchdog-1.pl
+bin/exabgp/watchdog-1.sh
${PYSITELIB}/exabgp/__init__.py
${PYSITELIB}/exabgp/__init__.pyc
${PYSITELIB}/exabgp/__init__.pyo
diff --git a/net/exabgp/distinfo b/net/exabgp/distinfo
index 7ea65f71015..8756ee3382a 100644
--- a/net/exabgp/distinfo
+++ b/net/exabgp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2013/12/24 11:21:55 pettai Exp $
+$NetBSD: distinfo,v 1.3 2013/12/25 14:59:10 pettai Exp $
SHA1 (exabgp-exabgp-3.2.19.tar.gz) = e31f782ecc0e5c532cb8c8bb18ef7491e0568ea2
RMD160 (exabgp-exabgp-3.2.19.tar.gz) = e17f88e0dbec222849d1c433c68047a36b6e4316
@@ -15,4 +15,4 @@ SHA1 (patch-dev_self_refresh_first) = b3b1315e9f3a5f053178f9adeb9451dfe1af736b
SHA1 (patch-dev_self_refresh_second) = 2c3bbe93e93ac908b75842aa46b79876bb10c78f
SHA1 (patch-dev_self_simple_first) = c5210d4b5a2d65bb9cf2e68752662a13b73b96ab
SHA1 (patch-dev_self_simple_second) = 1dad8e64ac4cfdcb5f5bcb6457ea6f7b7099e224
-SHA1 (patch-setup.py) = 63f2ded09eb0ba71ee5722f7196b9039dbea865e
+SHA1 (patch-setup.py) = 95da865dfcbdb4b09c78efffa2c5f7ba9b1e31ca
diff --git a/net/exabgp/patches/patch-setup.py b/net/exabgp/patches/patch-setup.py
index c85d39ceaa1..fbca854738d 100644
--- a/net/exabgp/patches/patch-setup.py
+++ b/net/exabgp/patches/patch-setup.py
@@ -1,4 +1,4 @@
-$NetBSD: patch-setup.py,v 1.1 2013/12/15 22:22:44 pettai Exp $
+$NetBSD: patch-setup.py,v 1.2 2013/12/25 14:59:10 pettai Exp $
Fix installation to proper directories
@@ -10,7 +10,7 @@ Fix installation to proper directories
data_files=[
- ('etc/exabgp',configuration('etc/exabgp')),
- ('/usr/lib/systemd/system',configuration('etc/systemd')),
-+ ('bin/',configuration('etc/exabgp')),
++ ('bin/exabgp',configuration('etc/exabgp')),
+ # ('/usr/lib/systemd/system',configuration('etc/systemd')),
],
classifiers=[