svn commit: r419023 - head/textproc/py-html2text

Pawel Pekala pawel at FreeBSD.org
Sun Jul 24 20:27:17 UTC 2016


Author: pawel
Date: Sun Jul 24 20:27:16 2016
New Revision: 419023
URL: https://svnweb.freebsd.org/changeset/ports/419023

Log:
  - Update to 2016.5.29
  - Add missing license to the port: GPLv3+
  - Set to architecture neutral
  - Move URL(outdated) to PyPI, fix typo
  - Take maintainership
  
  Changelog:
  - Default image alt text option created and set to a default of
    empty string "" to maintain backward compatibility
  - Fix #136: --default-image-alt now takes a string as argument
  - Fix #113: Stop changing quiet levels on /script tags.
  
  PR:		211311
  Submitted by:	Danilo G. Baio

Modified:
  head/textproc/py-html2text/Makefile
  head/textproc/py-html2text/distinfo
  head/textproc/py-html2text/pkg-descr

Modified: head/textproc/py-html2text/Makefile
==============================================================================
--- head/textproc/py-html2text/Makefile	Sun Jul 24 20:26:44 2016	(r419022)
+++ head/textproc/py-html2text/Makefile	Sun Jul 24 20:27:16 2016	(r419023)
@@ -2,14 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	html2text
-PORTVERSION=	2016.4.2
+PORTVERSION=	2016.5.29
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dbaio at bsd.com.br
 COMMENT=	Convert HTML into clean plain ASCII text
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 

Modified: head/textproc/py-html2text/distinfo
==============================================================================
--- head/textproc/py-html2text/distinfo	Sun Jul 24 20:26:44 2016	(r419022)
+++ head/textproc/py-html2text/distinfo	Sun Jul 24 20:27:16 2016	(r419023)
@@ -1,2 +1,3 @@
-SHA256 (html2text-2016.4.2.tar.gz) = 32e5e49eb520335bae200a00e3cc981f1ade558930068e1bb2a6e3fb1504f951
-SIZE (html2text-2016.4.2.tar.gz) = 45992
+TIMESTAMP = 1469281193
+SHA256 (html2text-2016.5.29.tar.gz) = 98aa9e93724afb5ecd9445df9800d0690a3f910726b0c577009277024aa840c6
+SIZE (html2text-2016.5.29.tar.gz) = 46322

Modified: head/textproc/py-html2text/pkg-descr
==============================================================================
--- head/textproc/py-html2text/pkg-descr	Sun Jul 24 20:26:44 2016	(r419022)
+++ head/textproc/py-html2text/pkg-descr	Sun Jul 24 20:27:16 2016	(r419023)
@@ -1,5 +1,5 @@
-html2text is a Python script that convers a page of HTML into clean,
+html2text is a Python script that converts a page of HTML into clean,
 easy-to-read plain ASCII text. Better yet, that ASCII also happens to
 be valid Markdown (a text-to-HTML format).
 
-WWW: http://www.aaronsw.com/2002/html2text/
+WWW: https://pypi.python.org/pypi/html2text/


More information about the svn-ports-head mailing list