summaryrefslogtreecommitdiff
path: root/textproc/py-html2text
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2011-06-12 11:59:20 +0000
committerschnoebe <schnoebe@pkgsrc.org>2011-06-12 11:59:20 +0000
commitb0ec08d79f10a4c5bf4a1879e7a9535118a33a72 (patch)
tree4995f2ad3c565fdd6ff01d10ba8e6e62bffa1628 /textproc/py-html2text
parenta732f88f3eb0158e2d3daf231f91ad1029441e19 (diff)
downloadpkgsrc-b0ec08d79f10a4c5bf4a1879e7a9535118a33a72.tar.gz
Update with a working MASTER_SITES, and to FETCH_USING curl,
since ftp does not handle https: URLs.
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r--textproc/py-html2text/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile
index 62eb2ab962c..0dfd84f4ab1 100644
--- a/textproc/py-html2text/Makefile
+++ b/textproc/py-html2text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/06/09 06:21:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.21 2011/06/12 11:59:20 schnoebe Exp $
#
DISTNAME= aaronsw-${GHNAME}-${GHVERSION}-0-g${GHCOMMIT}
@@ -7,13 +7,15 @@ GHVERSION= 3.02
GHCOMMIT= d9bf7d6
PKGNAME= ${PYPKGPREFIX}-${GHNAME}-${GHVERSION}
CATEGORIES= textproc python
-MASTER_SITES= http://download.github.com/
+MASTER_SITES= https://github.com/aaronsw/html2text/tarball/${GHVERSION}/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.aaronsw.com/2002/html2text/
COMMENT= Convert HTML into easy-to-read plain ASCII text
LICENSE= gnu-gpl-v2
+FETCH_USING= curl
+
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/aaronsw-${GHNAME}-${GHCOMMIT}