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/distinfo

Number of commits found: 9

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, 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 
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: 9