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/websvn/Makefile

Number of commits found: 43

Monday, 18 Mar 2024
12:29 Michael Osipov (michaelo) search for other commits by this committer
devel/websvn: update port to 2.8.4

Changelog: https://github.com/websvnphp/websvn/releases/tag/2.8.4

Approved by:	jrm (mentor), otis (mentor)
Differential Revision:	https://reviews.freebsd.org/D44403
commit hash: 88cc397f6157981b06c525c1457f9ac17a4cc948 commit hash: 88cc397f6157981b06c525c1457f9ac17a4cc948 commit hash: 88cc397f6157981b06c525c1457f9ac17a4cc948 commit hash: 88cc397f6157981b06c525c1457f9ac17a4cc948 88cc397
Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
Tuesday, 19 Dec 2023
08:28 Michael Osipov (michaelo) search for other commits by this committer
devel/websvn: Update to 2.8.3

Approved by:	jrm (mentor), otis (mentor)
Relnotes:	https://github.com/websvnphp/websvn/releases/tag/2.8.3
Differential Revision:	https://reviews.freebsd.org/D43086
commit hash: 6935ed623d8a8ed58b6332ec14c3e3dd3270e083 commit hash: 6935ed623d8a8ed58b6332ec14c3e3dd3270e083 commit hash: 6935ed623d8a8ed58b6332ec14c3e3dd3270e083 commit hash: 6935ed623d8a8ed58b6332ec14c3e3dd3270e083 6935ed6
Saturday, 30 Sep 2023
10:30 Guido Falsi (madpilot) search for other commits by this committer
devel/composer: Fix dependent ports after move of composer2

This adapts the depend lines of ports depending on composer after
commit 8ed8145684356244c2a05ff696bf9f3bc9262a21

Reported by:	antoine@ (thanks)
Fixes:		8ed8145684356244c2a05ff696bf9f3bc9262a21
Pointyhat to:	madpilot (myself)
commit hash: 48ecb00774a849748926e495005d4ddb3d21db86 commit hash: 48ecb00774a849748926e495005d4ddb3d21db86 commit hash: 48ecb00774a849748926e495005d4ddb3d21db86 commit hash: 48ecb00774a849748926e495005d4ddb3d21db86 48ecb00
Tuesday, 20 Jun 2023
09:25 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michael Osipov
devel/websvn: update port to 2.8.2

ChangeLog: https://github.com/websvnphp/websvn/releases/tag/2.8.2

PR:		272026
Reported by:	michael.osipov@siemens.com (maintainer)
commit hash: f60ab3c1ec950d01048305d7425626261f3ecb22 commit hash: f60ab3c1ec950d01048305d7425626261f3ecb22 commit hash: f60ab3c1ec950d01048305d7425626261f3ecb22 commit hash: f60ab3c1ec950d01048305d7425626261f3ecb22 f60ab3c
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Friday, 25 Nov 2022
05:03 Guangyuan Yang (ygy) search for other commits by this committer Author: Michael Osipov
devel/websvn: Update to 2.8.1

Changelog:	https://github.com/websvnphp/websvn/releases/tag/2.8.1

PR:		267959
commit hash: c8f14160a0509d8e9b9bd6c5da467abc26deeaea commit hash: c8f14160a0509d8e9b9bd6c5da467abc26deeaea commit hash: c8f14160a0509d8e9b9bd6c5da467abc26deeaea commit hash: c8f14160a0509d8e9b9bd6c5da467abc26deeaea c8f1416
Friday, 14 Oct 2022
05:43 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michael Osipov
devel/websvn: update to 2.8.0

PR:		266996
Reported by:	michael.osipov@siemens.com (maintainer)
commit hash: df3fca4f09e1dd7c5a320d23b04ebfac02587cd0 commit hash: df3fca4f09e1dd7c5a320d23b04ebfac02587cd0 commit hash: df3fca4f09e1dd7c5a320d23b04ebfac02587cd0 commit hash: df3fca4f09e1dd7c5a320d23b04ebfac02587cd0 df3fca4
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
Monday, 13 Jun 2022
00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 214a6c5
Wednesday, 16 Mar 2022
19:31 Neel Chauhan (nc) search for other commits by this committer Author: Michael Osipov
devel/websvn: update to 2.7.0

PR:	262548
commit hash: d67dcf8978523625fddd829493cf2f1e684237f3 commit hash: d67dcf8978523625fddd829493cf2f1e684237f3 commit hash: d67dcf8978523625fddd829493cf2f1e684237f3 commit hash: d67dcf8978523625fddd829493cf2f1e684237f3 d67dcf8
Saturday, 26 Feb 2022
12:09 Thomas Zander (riggs) search for other commits by this committer Author: Michael Osipov
devel/websvn: Update to upstream release 2.6.1

PR:		255949
MFH:		2022Q1
Security:	CVE-2021-32305
commit hash: 16ed4da8aa442d065a9e8b359e00ca524b451d2c commit hash: 16ed4da8aa442d065a9e8b359e00ca524b451d2c commit hash: 16ed4da8aa442d065a9e8b359e00ca524b451d2c commit hash: 16ed4da8aa442d065a9e8b359e00ca524b451d2c 16ed4da
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
Sunday, 1 Nov 2020
01:48 dbaio search for other commits by this committer
devel/websvn: Update to 2.6.0

PR:		250758
Submitted by:	Michael Osipov <michael.osipov@siemens.com> (maintainer)
Original commitRevision:553822 
Monday, 18 Mar 2019
17:28 swills search for other commits by this committer
devel/websvn: update port to 2.5

PR:		236494
Submitted by:	Michael Osipov <michael.osipov@siemens.com> (maintainer)
Original commitRevision:496153 
Thursday, 7 Mar 2019
19:27 swills search for other commits by this committer
devel/websvn: update port to 2.4

While here, pass maintainership to submitter

PR:		236284
Submitted by:	Michael Osipov <michael.osipov@siemens.com>
Approved by:	ychsiao@ychsiao.org (maintainer)
Original commitRevision:494989 
Thursday, 1 Dec 2016
11:18 mat search for other commits by this committer
Don't quote {} in find -exec calls.

Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
Original commitRevision:427491 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Sunday, 6 Mar 2016
18:26 rakuco search for other commits by this committer
Add patches to fix CVE-2013-6892 and CVE-2016-2511.

PR:		207740
Approved by:	ports-secteam (feld)
MFH:		2016Q1
Original commitRevision:410474 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Saturday, 26 Sep 2015
16:00 bapt search for other commits by this committer
Fix packaging as a user
Use @sample
Original commitRevision:397990 
Tuesday, 12 May 2015
12:50 amdmi3 search for other commits by this committer
- Add CPE info
- Add LICENSE

Approved by:	portmgr blanket
Original commitRevision:386148 
Sunday, 9 Mar 2014
14:36 miwi search for other commits by this committer
- Stage support
Original commitRevision:347599 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Monday, 20 Feb 2012
08:26 gahr search for other commits by this committer
- Update to 2.3.3
  Release notes: http://www.websvn.info/news/websvn-2-3-3-released.html

PR:             165171
Submitted by:   gahr@
Approved by:    Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Original commit
Sunday, 4 Dec 2011
14:25 crees search for other commits by this committer
- Use static plist
- Automate distconf->config stage; port handles config files more gracefully
- Use COPYTREE macros

PR:             ports/162689
Approved by:    maintainer timeout (ychsiao@ychsiao.org, 14 days)
Feature safe:   yes
Original commit
Tuesday, 8 Feb 2011
00:09 sahil search for other commits by this committer
- Update to 2.3.2

PR:             ports/154274
Submitted by:   Mike Jakubik <mike.jakubik@intertainservices.com>
Approved by:    maintainer timeout
Feature safe:   yes
Original commit
Wednesday, 6 Jan 2010
21:57 miwi search for other commits by this committer
- Update to 2.3.0

PR:             142357
Submitted by:   miwi
Approved by:    maintainer
Original commit
Thursday, 4 Jun 2009
06:28 mm search for other commits by this committer
- Update to 2.2.1

PR:             ports/135150
Approved by:    Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Original commit
Monday, 9 Feb 2009
15:01 miwi search for other commits by this committer
- Update to 2.1.0
- Update WWW

PR:             130934
Submitted by:   Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Security:      
http://www.vuxml.org/freebsd/71597e3e-f6b8-11dd-94d9-0030843d3802.html
Original commit
Wednesday, 5 Sep 2007
08:24 mm search for other commits by this committer
- Update to 2.0
- Fix PHP dependencies
- Remove dummy pkg-plist
- Some minor fixes

PR:             ports/115965
Sumbitted by:   mm
Approved by:    Yuan-Chung Hsiao <ychsiao at ychsiao.org> (maintainer)
Original commit
Sunday, 21 May 2006
21:47 pav search for other commits by this committer
- Fix plist after recent php changes
Original commit
Monday, 24 Jan 2005
05:19 leeym search for other commits by this committer
- update maintainer's email address

PR:             76601
Submitted by:   maintainer
Original commit
Tuesday, 19 Oct 2004
23:46 clsung search for other commits by this committer
- fixing installed filename (config.inc)
- remove CR in config file.

Noted by kuriyama.

Approved by:    co-mentor (vanilla)
Original commit
03:15 clsung search for other commits by this committer
- auto create pkg-plist in pre-install phase.

PR:             ports/71694
Submitted by:   Michael Johnson <ahze AT ahze dot net>
Reviewed by:    maintainer
Approved by:    co-mentor (vanilla)
Original commit
Tuesday, 12 Oct 2004
06:55 clsung search for other commits by this committer
From submitter:
- websvn need 2 missed dependency , and cp distconfig.inc config.inc.
Changes:
- add pkg-message
- modify USE_PHP (from "yes" to "pcre zlib")
- new file in pkg-plist

PR:             ports/71448
Submitted by:   June-Yen Huang <jihuang AT gate.sinica.edu.tw>
Approved by:    maintainer, mentor (vanilla)
Original commit
Thursday, 2 Sep 2004
17:08 clsung search for other commits by this committer
- update to 1.61.
- NEW: Multibyte encodings are considered when urlencoding path names.
- CHANGE: The listing view will now always show the revision asked for
    (HEAD by default), but the log message will show the log
    string for the latest modification to the current directory).
    This means the the parent directory structure won't change as you
    browse through old directories.
- FIX: A bug prevented downloading of tarballs from working.

PR:             ports/71292
Submitted by:   maintainer
Approved by:    vanilla (co-mentor)
Original commit
Sunday, 29 Aug 2004
10:58 pav search for other commits by this committer
- Update to 1.60

PR:             ports/71039
Submitted by:   Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
Original commit
Friday, 13 Aug 2004
02:31 kevlo search for other commits by this committer
Update to 1.51

PR: ports/70377
Submitted by: MAINTAINER
Original commit
Sunday, 20 Jun 2004
22:46 pav search for other commits by this committer
- Update to 1.40

PR:             ports/68104
Submitted by:   Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
Original commit
Tuesday, 25 May 2004
20:41 pav search for other commits by this committer
WebSVN offers a view onto your subversion repositories that's been designed
to reflect the Subversion methodology. You can view the log of any file or
directory and see a list of all the files changed, added or deleted in any
given revision. You can also view the differences between 2 versions of
a file so as to see exactly what was changed in a particular revision.

WWW: http://websvn.tigris.org/

PR:             ports/66530
Submitted by:   Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
Original commit

Number of commits found: 43