pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/sakura Use http for MASTE_SITES instead of https, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24f279965753
branches:  trunk
changeset: 607379:24f279965753
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 10 21:29:58 2012 +0000

description:
Use http for MASTE_SITES instead of https, thank you, obache@.

diffstat:

 x11/sakura/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 65b55cc650af -r 24f279965753 x11/sakura/Makefile
--- a/x11/sakura/Makefile       Fri Aug 10 18:04:53 2012 +0000
+++ b/x11/sakura/Makefile       Fri Aug 10 21:29:58 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2012/08/10 13:54:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2012/08/10 21:29:58 ryoon Exp $
 #
 
 DISTNAME=      sakura-${SAKURA_VER}
 SAKURA_VER=    3.0.4
 CATEGORIES=    x11
-MASTER_SITES=  http://launchpad.net/sakura/trunk/${SAKURA_VER}/+download/
+MASTER_SITES=  http://launchpadlibrarian.net/103638542/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
@@ -14,10 +14,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-# Force using "curl" for fetching the distribution file. It is only available
-# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING=   curl
-
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config pod2man xgettext
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index