Bug 211311 - textproc/py-html2text: Update to 2016.5.29, Take MAINTAINER'ship
Summary: textproc/py-html2text: Update to 2016.5.29, Take MAINTAINER'ship
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-23 14:05 UTC by Danilo G. Baio
Modified: 2016-07-25 22:05 UTC (History)
1 user (show)

See Also:


Attachments
py-html2text-2016.5.29.patch (1.38 KB, patch)
2016-07-23 14:05 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2016-07-23 14:05:24 UTC
Created attachment 172890 [details]
py-html2text-2016.5.29.patch

- Update to 2016.5.29
- Add missing license to the port: GPLv3+
- Set to architecture neutral
- Move URL(outdated) to PyPI.
- Take maintainer'ship

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.

portlint: OK
	looks fine.

testport: OK
	poudriere: i386,  10.3 (tested)
	poudriere: amd64, 10.3 (tested)

	poudriere: i386,  9.3  (tested)
	poudriere: amd64, 9.3  (tested)

	poudriere: i386,  11   (tested)
	poudriere: amd64, 11   (tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-07-24 20:27:55 UTC
A commit references this bug:

Author: pawel
Date: Sun Jul 24 20:27:16 UTC 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

Changes:
  head/textproc/py-html2text/Makefile
  head/textproc/py-html2text/distinfo
  head/textproc/py-html2text/pkg-descr
Comment 2 Danilo G. Baio freebsd_committer freebsd_triage 2016-07-25 22:05:10 UTC
I didn't know about USE_CSTD.
Thank you.