diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-01-27 13:48:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-01-27 13:48:01 +0000 |
commit | 36a63e944b1fe9e3276d7db476f30cf0b1ab1336 (patch) | |
tree | f3bd84dcd8037fe58df56aad1bf443d90ffedf49 /net/quagga | |
parent | bce1374bd6f165b79731ef0f749664bfe3721434 (diff) | |
download | pkgsrc-36a63e944b1fe9e3276d7db476f30cf0b1ab1336.tar.gz |
Fix the Solaris SMF method script. Bump PKGREVISION.
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 4 | ||||
-rw-r--r-- | net/quagga/distinfo | 3 | ||||
-rw-r--r-- | net/quagga/patches/patch-solaris_quagga.init.in | 15 |
3 files changed, 19 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 316409fe836..079067535d1 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2015/06/12 10:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/01/27 13:48:01 jperkin Exp $ # DISTNAME= quagga-0.99.24.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.savannah.gnu.org/releases/quagga/ diff --git a/net/quagga/distinfo b/net/quagga/distinfo index dc84f1bd26c..163f8823371 100644 --- a/net/quagga/distinfo +++ b/net/quagga/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.24 2015/11/04 00:35:33 agc Exp $ +$NetBSD: distinfo,v 1.25 2016/01/27 13:48:01 jperkin Exp $ SHA1 (quagga-0.99.24.1.tar.gz) = da5d4b1b6f524becb217355f95f99076b7a969d5 RMD160 (quagga-0.99.24.1.tar.gz) = a6b5c6d93b2d129aa4f627ae0359fa6539de6645 SHA512 (quagga-0.99.24.1.tar.gz) = 6b15aa3ed961081eba4878ba4a6fb5fd03dd8fc16684f28cf7176f0636c33ed734da8787edf9352c108d9e528dd7ba74e2ee0113e782adc4465945cdae88ec51 Size (quagga-0.99.24.1.tar.gz) = 2683800 bytes SHA1 (patch-lib_privs.c) = d86ec56c9f57f38af6cce5285fb95759efc7c8e9 +SHA1 (patch-solaris_quagga.init.in) = 446f9c1efc47d54cb1af0eba47193571b63d91c0 diff --git a/net/quagga/patches/patch-solaris_quagga.init.in b/net/quagga/patches/patch-solaris_quagga.init.in new file mode 100644 index 00000000000..8fe16096beb --- /dev/null +++ b/net/quagga/patches/patch-solaris_quagga.init.in @@ -0,0 +1,15 @@ +$NetBSD: patch-solaris_quagga.init.in,v 1.3 2016/01/27 13:48:01 jperkin Exp $ + +Disable the broken upgrade function, unsuitable and unnecessary for pkgsrc. + +--- solaris/quagga.init.in.orig 2015-03-07 06:58:00.000000000 +0000 ++++ solaris/quagga.init.in +@@ -229,7 +229,7 @@ else + fi + fi + +-upgrade_config "$DAEMON" ++#upgrade_config "$DAEMON" + + if [ ! -f "@sysconfdir@/${DAEMON}.conf" ] ; then + echo "Could not find config file, @sysconfdir@/${DAEMON}.conf" |