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/bsdadminscripts/Makefile

Number of commits found: 43

Friday, 24 Feb 2017
01:52 cpm search for other commits by this committer
Drop maintainership and return them back to the pool.
Original commitRevision:434692 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Tuesday, 19 Jul 2016
11:04 mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418767 
Saturday, 16 Jan 2016
17:36 pawel search for other commits by this committer
Remove plist target, we have eqivalent make makeplist

Submitted by:	bapt
Original commitRevision:406250 
17:00 pawel search for other commits by this committer
- Don't use deprecated @dirrm in plist generation
- Add NO_ARCH
- Use options helpers
Original commitRevision:406241 
Friday, 7 Nov 2014
22:53 pi search for other commits by this committer
sysutils/bsdadminscripts: fix distviper

Adds a -H to all uses of find(1) in distviper so symlinks are handled
correctly

By default find(1) will not follow symlinks given on the command-line.
There are several places in distviper where find is used without
allowing for this.

In particular in the default mode, if PORTSDIR is a link and DISTDIR
isn't, then no distinfo files are found and all the distfiles are
deleted.

This can be fixed by either making sure that find is given directory
names that end in a "/" or with the -H option.

PR:		194567
Submitted by:	rwmaillists@googlemail.com
Approved by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:372302 
Tuesday, 26 Aug 2014
18:57 rene search for other commits by this committer
sysutils/bsdadminscripts: fix scripts at runtime.

Previously, pkg_libchk, pkg_upgrade, and uma failed to run.
Bump PORTREVISION

PR:		193003
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by:	marino
Original commitRevision:366248 
Monday, 25 Aug 2014
14:12 marino search for other commits by this committer
sysutils/bsdadminscripts: fix scripts in sbin, make them executable

PR:	192979
Original commitRevision:366079 
08:58 marino search for other commits by this committer
Stage sysutils/bsdadminscripts and assign maintainership to submitter

PR:		192979
Submitted by:	Carlos JPM
Original commitRevision:366045 
Sunday, 6 Jul 2014
15:52 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360930 
Sunday, 8 Jun 2014
19:51 olgeni search for other commits by this committer
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Original commitRevision:357070 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
Original commitRevision:345435 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Thursday, 27 Jun 2013
08:33 lme search for other commits by this committer
- Make pkg_libchk work with ports-mgmt/pkg-devel
- Bump PORTREVISION

Approved by:	maintainer (implicit; discussed with ehaupt)
Original commitRevision:321873 
Tuesday, 5 Mar 2013
07:40 jgh search for other commits by this committer
- fix NOPORTDOCS installation
- while here tighten COMMENT and adoption of optionsNG for DOCS

PR:		174590
PR:		170542
Submitted by:	olivier@gid0.org
Approved by:	maintainer timeout, kamikaze@bsdforen.de ( 75 days )
Original commitRevision:313441 
Friday, 14 Dec 2012
17:44 ehaupt search for other commits by this committer
Check WITH_PKGNG through /usr/share/mk/bsd.port.mk.

Discussed with:	bdrewery
Approved by:	maintainer (implicit)
Original commitRevision:308915 
14:38 ehaupt search for other commits by this committer
Provide a patch to make pkg_libchk pkgng aware.

PR:		174387
Approved by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer, implicit)
Original commitRevision:308906 
Monday, 18 Jul 2011
10:06 rea search for other commits by this committer
Allow pkg_libchk to work from non-CSH shells

/bin/sh does not set OSTYPE, so this variable is inherited from the
shell from which pkg_libchk is invoked.  From all standard shells in
the base system, only csh and tcsh do set this variable, so when
pkg_libchk is invoked from sh (that is not invoked from csh-like
shell), this variable will be empty.  Moreover, bash sets OSTYPE to
freebsdX.Y, so grepping on output of 'readelf -e' wont work either.

'uname -s' provides much more reliable way to get the name of the
operating system and all *BSD ELF ABI types inside readelf correspond
to the 'uname -s':
{{{
    case ELFOSABI_NETBSD:       return "UNIX - NetBSD";
    case ELFOSABI_FREEBSD:      return "UNIX - FreeBSD";
    case ELFOSABI_OPENBSD:      return "UNIX - OpenBSD";
}}}

PR: ports/158967
Approved-by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer), erwin (mentor)
Feature-safe: yes
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Saturday, 9 May 2009
19:44 garga search for other commits by this committer
- Update to 6.1.1

PR:             ports/134396
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Thursday, 7 May 2009
16:29 beat search for other commits by this committer
- Update to 6.1

PR:             ports/134334
Submitted by:   Dominic Fandrey <kamikaze AT bsdforen.de> (maintainer)
Approved by:    miwi (mentor)
Original commit
Friday, 1 May 2009
09:35 miwi search for other commits by this committer
- Update to 6.0

A new release featuring a binary only package updating tool, pkg_upgrade.

PR:             134131
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Wednesday, 28 Jan 2009
08:49 jadawin search for other commits by this committer
- Update to 5.0

PR:             ports/131050
Submitted by:   Dominic Fandrey <kamikaze _AT_ bsdforen.de> (maintainer)
Original commit
Monday, 12 Jan 2009
21:01 beech search for other commits by this committer
- Update to 4.4.4

PR:             ports/130409
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Wednesday, 24 Sep 2008
08:48 miwi search for other commits by this committer
- Update to 4.4.3

PR:             127329
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Monday, 12 May 2008
23:21 edwin search for other commits by this committer
Update to 4.4.2

PR:             ports/122727
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
Original commit
Tuesday, 25 Mar 2008
23:01 miwi search for other commits by this committer
- Update to4.4

PR:             121976
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Monday, 10 Mar 2008
18:24 miwi search for other commits by this committer
- Update to 4.3

PR:             121569
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Tuesday, 12 Feb 2008
22:37 miwi search for other commits by this committer
- Update to 4.2

PR:             120549
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Monday, 4 Feb 2008
15:37 miwi search for other commits by this committer
- Update to 4.1.1

PR:             120255
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Sunday, 3 Feb 2008
19:25 beech search for other commits by this committer
- Update to 4.1

PR:             ports/120222
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Original commit
Friday, 14 Dec 2007
16:18 pav search for other commits by this committer
- Update to 4.0

PR:             ports/117533
Submitted by:   Dominic Fandrey <lon_kamikaze@gmx.de> (maintainer)
Original commit
Monday, 18 Jun 2007
06:52 rafan search for other commits by this committer
- Update to 3.0
- Add new category: ports-mgmt
- OPTIONS'ify

PR:             ports/113795
Submitted by:   Dominic Fandrey <lon_kamikaze at gmx.de> (maintainer)

- Use DATADIR, INSTALL_* macros

Approved by:    Dominic Fandrey <lon_kamikaze at gmx.de> (maintainer)
Original commit
Saturday, 9 Jun 2007
20:29 miwi search for other commits by this committer
- Update to 2.1.4

PR:             113488
Submitted by:   Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
Original commit
Monday, 4 Jun 2007
07:35 miwi search for other commits by this committer
- Update to 2.1.3

PR:             112363
Submitted by:   Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer)
Original commit
Monday, 5 Feb 2007
01:08 pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
  sysutils/barry -> ports-mgmt/barry
  sysutils/bpm -> ports-mgmt/bpm
  sysutils/kports -> ports-mgmt/kports
  sysutils/managepkg -> ports-mgmt/managepkg
  sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck
  sysutils/pib -> ports-mgmt/pib
  sysutils/pkgfe -> ports-mgmt/pkgfe
  sysutils/pkg-orphan -> ports-mgmt/pkg-orphan
  sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves
  sysutils/pkg_install -> ports-mgmt/pkg_install
  sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel
  sysutils/pkg_remove -> ports-mgmt/pkg_remove
  sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves
  sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst
  sysutils/pkg_tree -> ports-mgmt/pkg_tree
  sysutils/portbrowser -> ports-mgmt/portbrowser
  sysutils/portconf -> ports-mgmt/portconf
  sysutils/portdowngrade -> ports-mgmt/portdowngrade
  sysutils/portcheck -> ports-mgmt/portcheck
  sysutils/portmanager -> ports-mgmt/portmanager
  sysutils/portmaster -> ports-mgmt/portmaster
  sysutils/portscout -> ports-mgmt/portscout
  sysutils/portsearch -> ports-mgmt/portsearch
  sysutils/portsman -> ports-mgmt/portsman
  sysutils/portsnap -> ports-mgmt/portsnap
  sysutils/portsopt -> ports-mgmt/portsopt
  sysutils/portupgrade -> ports-mgmt/portupgrade
  sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel
  sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools
  sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools
  sysutils/psearch -> ports-mgmt/psearch
  sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex
  sysutils/qtpkg -> ports-mgmt/qtpkg
  textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports

Repocopies by:  marcus
Original commit
Wednesday, 13 Sep 2006
15:02 miwi search for other commits by this committer
- Update to 2.1.2

PR:             ports/103219
Submitted by:   Dominic Fandrey <lon_kamikaze(at)gmx.de> (maintainer)
Original commit
Saturday, 5 Aug 2006
16:09 miwi search for other commits by this committer
- Update to 2.1.1

PR:             ports/101319
Submitted by:   Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by:    krion (mentor)
Original commit
Saturday, 22 Jul 2006
08:19 miwi search for other commits by this committer
- Update to 2.1

PR:             ports/100526
Submitted by:   Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by:    krion (mentor), maintainer
Original commit
Saturday, 15 Jul 2006
02:05 rafan search for other commits by this committer
- Update to 2.0
- Introduce WITHOUT_BUILDFLAGS knob

PR:             ports/100319
Submitted by:   maintainer
Original commit
Saturday, 3 Jun 2006
01:05 mnag search for other commits by this committer
- Update to 1.1
- portlint(1)

PR:             98233
Submitted by:   maintainer
Original commit
Tuesday, 16 May 2006
09:16 sat search for other commits by this committer
Add bsdadminscripts: A small collection of administration scripts

PR:             ports/97293 (based on)
Submitted by:   Dominic Fandrey <lon_kamikaze@gmx.de>
Approved by:    krion (mentor)
Original commit

Number of commits found: 43