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: security/yapet/Makefile

Number of commits found: 28

Sunday, 25 Feb 2024
13:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/yapet: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: da3026ac717a872f46dce67b9dcd9b3d58dc543b commit hash: da3026ac717a872f46dce67b9dcd9b3d58dc543b commit hash: da3026ac717a872f46dce67b9dcd9b3d58dc543b commit hash: da3026ac717a872f46dce67b9dcd9b3d58dc543b da3026a
Thursday, 20 Jul 2023
17:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/yapet: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 609696af6544196daee3bfd74946a39945c9b5d7 commit hash: 609696af6544196daee3bfd74946a39945c9b5d7 commit hash: 609696af6544196daee3bfd74946a39945c9b5d7 commit hash: 609696af6544196daee3bfd74946a39945c9b5d7 609696a
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, 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
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 
Monday, 18 Mar 2019
19:39 linimon search for other commits by this committer
Pet portlint.
Original commitRevision:496199 
Thursday, 7 Mar 2019
18:45 swills search for other commits by this committer
security/yapet: update to 2.3

PR:		236295
Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)
Original commitRevision:494983 
Tuesday, 20 Feb 2018
19:53 yuri search for other commits by this committer
security/yapet: Update to 1.1

Additional port changes:
* Added LICENSE_FILE
* Removed NLS_CPPFLAGS/NLS_LDFLAGS (not needed)
* Updated MASTER_SITES
* Updated WWW

PR:		225998
Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:462421 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Thursday, 13 Oct 2016
13:08 amdmi3 search for other commits by this committer
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default

Approved by:	portmgr blanket
Original commitRevision:423912 
Wednesday, 3 Feb 2016
22:16 marino search for other commits by this committer
security/yapet: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:407997 
Thursday, 13 Nov 2014
10:38 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372519 
Sunday, 9 Mar 2014
14:37 jhale search for other commits by this committer
- Update to 1.0
- Support staging
- Add LICENSE (GPLv3)
- Convert to options helpers
- Sort pkg-plist and don't try to remove mtree directories

PR:		ports/187075
Submitted by:	Rafael Ostertag <rafi@guengel.ch> (maintainer)
Original commitRevision:347604 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Tuesday, 30 Apr 2013
06:28 jgh search for other commits by this committer
- convert ports to USES= gettext

Approved by:	portmgr (bapt@)
Original commitRevision:316883 
Sunday, 28 Apr 2013
21:02 bapt search for other commits by this committer
Convert security to new options framework
Original commitRevision:316749 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Monday, 20 Sep 2010
13:50 decke search for other commits by this committer
- Update to 0.7

PR:             ports/150730
Submitted by:   Rafael Ostertag <rafi at guengel dot ch> (maintainer)
Approved by:    beat (co-mentor, implicit)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 4 Sep 2009
17:07 wxs search for other commits by this committer
- Update to 0.6
- Add option to enable password generator
- Respect NOPORTDOCS
- Fix pkg-descr to be more accurate

PR:             ports/138530
Submitted by:   Rafael Ostertag <rafi@guengel.ch> (maintainer)
Original commit
Saturday, 25 Jul 2009
07:48 beat search for other commits by this committer
- Add patch to fix bug "load option in ~/.yapet does not append the
  suffix" (see http://bugs.guengel.ch/show_bug.cgi?id=3)
- Add patch to fix bug "Fields containing the field delimiter confuses
  csv2yapet" (see http://bugs.guengel.ch/show_bug.cgi?id=6)
- Honor NOPORTDOCS
- Bump PORTREVISION

PR:             ports/136910
Submitted by:   Rafael Ostertag <rafi AT guengel.ch> (maintainer)
Original commit
Monday, 13 Jul 2009
22:21 miwi search for other commits by this committer
- Update to 0.4

PR:             136694
Submitted by:   Rafael Ostertag <rafi@guengel.ch> (maintainer)
Original commit
Sunday, 17 May 2009
13:01 miwi search for other commits by this committer
- Update to 0.3

PR:             133713
Submitted by:   Rafael Ostertag <rafi@guengel.ch> (maintainer)
Original commit
Friday, 15 Aug 2008
00:22 edwin search for other commits by this committer
[maintainer update] security/yapet: port update to 0.2_1

        Port update to 0.2_1 in order to incorporate software patches.

PR:             ports/126335
Submitted by:   Rafael Ostertag <rafi@guengel.ch>
Original commit
Sunday, 20 Jul 2008
18:41 miwi search for other commits by this committer
- Update to 0.2

PR:             125807
Submitted by:   maintainer
Original commit
Monday, 3 Mar 2008
09:11 vanilla search for other commits by this committer
Add yapet 0.1, a curses based password manager.

PR:             ports/121293
Submitted by:   Rafael Ostertag <rafi at guengel.ch>
Original commit

Number of commits found: 28