Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openfortivpn/
Date: Tue, 28 Feb 2017 12:20:17
Message-Id: 1488284360.dcda7e5965f93044978b398b82c8f06db31296aa.marecki@gentoo
1 commit: dcda7e5965f93044978b398b82c8f06db31296aa
2 Author: Stefan Langenmaier <stefan.langenmaier <AT> savoirfairelinux <DOT> com>
3 AuthorDate: Tue Feb 21 19:43:45 2017 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 12:19:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcda7e59
7
8 net-misc/openfortivpn: version bump
9
10 Add latest release 1.3.0, remove old unstable version 1.2.0.
11
12 Closes #4054
13
14 Gentoo-Bug: 602676
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 net-misc/openfortivpn/Manifest | 2 +-
18 .../{openfortivpn-1.2.0.ebuild => openfortivpn-1.3.0.ebuild} | 3 ++-
19 2 files changed, 3 insertions(+), 2 deletions(-)
20
21 diff --git a/net-misc/openfortivpn/Manifest b/net-misc/openfortivpn/Manifest
22 index f8b63843af..0777d32890 100644
23 --- a/net-misc/openfortivpn/Manifest
24 +++ b/net-misc/openfortivpn/Manifest
25 @@ -1 +1 @@
26 -DIST openfortivpn-1.2.0.tar.gz 44609 SHA256 2e0592eb053686f7f54eabf2fd2252446074e6d11072413f98ba5ff07d8c68ab SHA512 836ba43a156c2575222b5d553005662c5a44ad4e21c1a8dc9896d117a1dac2dce64a6815e9b05cb921c2f6166b003c83885e07a8d50a9aca9c5f3cc68f229a67 WHIRLPOOL 8874e0b9d6d103fda8446d75cc9789480b5adfdd3bc734867ae9e6e7518632460f8d609b95df8eedc26d602320c4c3218d223c33c502faed2a7620cda9a23ea0
27 +DIST openfortivpn-1.3.0.tar.gz 48414 SHA256 a7dee87a9ef56c5d5a5d7288ae047f51f29472b2156e7d59bf9301aad6ac44ce SHA512 cedcb5677c03981cb255475113ebd06392edcbf4a57538515ff616db22334f4bef2e379d11eaa5a02f5d6a380ddf4b13bb6718269d01dea91a1ba25833dee107 WHIRLPOOL 164a44416db29acc2ebd9208a08ff9cb9578404739f1e6c5630eeede344a2dd15ae630437a417e382358b8dc44e6c73c431e94ae56f1ec844f96ca43a42965e7
28
29 diff --git a/net-misc/openfortivpn/openfortivpn-1.2.0.ebuild b/net-misc/openfortivpn/openfortivpn-1.3.0.ebuild
30 similarity index 92%
31 rename from net-misc/openfortivpn/openfortivpn-1.2.0.ebuild
32 rename to net-misc/openfortivpn/openfortivpn-1.3.0.ebuild
33 index ed1be00c80..ecd7c6e8a9 100644
34 --- a/net-misc/openfortivpn/openfortivpn-1.2.0.ebuild
35 +++ b/net-misc/openfortivpn/openfortivpn-1.3.0.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2016 Gentoo Foundation
38 +# Copyright 1999-2017 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -18,6 +18,7 @@ IUSE="libressl"
43 DEPEND="
44 !libressl? ( dev-libs/openssl:0= )
45 libressl? ( dev-libs/libressl:0= )
46 + net-dialup/ppp
47 "
48 RDEPEND="${DEPEND}"