Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Aug 2020 02:57:50
2.03

|
lwhsu  |
Update to 2.03
PR: 248469
Submitted by: Andreas Jobs <andreas.jobs+freebsdbugs@ruhr-uni-bochum.de>
(maintainer) |
28 Dec 2019 17:38:50
2.02

|
amdmi3  |
- Update to 2.02
- Pass maintainership to submitter
PR: 242550
Submitted by: andreas.jobs+freebsdbugs@ruhr-uni-bochum.de |
13 Aug 2019 22:29:43
1.35_1

|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
26 Jun 2017 03:24:38
1.35_1

|
sunpoet  |
Remove Perl core modules
- Add LICENSE_FILE
- Add NO_ARCH
- Convert to options target helper
- Remove blank line in PLIST
- Bump PORTREVISION for dependency change |
19 Jul 2016 11:04:14
1.35_1

|
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 |
19 May 2016 11:09:14
1.35_1

|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
19 May 2016 10:44:12
1.35_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
1.35_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
19 Oct 2015 14:50:52
1.35_1

|
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
22 Nov 2014 18:42:44
1.35_1

|
antoine  |
Cleanup plist |
31 Aug 2014 14:23:26
1.35_1

|
ohauer  |
- add stage support
- add pkg-plist
- fix LICENSE
- use shebangfix |
07 Jul 2014 15:31:02
1.35

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
04 Jul 2014 09:12:57
1.35

|
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
20 Sep 2013 19:59:14
1.35

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
14 Sep 2013 18:12:50
1.35

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
02 Sep 2013 19:15:20
1.35

|
sahil  |
- Update to 1.35 |
29 Jun 2012 18:35:52
1.32_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
10 Jun 2012 18:58:16
1.32_1
|
sahil  |
- Add OPTION to install postfwd v2 rather than v1 and
convert to new options framework.
- Revise the rc.d script[1] with style and functionality
improvements, one of which works around an upstream
issue that obstructed operation of 'status' and other
functions. Because this affects the default package,
bump PORTREVISION.
Reviewed by: dougb [1] |
23 May 2012 02:29:31
1.32
|
sahil  |
- Update to 1.32
PR: ports/167835
Submitted by: Thomas Vogt <thomas@bsdunix.ch> |
14 Jan 2012 08:57:23
1.31
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
18 Oct 2011 01:50:45
1.31
|
sahil  |
- Update to 1.31 |
07 Sep 2011 22:42:24
1.30
|
sahil  |
- Update to 1.30 |
14 Aug 2011 23:25:57
1.22
|
sahil  |
- Update to 1.22 |
15 Nov 2010 16:26:42
1.20
|
sahil  |
- Update to 1.20 |
08 Nov 2010 04:44:44
1.19
|
sahil  |
- Update to 1.19
- Define LICENSE |
05 May 2010 23:32:47
1.18
|
sahil  |
- Update to 1.18
Approved by: itetcu@ (mentor) |
14 Apr 2010 23:07:14
1.17_1
|
sahil  |
- Update RUN_DEPENDS [1]
- Bump PORTREVISION for dependency change
- Change my email to sahil@FreeBSD.org
Reported by: Ziaya Syed Hasan <ziaya@sipradi.com.np> [1]
Approved by: itetcu (mentor) |
03 Apr 2010 09:37:13
1.17
|
itetcu  |
- Update to 1.17
PR: 144949
Submitted by: Sahil Tandon (maintainer) |
27 Mar 2010 00:15:24
1.17
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Feb 2010 23:44:38
1.16
|
miwi  |
- Drop some empty files
PR: 142990
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> |
19 Sep 2009 16:57:15
1.16
|
miwi  |
- Update to 1.16
Changelog:
http://nopaste.unixfreunde.de/3840
PR: 138520
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer)
Feature safe: yes |
14 Aug 2009 19:55:13
1.14
|
miwi  |
- Update to 1.14
PR: 136730
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) |
06 Jul 2009 20:18:05
1.13
|
itetcu  |
- update underlying software to 1.13
- misc. refinements in Makefile and files/pkg-message.in
PR: 135906
Submitted by: Sahil Tandon (maintainer) |
18 Oct 2008 05:22:55
1.10.8.b
|
beech  |
- Update to 1.10pre8b
PR: ports/128019
Submitted by: Sahil Tandon <sahil@tandon.net> (maintainer) |
21 May 2008 01:54:46
1.10.7.b
|
beech  |
- New port: mail/postfix-postfwd A postfix firewall policy daemon
The program uses the postfix policy delegation protocol to control access to
the mail system before a message has been accepted (please visit
http://www.postfix.org/SMTPD_POLICY_README.html for more information). It
allows you to choose an action (e.g. reject, dunno) for a combination of
several smtp parameters (like sender and recipient address, size or the
client's TLS fingerprint).
PR: ports/123544
Submitted by: Sahil Tandon <sahil at tandon.net> |