Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.14_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.14 21 Jan 2024 20:48:11
    |
Muhammad Moinur Rahman (bofh)  |
mail/rss2email3: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
3.14 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.14 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.14 29 Aug 2022 16:28:49
    |
Neel Chauhan (nc)  Author: Corey Halpin |
mail/rss2email3: Update to v3.14
Changes: https://github.com/rss2email/rss2email/releases/tag/v3.14
PR: 266084 |
3.13.1 06 Dec 2021 11:17:18
    |
Hiroki Tagato (tagattie)  Author: Corey Halpin |
mail/rss2email3: update to 3.13.1
Changelog:
* Fix crash on html-mail entries with no URL
(https://github.com/rss2email/rss2email/blob/v3.13.1/CHANGELOG)
PR: 260220
Reported by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
3.13 29 Aug 2021 16:50:44
    |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
3.13 19 Apr 2021 11:20:44
    |
Sofian Brabez (sbz)  |
mail/rss2email3: update to 3.13
PR: 224188
Reported by: Michael Bueker <m.bueker@berlin.de>
Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
3.12.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.12.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.12.3 25 Mar 2021 16:21:20
  |
nc  |
mail/rss2email3: Update to 3.12.3
PR: 254544
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
3.12.2 15 Sep 2020 05:53:06
  |
lwhsu  |
mail/rss2email3: Update to v3.12.2
PR: 249315
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
3.12.1 19 Aug 2020 10:29:10
  |
lwhsu  |
mail/rss2email3: Update to 3.12.1
PR: 248702
Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) |
3.11 14 Jul 2020 14:09:03
  |
kai  |
mail/rss2email3: Update to 3.11
* 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) |
3.9 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
3.9 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.9 25 Mar 2018 05:42:09
  |
yuri  |
mail/rss2email3: Unbreak
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) |
3.8 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
3.8 04 Jun 2017 21:49:48
  |
bdrewery  |
Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
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 |
3.8 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.8 02 Feb 2016 20:01:44
  |
rm  |
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree
With hat: python |
3.8 07 May 2015 16:32:44
  |
mat  |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.8 21 Oct 2014 17:10:06
  |
mva  |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit) |
3.8 18 Oct 2014 14:44:53
  |
antoine  |
Ignore on the package builders when the default version of python is different
from the requested one
Reported by: pkg-fallout |
3.8 19 Aug 2014 12:26:49
  |
marino  |
Move mail/rss2email => mail/rss2email2
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 |
3.8 14 Feb 2014 15:52:42
  |
gahr  |
- New port: mail/rss2email3
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> |