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: archivers/urbackup-server/Makefile

Number of commits found: 32

Thursday, 22 Feb 2024
12:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer
archivers/urbackup-server: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 1b6c031c0dc966c44b0c3d3d8456a0edc5f89de6 commit hash: 1b6c031c0dc966c44b0c3d3d8456a0edc5f89de6 commit hash: 1b6c031c0dc966c44b0c3d3d8456a0edc5f89de6 commit hash: 1b6c031c0dc966c44b0c3d3d8456a0edc5f89de6 1b6c031
Thursday, 5 Oct 2023
12:13 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.9.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 a183016
Saturday, 5 Aug 2023
19:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
archivers/urbackup-server: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation
commit hash: 7e2410c5904d118217f880a8c38574b4c8c1a01e commit hash: 7e2410c5904d118217f880a8c38574b4c8c1a01e commit hash: 7e2410c5904d118217f880a8c38574b4c8c1a01e commit hash: 7e2410c5904d118217f880a8c38574b4c8c1a01e 7e2410c
Wednesday, 12 Jul 2023
05:31 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.8.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d 5e3c265
Sunday, 6 Nov 2022
17:51 Neel Chauhan (nc) search for other commits by this committer
archivers/urbackup-(client/server): Reset MAINATINER
commit hash: ca3802aa7bb3bca202997bcc472eca98acf9ee2f commit hash: ca3802aa7bb3bca202997bcc472eca98acf9ee2f commit hash: ca3802aa7bb3bca202997bcc472eca98acf9ee2f commit hash: ca3802aa7bb3bca202997bcc472eca98acf9ee2f ca3802a
Saturday, 24 Sep 2022
06:18 Tobias C. Berner (tcberner) search for other commits by this committer
archivers/urbackup-server: remove bogus lua >= 5.3 support

The configure script looks for lua-5.3, lua-5.2...

PR:		220281
commit hash: 37be1981be3413e7b688de9274f35c777e029829 commit hash: 37be1981be3413e7b688de9274f35c777e029829 commit hash: 37be1981be3413e7b688de9274f35c777e029829 commit hash: 37be1981be3413e7b688de9274f35c777e029829 37be198
Friday, 16 Sep 2022
03:56 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 5a19c08
Monday, 12 Sep 2022
20:48 Neel Chauhan (nc) search for other commits by this committer
archivers/urbackup-server: Update to 0.25.26
commit hash: 4fc191fc388fc1396bae077036d4ef3c6102928a commit hash: 4fc191fc388fc1396bae077036d4ef3c6102928a commit hash: 4fc191fc388fc1396bae077036d4ef3c6102928a commit hash: 4fc191fc388fc1396bae077036d4ef3c6102928a 4fc191f
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, 29 Aug 2022
17:42 Neel Chauhan (nc) search for other commits by this committer
archivers/urbackup-server: Update to 2.5.25
commit hash: 90359b458a5ca1163d9b264b3d35532d4ec61d58 commit hash: 90359b458a5ca1163d9b264b3d35532d4ec61d58 commit hash: 90359b458a5ca1163d9b264b3d35532d4ec61d58 commit hash: 90359b458a5ca1163d9b264b3d35532d4ec61d58 90359b4
Wednesday, 2 Feb 2022
21:02 Neel Chauhan (nc) search for other commits by this committer Author: Klaus Aehlig
misc/findutils: update to 4.9.0

Changes: https://lists.gnu.org/archive/html/bug-findutils/2022-02/msg00013.html

PR:	261683
commit hash: 2b46cfcef7553cbd8af2657bc38f115643f3e0f7 commit hash: 2b46cfcef7553cbd8af2657bc38f115643f3e0f7 commit hash: 2b46cfcef7553cbd8af2657bc38f115643f3e0f7 commit hash: 2b46cfcef7553cbd8af2657bc38f115643f3e0f7 2b46cfc
Monday, 3 Jan 2022
18:11 Neel Chauhan (nc) search for other commits by this committer
archivers/urbackup-server: Update to 2.4.14
commit hash: 9e5b3be5aa50c922be078218afb7dfbb0aefe042 commit hash: 9e5b3be5aa50c922be078218afb7dfbb0aefe042 commit hash: 9e5b3be5aa50c922be078218afb7dfbb0aefe042 commit hash: 9e5b3be5aa50c922be078218afb7dfbb0aefe042 9e5b3be
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
Tuesday, 19 Jan 2021
04:26 jhale search for other commits by this committer
security/cryptopp: Update to 8.4.0

Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
Original commitRevision:562021 
Tuesday, 5 Jan 2021
15:33 nc search for other commits by this committer
Set MAINTAINER of my ports to my FreeBSD handle (nc@).

Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
Original commitRevision:560410 
Wednesday, 2 Dec 2020
11:49 fernape search for other commits by this committer
archivers/urbackup-server: Update to 2.4.13 and set MAINTAINER

Submitter takes maintainership. He already maintains other ports.

PR:	251516
Submitted by:	neel@neelc.org
Original commitRevision:556815 
Thursday, 27 Aug 2020
17:01 jhale search for other commits by this committer
archivers/urbackup-server: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream.
Original commitRevision:546365 
Saturday, 11 Apr 2020
12:20 tcberner search for other commits by this committer
archivers/urbackup-server: Update to 2.4.12

- Drop maintainership
- Fix man page location

PR:		245377
Submitted by:	freebsd@coombscloud.com (maintainer)
Original commitRevision:531420 
Thursday, 16 Jan 2020
09:34 bapt search for other commits by this committer
First pass at moving manpages to share/man for category a*
Original commitRevision:523220 
Tuesday, 10 Dec 2019
03:38 jhale search for other commits by this committer
Update security/cryptopp to 8.2.0

Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
Original commitRevision:519643 
Saturday, 2 Nov 2019
14:14 tcberner search for other commits by this committer
archivers/urbackup-server: update to upstream version 2.4.11

PR:		241671
Submitted by:	freebsd@coombscloud.com  (maintainer)
Original commitRevision:516328 
12:34 tcberner search for other commits by this committer
archivers/urbackup-server: update to version 2.4.9

PR:		241371
Submitted by:	freebsd@coombscloud.com  (maintainer)
Original commitRevision:516313 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 10 Apr 2019
21:25 swills search for other commits by this committer
archivers/urbackup-server: update to version 2.3.8

PR:		236921
Submitted by:	freebsd@coombscloud.com (maintainer)
Original commitRevision:498604 
Sunday, 3 Feb 2019
09:07 pi search for other commits by this committer
archivers/urbackup-server: update 2.2.11 -> 2.3.7

- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse

PR:		235432
Submitted by:	freebsd@coombscloud.com (maintainer)
Relnotes:	https://www.urbackup.org/server_changelog.html
Original commitRevision:492028 
Tuesday, 22 Jan 2019
07:39 linimon search for other commits by this committer
This port links to cryptopp, which is compiled with GCC 8 on GCC-based
architectures, thus it also needs USES=compiler:c++11-lang.

PR:		234966
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:490930 
Friday, 24 Aug 2018
17:22 jhale search for other commits by this committer
Update security/cryptopp to 7.0.0

We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.

Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.

deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf

devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
  as they were seemingly causing devel/xeus-cling to link to cryptopp
  unnecessarily
- Remove C++17 code from cryptopp checks for compatibility

devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
  needed cryptopp dependency

Changes:	https://www.cryptopp.com/#news
PR:		230579 (original patch, not used)
Submitted by:	yuri
Original commitRevision:477967 
Sunday, 5 Aug 2018
17:43 pi search for other commits by this committer
archivers/urbackup-server: fix newsyslog sample

- Remove .sample file from newsyslog directory
  It can cause confusion to newsyslog

PR:		227853
Submitted by:	freebsd@coombscloud.com (maintainer)
Reported by:	mat
Original commitRevision:476422 
Tuesday, 31 Jul 2018
18:43 pi search for other commits by this committer
archivers/urbackup-server: add default config and log rotation (via newsyslog)

PR:		227853
Submitted by:	Kirk Coombs <freebsd@coombscloud.com> (maintainer)
Original commitRevision:476014 
Monday, 16 Apr 2018
16:44 krion search for other commits by this committer
Update to version 2.2.11

PR:		227555
Submitted by:	maintainer
Original commitRevision:467489 
Sunday, 15 Apr 2018
17:00 pi search for other commits by this committer
New port: archivers/urbackup-server

UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.

File and image backups are made while the system is running without
interrupting current processes.

UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.

Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).

A web interface makes setting up your own backup server really easy.

WWW: https://www.urbackup.org

PR:		225148
Submitted by:	Kirk Coombs <freebsd@coombscloud.com>
Original commitRevision:467400 

Number of commits found: 32