Skip to content

Commit

Permalink
dev-java/jcifs: use HTTPS for links to samba.org (bug #636916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Turco authored and floppym committed Nov 9, 2017
1 parent fce92bf commit 0bda9a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev-java/jcifs/jcifs-1.3.17-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"
Expand All @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source"
inherit eutils java-pkg-2 java-ant-2

DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
SRC_URI="http://jcifs.samba.org/src/${P}.tgz"
HOMEPAGE="http://jcifs.samba.org/"
SRC_URI="https://jcifs.samba.org/src/${P}.tgz"
HOMEPAGE="https://jcifs.samba.org/"
LICENSE="LGPL-2.1"
SLOT="1.1"
KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
Expand Down
4 changes: 2 additions & 2 deletions dev-java/jcifs/jcifs-1.3.17-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc examples source"
inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
SRC_URI="http://jcifs.samba.org/src/${P}.tgz"
HOMEPAGE="http://jcifs.samba.org/"
SRC_URI="https://jcifs.samba.org/src/${P}.tgz"
HOMEPAGE="https://jcifs.samba.org/"
LICENSE="LGPL-2.1"
SLOT="1.1"

Expand Down

0 comments on commit 0bda9a3

Please sign in to comment.