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: devel/py-virtualenvwrapper/pkg-plist

Number of commits found: 13

Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Monday, 29 Jan 2018
06:45 araujo search for other commits by this committer
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
Original commitRevision:460241 
Monday, 31 Aug 2015
12:56 koobs search for other commits by this committer
devel/py-virtualenvwrapper: Unmark BROKEN

- Unmark BROKEN port after pbr update [1]
- Patch conf.py as sphinx renamed the 'default' theme, which caused the
  following error:

  sphinx.errors.SphinxWarning: WARNING: 'default' html theme has been
  renamed to 'classic'. Please change your html_theme setting either to
  the new 'alabaster' default theme, or to 'classic' to keep using the
  old default.

- Update pkg-plist accordingly

While I'm here:

- Add LICENSE_FILE
- Sort USE_PYTHON values

[1] https://svnweb.freebsd.org/changeset/ports/395669

Approved by:	portmgr (blanket)
Original commitRevision:395670 
Monday, 27 Oct 2014
10:58 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371548 
Thursday, 24 Jul 2014
05:19 nivit search for other commits by this committer
- Update to 4.3.1

Build Log:	https://redports.org/buildarchive/20140724044516-67645/
Original commitRevision:362763 
Monday, 10 Feb 2014
09:40 koobs search for other commits by this committer
devel/py-virtualenvwrapper: Update to 4.2 & modernise

- Update to 4.2, update pkg-plist
- Enable STAGE support
- Enable AUTOPLIST, update pkg-plist
- Remove indefinite article from COMMENT and update
- Add LICENSE (MIT)
- Add new BUILD_DEPENDS (pbr)
- Use OPTIONS helpers for DOCS_BUILD_DEPENDS
- Deprecate easy_install target
- Deprecate OPTIONSFILE override
- Deprecate Python 3.2+ .py[co] hacks
- Use *PYTHON_*PKGNAMEPREFIX for sphinxcontrib-bitbucket
- Makefile: Whitespace alignment & sort sections
- Remove unecessary setup.py patch

Changes: http://virtualenvwrapper.readthedocs.org/en/latest/history.html

Approved by:	maintainer (via email)
Original commitRevision:343611 
Tuesday, 21 Aug 2012
21:19 nivit search for other commits by this committer
- Update to 3.6
- Add devel/py-stevedore to RUN_DEPENDS
- Use devel/py-sphinx and textproc/py-sphinxcontrib-bitbucket
  to build DOCS
- Remove Author: field and the blank after WWW: from pkg-descr

ReleaseHistory:	http://goo.gl/AYHv8
BuildLog:	http://goo.gl/acOhy
Original commit
Saturday, 30 Jun 2012
21:04 nivit search for other commits by this committer
- Update to 3.5
- Add add-plist-post target to fix pkg-plist when Python
  version is >= 3.2
- Add devel/py-virtualenv-clone to RUN_DEPENDS
- Convert to the new options framework
- Remove http://www.doughellmann.com/* from MASTER_SITES
Original commit
Saturday, 22 Oct 2011
21:18 nivit search for other commits by this committer
- Update to 2.10.1
Original commit
Thursday, 14 Apr 2011
12:44 nivit search for other commits by this committer
- Update to 2.7
Original commit
Wednesday, 2 Mar 2011
22:47 nivit search for other commits by this committer
- Update to 2.6.3
- Add files/patch-setup.py
Original commit
Friday, 31 Dec 2010
17:06 nivit search for other commits by this committer
- Update to 2.6.1
- Remove MD5 checksum from distinfo
Original commit
Thursday, 6 May 2010
20:37 nivit search for other commits by this committer
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_ tool.  The extensions include
wrappers for creating and deleting virtual environments and otherwise
managing your development workflow, making it easier to work on more
than one project at a time without introducing conflicts in their
dependencies.

WWW:    http://www.doughellmann.com/projects/virtualenvwrapper/
Author: Doug Hellmann
Original commit

Number of commits found: 13