Tue May 15 03:50:35 2012 UTC ()
fix download.
launchpad now redirects to https.


(reed)
diff -r1.9 -r1.10 pkgsrc/devel/bzr-explorer/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/devel/bzr-explorer/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/bzr-explorer/Attic/Makefile 2012/04/22 08:45:49 1.9
+++ pkgsrc/devel/bzr-explorer/Attic/Makefile 2012/05/15 03:50:34 1.10
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: Makefile,v 1.9 2012/04/22 08:45:49 cheusov Exp $ 1# $NetBSD: Makefile,v 1.10 2012/05/15 03:50:34 reed Exp $
2 2
3DISTNAME= bzr-explorer-${VER} 3DISTNAME= bzr-explorer-${VER}
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://launchpad.net/bzr-explorer/${VER:R}/${VER}/+download/ 6MASTER_SITES= https://launchpad.net/bzr-explorer/${VER:R}/${VER}/+download/
7VER= 1.2.2 7VER= 1.2.2
8 8
9MAINTAINER= ddeus.pkgsrc@mailnull.com 9MAINTAINER= ddeus.pkgsrc@mailnull.com
10HOMEPAGE= https://launchpad.net/bzr-explorer 10HOMEPAGE= https://launchpad.net/bzr-explorer
11COMMENT= GUI frontend to bzr 11COMMENT= GUI frontend to bzr
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
 16# Needed for launchpad
 17FETCH_USING= curl
 18
16USE_TOOLS+= msgfmt 19USE_TOOLS+= msgfmt
17 20
18DEPENDS+= qbzr>=0.11:../../devel/qbzr 21DEPENDS+= qbzr>=0.11:../../devel/qbzr
19DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4 22DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
20 23
21PYDISTUTILSPKG= yes 24PYDISTUTILSPKG= yes
22# Only these python versions are supported, see: 25# Only these python versions are supported, see:
23# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html 26# http://doc.bazaar.canonical.com/bzr.dev/en/whats-new/whats-new-in-2.4.html
24PYTHON_VERSIONS_ACCEPTED= 27 26 27PYTHON_VERSIONS_ACCEPTED= 27 26
25 28
26.include "../../devel/bzr/plugin.mk" 29.include "../../devel/bzr/plugin.mk"
27.include "../../lang/python/extension.mk" 30.include "../../lang/python/extension.mk"
28.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"