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: ports-mgmt/ports-tools/Makefile

Number of commits found: 14

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, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
ports-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Stangl <alex@stangl.us>
  *  Anders F Bjorklund <afb@users.sourceforge.net>
  *  Benjamin Lutz
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Conrad J. Sabatier <conrads@cox.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Gabriel Linder <linder.gabriel@gmail.com>
  *  Heiner <h.eichmann@gmx.de>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  John Marino <marino@FreeBSD.org>
  *  Jun-ichiro itojun Hagino <itojun@itojun.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Mamoru Sakaue / MwGhennndo
  *  Martin Kammerhofer
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Schmidt
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philipp Wuensche <cryx-ports@h3q.com>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Romain Tartiere <romain@FreeBSD.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Securedog <securedog@users.sourceforge.jp>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Shaun Amott <shaun@inerd.com>
  *  Stefan Walter <sw@gegenunendlich.de>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Vasil Dimov <vd@datamax.bg>
  *  Vladimir Chukharev
  *  Yanhui Shen <shen.elf@gmail.com>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  kmoore@FreeBSD.org

With hat:	portmgr
commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 commit hash: 9c165b983562e903a35c424b209ae3305652c866 9c165b9
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, 9 Apr 2019
21:47 fernape search for other commits by this committer
ports-mgmt/ports-tools: update to 1.8

From the ChangeLog: https://github.com/ppekala/ports-tools/releases/tag/1.8

* pfind:

    * add -d option for searching deleted ports
    * support searching for slaves in other categories then master port
    * add information about already installed packages in search results

* upgrade-ports:

    * don't use full dependencies list while sorting, this prevents out of
      memory problems
    * while sorting large list of ports
    * fix uprade of security/sudo package when using sudo for upgrade
      process (non-root user)
    * inform user about lenghty backups
    * don't attempt to big version upgrade of perl5, needs manual intervention
    * make required by list more compact in need to be installed summary

and many small fixes.

Reported by:	portscout
Original commitRevision:498521 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Saturday, 3 Feb 2018
20:03 pawel search for other commits by this committer
Update to version 1.7

Changelog:
Much of code cleanup and factorization overall.

pcheck:
- Add flavors support
- Print port's flavors after portlint check

pclean, pcommit:
- Update ports cleanup code to remove flavored workdirs also

pfind:
- Optimize exact search

plist-sort:
- Fix variable names clashes in awk snippets leading to incorrect plists

reinplace-check:
- Add support for flavors and multiple pathfix patterns

upgrade-ports:
- Detect package origin change, set new origin and rebuild all
  reverse dependencies
- Improved pkg to port conversion, fixes old pre-flavors packages upgrades
- Don't offer to rebuild or install ports that already failed
- Fix install phase error detection
- Split rebuild into new phases: stage, deinstall and install
  This fixes some ports building something during stage operation,
  mainly Qt 4/5 ports
- Configure all ports while using preinstall -c
Original commitRevision:460843 
Friday, 15 Dec 2017
22:26 pawel search for other commits by this committer
Update to version 1.6

Changelog:
pfind:
    Add -N option, finds port that provides given package, including flavor

upgrade-ports:
    Fix pkg -> port conversion for ports with one flavor
    Fix backup package path generation
    Fix sorting of flavored ports
    Improve sanity checking procedure
    Work directory can have different name depending on flavor,
    parametrize its usage
    Interactive selection fixes
Original commitRevision:456420 
Tuesday, 5 Dec 2017
20:35 pawel search for other commits by this committer
Update to version 1.5

Changelog:
tbuilder:
- Add flavors support, add 'all' alias to build all flavors

upgrade-ports:
- Use deinstall instead of reinstall, make backup package so things
  can be restored when install fails
- Improve usage help description
- Add flavors support
Original commitRevision:455620 
Friday, 1 Dec 2017
22:12 pawel search for other commits by this committer
Register conflict
Original commitRevision:455315 
Monday, 13 Nov 2017
21:00 pawel search for other commits by this committer
Update to version 1.4

Changelog:
upgrade-base:
- pass only needed variables to make, sudo -E passes too many
  causing various build errors

upgrade-ports:
- improve distfile fetching code
- try to resolve plist conflicts by removing culprit package when it is already
  marked for reinstallation - this resolves most of the problems
- implement multiprocess upgrade order queue sorting
- checking for missing dependencies is now multi process operation
  making it a lot more efficient and faster
- don't offer to reinstall packages marked as locked
- make conflict detection multi process operation
- on reinstall detect when package is to be upgraded or downgraded,
  include this information in summary for user consideration
- remove recursively conflicting packages on plist install error
- implement dialog interface for interactive package selection
- make pkg command validation more strict to avoid false positives
Original commitRevision:454150 
Tuesday, 6 Jun 2017
18:58 pawel search for other commits by this committer
Update to version 1.3

Changelog:

mkpatch:
- Generate patches similar to make makepatch ones

pinstall, preinstall:
- Implement option to build with debug information (-d)
- Implement interactive mode for pinstall and preinstall (-i)
  allowing to choose which matched ports will be built
- Implement option (-c) to allow configure ports options before
  install/reinstall

plist-sort:
- Correct match expression, fixes parsing lines with '@' character
  that not contain pkg commands

upgrade-ports:
- Add conflicts detection in pkg database errors check
- Make skipping ports after error recursive
- Improve summaries wording, include number of items in lists
- Add error checking for MOVED entries handling, when everything fails,
  remove old port and install new one
- Show conflicts message for packages removed in MOVED parsing
- Add force recompile option, force reinstallation of packages with
  stale dependencies during sanity check phase
- Fix regression of not saving last UPDATING entry after succesful upgrade
Original commitRevision:442790 
Monday, 1 May 2017
09:29 pawel search for other commits by this committer
Update to version 1.2

Changelog:
- Add pinstall, preinstall  frontends to upgrade-ports script
- Use ellipsis '...' to indicate time consuming operations
- Clarify usage descriptions

upgrade-ports:
- backup self conflicting packages and use them to restore
  when upgrade fails
- allow to remove conflicting package in install phase
- show type of failure in upgrade summary when failed builds occur
- improve conflicts handling
- show removal reason in upgrade summary
- check rebuilt ports for BROKEN and IGNORE flags
- automatically change port name on move operation
- implement option for only checking packages database for errors (-c)
- improved MOVED entries tracking
- don't offer recompilation of packages linked to libraries not
  found by system linker

upgrade-base:
- force sudo to preserve already set environment variables, this fixes
  PORTS_MODULES not being passed when user is non-root

tbuilder:
- improve detection of required option for library dependency
- add profiles feature, it's files in $CONFIGDIR containing names of jails
  for use in one build test batch.

pcommit:
- print correct object type in file_add() function
Original commitRevision:439863 
Tuesday, 7 Feb 2017
16:32 pawel search for other commits by this committer
Update to 1.1 bugfix release

Changelog:

pkg-deleaf:
 - reset items list after packages deletion

upgrade-base:
 - use sudo when run as normal user
 - offer to run rebbot for the user

upgrade-ports:
 - include reason in message about port move
 - fix updating commands parsing code
 - improve sanity check summary, fix required by printing and
   show missing required libraries for each reinstalled package
 - fix obsolete reason extraction
 - don't remove reverse dependencies of self conflicting packages so
   that after upgrade no user packages is missing
 - check for boundaries while calculating ports upgrade order
   preventing stack memory exhaustion
Original commitRevision:433567 
Monday, 30 Jan 2017
21:07 pawel search for other commits by this committer
Add collection of my ports tree related scripts

mkpatch
-------
Makes patch from (all or pattern matched) modified files in WRKSRC directory.

pcheck
------
Check for various errors that portlint don't catch:
* misspellings in description files
* files with no final new lines
* leading articles in COMMENT, tabs in WWW lines

pclean
------
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:432868 

Number of commits found: 14