| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* This update unbreaks the port at runtime by using the builtin
"html.unescape()" function (introduced in Python 3.4) instead of the
"html2text.unescape()" function from textproc/py-text2html which was
removed since the 2019.8.11 release.
* Submitter becomes maintainer because the previous maintainer seems to be
missing in action as there was no feedback over five months.
While I'm here:
* Switch manpages to the preferred share/man location.
* Remove no longer required CONFLICTS_INSTALL entry.
* Update the WWW field to point to the new upstream repository.
Changelog since 3.9:
https://github.com/rss2email/rss2email/blob/v3.11/CHANGELOG
PR: 243515
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (based on)
Reported by: Michael Bueker <m.bueker@berlin.de>
Approved by: maintainer timeout (5+ months)
MFH: 2020Q3 (blanket: runtime fix)
Notes:
svn path=/head/; revision=542219
|
|
|
|
| |
Notes:
svn path=/head/; revision=508882
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Add previously missing manpage to PLIST_FILES
* Add USE_PYTHON=concurrent
* Add NO_ARCH=yes
* Group USExx
* Split out post-install-DOCS-on from post-install
* While here, update 3.8 -> 3.9 and change to DISTVERSION
Approved by: portmgr (port compliance, infrastructure)
Notes:
svn path=/head/; revision=465498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
| |
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies. That bug
is being addressed along with adding FLAVORS support to it.
With hat: portmgr
MFH: 2017Q2
Notes:
svn path=/head/; revision=442592
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
| |
Because we are going to remove python 3.2 from the ports tree
With hat: python
Notes:
svn path=/head/; revision=407841
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385637
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371330
|
|
|
|
|
|
|
|
|
| |
from the requested one
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=371129
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is done to avoid confusion with mail/rss2email3. Also update the
conflicts line of rss2email3 that broke with the recent update of
mail/rss2email. This is the second part of the PR.
PR: 190381
Submitted by: Stephen Guglielmo
Notes:
svn path=/head/; revision=365373
|
|
rss2email is a python script that lets you subscribe to a list of
RSS or Atom feeds and get new posts sent to you by email. It is
generally run via cron, but can be run manually as well.
This is a python 3 rewrite of the original rss2email project by
Lindsey Smith at AllThingsRSS. It does not run on python 2.
WWW: https://github.com/wking/rss2email
PR: 186752
Submitted by: Stephen R Guglielmo <srg@guglielmo.us>
Notes:
svn path=/head/; revision=344272
|