Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.1_8 17 May 2017 09:24:24 |
kami |
ports-mgmt/bsdadminscripts2: new port
- Move sysutils/bsdadminscripts to ports-mgmt/bsdadminscripts
- Copy ports-mgmt/bsdadminscripts to ports-mgmt/bsdadminscripts2
- Update bsdadminscripts2 to the bsda2 project 0.2.0 release
Reviewed by: miwi
Approved by: miwi
Differential Revision: https://reviews.freebsd.org/D9434 |
6.1.1_8 24 Feb 2017 01:52:11 |
cpm |
Drop maintainership and return them back to the pool. |
6.1.1_8 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
6.1.1_8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
6.1.1_8 19 Jul 2016 11:04:14 |
mat |
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 |
6.1.1_8 16 Jan 2016 17:36:06 |
pawel |
Remove plist target, we have eqivalent make makeplist
Submitted by: bapt |
6.1.1_8 16 Jan 2016 17:00:58 |
pawel |
- Don't use deprecated @dirrm in plist generation
- Add NO_ARCH
- Use options helpers |
6.1.1_8 07 Nov 2014 22:53:14 |
pi |
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) |
6.1.1_7 26 Aug 2014 18:57:57 |
rene |
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 |
6.1.1_6 25 Aug 2014 14:12:18 |
marino |
sysutils/bsdadminscripts: fix scripts in sbin, make them executable
PR: 192979 |
6.1.1_5 25 Aug 2014 08:58:15 |
marino |
Stage sysutils/bsdadminscripts and assign maintainership to submitter
PR: 192979
Submitted by: Carlos JPM |
6.1.1_4 06 Jul 2014 15:52:25 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
6.1.1_4 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
6.1.1_4 21 Feb 2014 13:39:38 |
ehaupt |
Remove trailing whitespaces from category sysutils |
6.1.1_4 10 Feb 2014 13:54:28 |
ehaupt |
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) |
6.1.1_4 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
6.1.1_4 27 Jun 2013 08:33:00 |
lme |
- Make pkg_libchk work with ports-mgmt/pkg-devel
- Bump PORTREVISION
Approved by: maintainer (implicit; discussed with ehaupt) |
6.1.1_3 05 Mar 2013 07:40:46 |
jgh |
- 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 ) |
6.1.1_3 14 Dec 2012 17:44:12 |
ehaupt |
Check WITH_PKGNG through /usr/share/mk/bsd.port.mk.
Discussed with: bdrewery
Approved by: maintainer (implicit) |
6.1.1_2 14 Dec 2012 14:38:15 |
ehaupt |
Provide a patch to make pkg_libchk pkgng aware.
PR: 174387
Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer, implicit) |
6.1.1_1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
6.1.1_1 18 Jul 2011 10:06:50 |
rea |
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 |
6.1.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
6.1.1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
6.1.1 09 May 2009 19:44:12 |
garga |
- Update to 6.1.1
PR: ports/134396
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
6.1 07 May 2009 16:29:26 |
beat |
- Update to 6.1
PR: ports/134334
Submitted by: Dominic Fandrey <kamikaze AT bsdforen.de> (maintainer)
Approved by: miwi (mentor) |
6.0 01 May 2009 09:35:48 |
miwi |
- 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) |
5.0 28 Jan 2009 08:49:52 |
jadawin |
- Update to 5.0
PR: ports/131050
Submitted by: Dominic Fandrey <kamikaze _AT_ bsdforen.de> (maintainer) |
4.4.4 12 Jan 2009 21:01:05 |
beech |
- Update to 4.4.4
PR: ports/130409
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.4.3 24 Sep 2008 08:48:41 |
miwi |
- Update to 4.4.3
PR: 127329
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.4.2 12 May 2008 23:21:22 |
edwin |
Update to 4.4.2
PR: ports/122727
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> |
4.4 25 Mar 2008 23:01:59 |
miwi |
- Update to4.4
PR: 121976
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.3 10 Mar 2008 18:24:59 |
miwi |
- Update to 4.3
PR: 121569
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.2 12 Feb 2008 22:37:41 |
miwi |
- Update to 4.2
PR: 120549
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.1.1 04 Feb 2008 15:37:15 |
miwi |
- Update to 4.1.1
PR: 120255
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.1 03 Feb 2008 19:25:33 |
beech |
- Update to 4.1
PR: ports/120222
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) |
4.0 14 Dec 2007 16:18:22 |
pav |
- Update to 4.0
PR: ports/117533
Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> (maintainer) |
3.0 18 Jun 2007 06:52:39 |
rafan |
- 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) |
2.1.4 09 Jun 2007 20:29:33 |
miwi |
- Update to 2.1.4
PR: 113488
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) |
2.1.3 04 Jun 2007 07:35:45 |
miwi |
- Update to 2.1.3
PR: 112363
Submitted by: Dominic Fandrey<lon_kamikaze@gmx.de> (maintainer) |
2.1.2 05 Feb 2007 01:08:46 |
pav |
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 (Only the first 15 lines of the commit message are shown above ) |
2.1.2 13 Sep 2006 15:02:52 |
miwi |
- Update to 2.1.2
PR: ports/103219
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de> (maintainer) |
2.1.1 05 Aug 2006 16:09:06 |
miwi |
- Update to 2.1.1
PR: ports/101319
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by: krion (mentor) |
2.1 22 Jul 2006 08:19:54 |
miwi |
- Update to 2.1
PR: ports/100526
Submitted by: Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by: krion (mentor), maintainer |
2.0 15 Jul 2006 02:05:35 |
rafan |
- Update to 2.0
- Introduce WITHOUT_BUILDFLAGS knob
PR: ports/100319
Submitted by: maintainer |
1.1 03 Jun 2006 01:05:25 |
mnag |
- Update to 1.1
- portlint(1)
PR: 98233
Submitted by: maintainer |
1.0 16 May 2006 09:16:11 |
sat |
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) |