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: sysutils/passwordsafe/Makefile

Number of commits found: 28

Sunday, 26 Nov 2023
14:47 Bernard Spil (brnrd) search for other commits by this committer
sysutils/passwordsafe: Set portscout limit
commit hash: 5576d8df9bdebba07845a6006d28cf750172237c commit hash: 5576d8df9bdebba07845a6006d28cf750172237c commit hash: 5576d8df9bdebba07845a6006d28cf750172237c commit hash: 5576d8df9bdebba07845a6006d28cf750172237c 5576d8d
Thursday, 23 Nov 2023
11:20 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/wxgtk32

New version of wxWidgets in tree
commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf 03eac77
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, 25 Apr 2022
14:12 Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/passwordsafe: switch back to using clang on powerpc*
commit hash: 45aa2de4b04085836d30fe525f3556830fd13e44 commit hash: 45aa2de4b04085836d30fe525f3556830fd13e44 commit hash: 45aa2de4b04085836d30fe525f3556830fd13e44 commit hash: 45aa2de4b04085836d30fe525f3556830fd13e44 45aa2de
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Tuesday, 12 Oct 2021
15:01 Tobias Kortkamp (tobik) search for other commits by this committer
*: Clean up some things

- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 commit hash: ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 ae22a78
Sunday, 18 Jul 2021
19:03 Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/passwordsafe: fix build on powerpc

ItemData.cpp:1942:23: error: variable-sized object may not be initialized
    unsigned char buf[len] = {0};
commit hash: 4eb168e0e81e25e39611231ee2a4aafa828e1055 commit hash: 4eb168e0e81e25e39611231ee2a4aafa828e1055 commit hash: 4eb168e0e81e25e39611231ee2a4aafa828e1055 commit hash: 4eb168e0e81e25e39611231ee2a4aafa828e1055 4eb168e
Friday, 16 Apr 2021
07:52 Yuri Victorovich (yuri) search for other commits by this committer
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5

Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 925e342
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, 21 Mar 2021
12:37 brnrd search for other commits by this committer
sysutils/passwordsafe: Add missing cURL LIB_DEPENDS
Original commitRevision:568914 
Sunday, 14 Mar 2021
19:42 brnrd search for other commits by this committer
sysutils/passwordsafe: Update to 1.12.0
Original commitRevision:568411 
Sunday, 17 May 2020
05:55 lbartoletti search for other commits by this committer
x11-toolkits/wxgtk30: Update to 3.0.5.1

Changelog:
  -
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
Original commitRevision:535516 
Monday, 23 Mar 2020
10:59 pkubaj search for other commits by this committer
sysutils/passwordsafe: fix build on powerpc64 elfv2

Switch to GCC on powerpc64, due to (already reported upstream) clang bug:
Assertion failed: (CAT && "unexpected type for array initializer"), function
VisitCXXNewExpr, file
/poudriere/jails/powerpc64-head/usr/src/contrib/llvm-project/clang/lib/AST/ExprConstant.cpp,
line 8690.
Original commitRevision:528967 
Thursday, 7 Nov 2019
17:17 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories s

Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516988 
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 
Friday, 29 Mar 2019
14:50 linimon search for other commits by this committer
Add USES=compiler:c++11-lang, this port adds -std=c++11 to CPPFLAGS.

Don't add --stdlib=libc++ to CXXFLAGS, Clang uses it by default and GCC can't
use libc++.

Don't set CC, CXX, CPP, those are set by the ports tree.

Add a define for __ppc__.

While here, pet portlint.

PR:		236799
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:497148 
Monday, 25 Feb 2019
12:47 bapt search for other commits by this committer
wxGTK3.0: switch to gtk3 and webkit2

Discussed with:	portmgr
Original commitRevision:493853 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Monday, 11 Dec 2017
08:03 brnrd search for other commits by this committer
sysutils/passwordsafe: Update to 1.03BETA

 - Adds QR-code feature
Original commitRevision:455928 
Thursday, 30 Nov 2017
05:55 linimon search for other commits by this committer
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455165 
Sunday, 17 Sep 2017
10:56 brnrd search for other commits by this committer
sysutils/passwordsafe:Add Yubikey support

 - Update to 1.02.1beta while here
Original commitRevision:449990 
Saturday, 2 Sep 2017
14:23 sunpoet search for other commits by this committer
Update to 3.2.0

Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
Original commitRevision:449138 
Wednesday, 21 Jun 2017
21:46 linimon search for other commits by this committer
Also fails the exact same way on aarch64 as armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:444080 
Saturday, 10 Jun 2017
20:53 brnrd search for other commits by this committer
sysutils/passwordsafe: Update to 1.02BETA

 - Update to 1.02BETA
 - Remove upstreamed patches
Original commitRevision:443118 
Saturday, 27 May 2017
00:20 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441819 
Sunday, 19 Mar 2017
11:35 brnrd search for other commits by this committer
sysutils/passwordsafe: Mark broken on 10.x

 - clang segfaults on 10.x
Original commitRevision:436486 
Sunday, 12 Mar 2017
07:51 brnrd search for other commits by this committer
sysutils/passwordsafe: new port

 - PasswordSafe (pwsafe) is a password manager with a secure twofish
   encrypted database file

Sponsored by:	AsiaBSDCon 2017
Differential Revision:	https://reviews.freebsd.org/D9470
Original commitRevision:435976 

Number of commits found: 28