pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/exabgp Install all scripts in same bindir



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1f7b765ced5
branches:  trunk
changeset: 627964:b1f7b765ced5
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Dec 25 14:59:10 2013 +0000

description:
Install all scripts in same bindir

diffstat:

 net/exabgp/PLIST                  |  18 +++++++++---------
 net/exabgp/distinfo               |   4 ++--
 net/exabgp/patches/patch-setup.py |   4 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (59 lines):

diff -r 6ff2ccb3186e -r b1f7b765ced5 net/exabgp/PLIST
--- a/net/exabgp/PLIST  Wed Dec 25 12:12:36 2013 +0000
+++ b/net/exabgp/PLIST  Wed Dec 25 14:59:10 2013 +0000
@@ -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 -r 6ff2ccb3186e -r b1f7b765ced5 net/exabgp/distinfo
--- a/net/exabgp/distinfo       Wed Dec 25 12:12:36 2013 +0000
+++ b/net/exabgp/distinfo       Wed Dec 25 14:59:10 2013 +0000
@@ -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_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 -r 6ff2ccb3186e -r b1f7b765ced5 net/exabgp/patches/patch-setup.py
--- a/net/exabgp/patches/patch-setup.py Wed Dec 25 12:12:36 2013 +0000
+++ b/net/exabgp/patches/patch-setup.py Wed Dec 25 14:59:10 2013 +0000
@@ -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 @@
        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=[



Home | Main Index | Thread Index | Old Index