notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/py-genshi/distinfo

Number of commits found: 10

Monday, 26 Sep 2022
15:44 Nicola Vitale (nivit) search for other commits by this committer
textproc/py-genshi: update to 0.7.7

- Remove files/patch-2to3 because the module supports Python 3 now
- Remove NO_ARCH because the module install a shared library
- Add a post-install target to strip such library
commit hash: 7084790175b0cf0578c35f8080153f8280ee191e commit hash: 7084790175b0cf0578c35f8080153f8280ee191e commit hash: 7084790175b0cf0578c35f8080153f8280ee191e commit hash: 7084790175b0cf0578c35f8080153f8280ee191e 7084790
Monday, 16 Dec 2019
03:51 koobs search for other commits by this committer
textproc/py-genshi: Update to 0.7.3

Genshi 0.7 doesn't support Python 3.5+, but the port currently allows it
to be built with any Python version. This doesn't affect the build, but
produces a broken runtime, including for all Genshi dependents:

Genshi (0.7) tests:

  2.7: Ran 854 tests in 3.623s - FAILED (failures=1)
  3.5: Ran 858 tests in 3.607s - FAILED (failures=4, errors=34)
  3.6: Ran 858 tests in 3.610s - FAILED (failures=4, errors=34)
  3.7: Ran 858 tests in 3.313s - FAILED (failures=11, errors=91)
  3.8: Ran 858 tests in 3.094s - FAILED (failures=32, errors=359)

Genshi added 3.5+ support in subsequent versions [1]:

  0.7.2: Add support for Python 3.8.
  0.7.1: Add support for Python 3.5, 3.6 and 3.7

Given Genshi 0.7 -> 0.7.3 involves only additional Python version support
and bugfix-only changes, this change updates the port to 0.7.3, instead of
restricting (correctly) its use to USES=python:-3.4, and is intended to be
merged to the quarterly branch accordingly.

While I'm here:

  - Add test target to encourage and ease future QA
  - Strip speedup shared library on Python versions it builds in
  - Remove backported patch to setup.py (now in this release)
  - Use CHEESESHOP and update COMMENT according to Python policies

Genshi (0.7.3) QA tests:

  2.7: Ran 861 tests in 3.626s - OK
  3.5: Ran 867 tests in 3.561s - OK
  3.6: Ran 867 tests in 3.540s - OK
  3.7: Ran 867 tests in 3.268s - OK
  3.8: Ran 867 tests in 3.267s - OK

[1] https://github.com/edgewall/genshi/blob/0.7.3/ChangeLog

Approved by:	portmgr (blanket(s): runtime bugfix, ports (python) compliance)
MFH:		2019Q4 (blanket(s): runtime bugfix, bugfix release)
Original commitRevision:520212 
Friday, 31 May 2013
12:36 nivit search for other commits by this committer
- Update to 0.7  [1]
- Trim Makefile header  [1]
- Fix MASTER_SITES entries
- Add license (BSD)
- Add option BABEL (default off)
- Convert to the new options framework  [1]
- Fix WWW field in pkg-descr

Build log:	http://goo.gl/DCc7n
Release notes:	http://goo.gl/SPXrx

PR:	ports/178991  [1]
Submitted by:	olivierd
Original commitRevision:319489 
Sunday, 3 Jul 2011
14:40 ohauer search for other commits by this committer
-remove MD5
Original commit
Wednesday, 28 Apr 2010
13:52 nivit search for other commits by this committer
- Update to 0.6
- Remove PYEASYINSTALL_ARCHDEP, PYDISTUTILS_INSTALLARGS variables
Original commit
Thursday, 10 Jul 2008
12:44 nivit search for other commits by this committer
- Update to 0.5.1
- Use ${COPYTREE_SHARE} to install doc and examples
Original commit
Thursday, 26 Jun 2008
15:38 nivit search for other commits by this committer
- Update to 0.5
- Add PYEASYINSTALL_ARCHDEP=yes, DOCSDIR, EXAMPLESDIR

PR:             ports/124570
Submitted by:   Junji NAKANISHI <jun-g at daemonfreaks.com>
Original commit
Friday, 24 Aug 2007
13:44 nivit search for other commits by this committer
- Update to 0.4.4 [1]
- Install docs and/or examples

PR:             ports/115533
Submitted by:   clsung [1]
Original commit
Tuesday, 17 Apr 2007
12:23 nivit search for other commits by this committer
- Update to 0.4
- Remove files/pkg-deinstall.in files/pkg-install.in
Original commit
Wednesday, 24 Jan 2007
09:15 nivit search for other commits by this committer
Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual content
for output generation on the web. The major feature is a template language,
which is heavily inspired by Kid.

WWW:    http://genshi.wedgewall.org/

Approved by:    alexbl (mentor, implicit)
Original commit

Number of commits found: 10