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: www/trac-devel/Makefile

Number of commits found: 23

Tuesday, 2 Jan 2024
20:33 Oleksii Samorukov (samm) search for other commits by this committer
www/trac: update to 1.6 version

- update to the latest release
- move www/trac-devel to www/trac as changes are now released

ChangeLog: https://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.6
commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe commit hash: 1ed2eb42e5c7dcdd88b2f46714e241c010ccbfbe 1ed2eb4
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 6 Jun 2023
05:55 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-devel: upgrqde to 1.5.4

- Remove outdated patches
- Unbreak the build

Reported by: repology
commit hash: ee34ecfe846e116b2bee2f8035d9cee98191e0ad commit hash: ee34ecfe846e116b2bee2f8035d9cee98191e0ad commit hash: ee34ecfe846e116b2bee2f8035d9cee98191e0ad commit hash: ee34ecfe846e116b2bee2f8035d9cee98191e0ad ee34ecf
Monday, 20 Feb 2023
10:48 Antoine Brodin (antoine) search for other commits by this committer
www/trac-devel: mark BROKEN

ImportError: cannot import name 'contextfilter' from 'jinja2'
(/usr/local/lib/python3.9/site-packages/jinja2/__init__.py)

Reported by:	pkg-fallout
commit hash: dea13063c61755e92ac6659db66f68f69deb4c2d commit hash: dea13063c61755e92ac6659db66f68f69deb4c2d commit hash: dea13063c61755e92ac6659db66f68f69deb4c2d commit hash: dea13063c61755e92ac6659db66f68f69deb4c2d dea1306
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 24 Nov 2021
20:22 Oleksii Samorukov (samm) search for other commits by this committer
www/trac-devel: Upgrade to 1.5.3 and unbreak

PR:		258942
Reported by:	lapo@lapo.it
commit hash: 29c0aa77578b766ac518e948c76834869e9813e5 commit hash: 29c0aa77578b766ac518e948c76834869e9813e5 commit hash: 29c0aa77578b766ac518e948c76834869e9813e5 commit hash: 29c0aa77578b766ac518e948c76834869e9813e5 29c0aa7
Tuesday, 16 Nov 2021
19:10 Dmitry Marakasov (amdmi3) search for other commits by this committer
www/trac-devel: mark BROKEN

Approved by:	portmgr blanket
commit hash: d6c4b1a6c84961a80e6741b80c594aa2c5360059 commit hash: d6c4b1a6c84961a80e6741b80c594aa2c5360059 commit hash: d6c4b1a6c84961a80e6741b80c594aa2c5360059 commit hash: d6c4b1a6c84961a80e6741b80c594aa2c5360059 d6c4b1a
Thursday, 21 Oct 2021
15:41 Stefan Eßer (se) search for other commits by this committer
www/trac-devel: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 4a2ade39d5ff3366366b88bf645815998bbdb3b1 commit hash: 4a2ade39d5ff3366366b88bf645815998bbdb3b1 commit hash: 4a2ade39d5ff3366366b88bf645815998bbdb3b1 commit hash: 4a2ade39d5ff3366366b88bf645815998bbdb3b1 4a2ade3
Wednesday, 30 Jun 2021
05:09 Fukang Chen (loader) search for other commits by this committer
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions

- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION

devel/anjuta:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change SUBVERSION_DESC to use the default description

devel/git:
    - Rename OPTION P4 to PERFORCE
    - Rename OPTION SVN to SUBVERSION
    - Change PERFORCE_DESC to use the default description

devel/ocaml-opam:
    - Rename OPTION HG to MERCURIAL
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change {DARCS,GIT,MERCURIAL}_DESC to use the default description

devel/thunar-vcs-plugin:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Change GIT_DESC to use the default description

devel/viewvc-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_SINGLE

net-mgmt/observium:
    - Rename OPTION SVN to SUBVERSION

net-mgmt/rancid3:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_SINGLE_SCM
    - Change {CVS,GIT,SUBVERSION}_DESC to use the default description

ports-mgmt/portshaker:
    - Rename OPTION SVN to SUBVERSION
    - Rename HG to MERCURIAL
    - Sort OPTIONS_DEFINE
    - Change {GIT,MERCURIAL}_DESC to use the default description

security/hydra:
    - Rename OPTION SVN to SUBVERSION

security/medusa:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE

shells/scponly:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE
    - Typo fix in SVNSERVE_DESC

www/trac-devel:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE, OPTIONS_DEFAULT and OPTIONS_MULTI_DATABASE
    - Change {GIT,SUBVERSION}_DESC to use the default description

Reviewed by:	koobs, adamw, dvl, garga, hannes_mehnert.org, rm, dbaio, romain
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D17459
MFH:		No (OPTION description updates)
commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 f76aa00
Sunday, 20 Jun 2021
16:16 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/trac-devel: Remove PY_PYGMENTS

With hat:	python
commit hash: 07a2b21bcef50d221c85c844d1b8ca440771c248 commit hash: 07a2b21bcef50d221c85c844d1b8ca440771c248 commit hash: 07a2b21bcef50d221c85c844d1b8ca440771c248 commit hash: 07a2b21bcef50d221c85c844d1b8ca440771c248 07a2b21
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Feb 2021
15:23 antoine search for other commits by this committer
Unbreak bulk -a with PYTHON3_DEFAULT=3.8

PR:		253815
Original commitRevision:566481 
Sunday, 31 Jan 2021
10:47 samm search for other commits by this committer
www/trac-devel: allow to select multiply database backends

Trac supports multiply environments with different database backends. Also it
enable usage of the "convert" admin command to migrate between backends

PR:		253115
Reported by:	nork@ninth-nine.com
Original commitRevision:563484 
Saturday, 9 Jan 2021
12:28 samm search for other commits by this committer
www/trac-devel: fix rc script and add dependency

- Add optional runtime dependency to support FCGI protocol.
- Rename tracd_env to tracd_tracenv. Key <service>_env is reserved in rc.d
  for the environment variables.
- Bump portrevision
Original commitRevision:560855 
Wednesday, 6 Jan 2021
13:45 samm search for other commits by this committer
www/trac-devel: re-add development version and update it to the latest release

- Re-add trac-devel which was removed due to py27 dependency. Version 1.5.2 uses
Py3.
- Fix dependency list and add new options
- Backport patch from SVN to fix --daemon mode

Approved by:		krion
Differential Revision:	https://reviews.freebsd.org/D27896
Original commitRevision:560512 
Tuesday, 5 Jan 2021
21:01 samm search for other commits by this committer
www/trac-devel: re-add development version and update it to the latest release

- Re-add trac-devel which was removed due to py27 dependency. Version 1.5.2 uses
Py3.
- Fix dependency list and add new options
- Backport patch from SVN to fix --daemon mode
Original commitRevision:560426 
Monday, 21 Sep 2020
12:12 antoine search for other commits by this committer
Use the PY_PYGMENTS variable

With hat:	portmgr
Original commitRevision:549439 
Tuesday, 2 Jun 2020
18:36 antoine search for other commits by this committer
Fix devel/py-subversion and ports depending on it

With hat:	portmgr
Original commitRevision:537567 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Saturday, 8 Dec 2018
10:19 joneum search for other commits by this committer
Update to 1.3.4

Changelog:
 - The TracGuide is readonly by default.
 - The trac-svn-hook script can be configured using SVN's hook script
   environment configuration.
 - Environment log level defaults to INFO and log type defaults to file
   so that installation issue are captured in the log when running
   trac-admin initenv.

- Pet portlint

Sponsored by:	Netzkommune GmbH
Original commitRevision:486935 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 7 Mar 2018
19:42 joneum search for other commits by this committer
New port: www/trac-devel

Trac uses a minimalistic approach to web-based software project management.
Our mission; to help developers write great software while staying out of
the way.  Trac should impose as little as possible on a team's established
development process and policies.

All aspects of Trac have been designed with one single goal, to simplify
tracking and communication of software issues, enhancements and monitoring
overall progress.

What is Trac?

    * An integrated system for managing software projects
    * An enhanced wiki
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:463823 

Number of commits found: 23