Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.9.14158_2,1 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
1.9.9.14158_1,1 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.9.14158,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.9.9.14158,1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.9.9.14158,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.9.9.14158,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.9.14158,1 28 Feb 2017 22:51:03 |
sunpoet |
Update to 1.95
- Use real PORTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/File-Scan-ClamAV/Changes |
1.9.9.14158,1 14 Nov 2016 03:15:04 |
danfe |
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage |
1.9.9.14158,1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.9.9.14158,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.9.9.14158,1 25 Dec 2015 23:19:02 |
amdmi3 |
- Reset maintainer by his own request
PR: 205570 |
1.9.9.14158,1 25 Dec 2015 18:27:25 |
amdmi3 |
- Add NO_ARCH
- Style nits
- Switch to options helpers
- Drop dirrm's from plist
- Handle links properly
- Switch to @postunexec
PR: 205570
Submitted by: amdmi3
Approved by: rnejdl@ringofsaturn.com (maintainer) |
1.9.9.14158,1 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
1.9.9.14158,1 15 Jul 2014 16:14:15 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.9.9.14158,1 06 Jul 2014 15:32:47 |
madpilot |
- Update to 1.9.9.14158
- Stagify
- Add missing dependency when MYSQL option is enabled
- Assign maintainership to submitter
PR: 191635
Sumitted by: rnejdl@ringofsaturn.com |
1.9.9.13257,1 04 Jul 2014 09:12:57 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.9.9.13257,1 06 Jun 2014 15:26:41 |
ak |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine |
1.9.9.13257,1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.9.9.13257,1 11 Mar 2014 06:32:38 |
antoine |
Unbreak |
1.9.9.13257,1 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
1.9.9.13257,1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.9.9.13257,1 15 Sep 2013 08:15:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.9.9.13257,1 15 Aug 2013 11:18:56 |
wg |
mail/assp: update to 1.9.9.13257
- Update to 1.9.9.13257
PR: ports/181313
Submitted by: Rusty Nejdl <rnejdl ringofsaturn.com> (maintainer) |
1.9.9.13107,1 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
1.9.9.13107,1 01 May 2013 23:20:51 |
bdrewery |
- Update to 1.9.9.13107
PR: ports/178179
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.8.13056,1 06 Mar 2013 03:04:33 |
bdrewery |
- Update to 1.9.8.13056
PR: ports/176652
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.4.8,1 01 Nov 2012 14:38:55 |
bdrewery |
- Update to 1.9.4.8 [1]
- Trim header
PR: ports/173245 [1]
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe: yes |
1.9.4.2,1 14 Sep 2012 13:48:36 |
culot |
- Update to 1.9.4.2
PR: ports/171609
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.4.0,1 30 Aug 2012 12:02:48 |
bdrewery |
- Update to 1.9.4.0
PR: ports/171145
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by: eadler, bapt (mentors, implicit) |
1.9.3.7,1 19 Jul 2012 19:00:31 |
rm |
- update to 1.9.3.7
PR: 169999
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer) |
1.9.3.6,1 12 Jun 2012 20:54:33 |
jgh |
- update to 1.9.3.6 [1]
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
and complete migration to optionsNG framework [2]
PR: ports/168906
Submitted by: maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by: maintainer |
1.9.3.5,1 09 May 2012 16:54:19 |
culot |
- Update to 1.9.3.5
PR: ports/167733
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.3.4,1 17 Apr 2012 07:47:05 |
culot |
- Update to 1.9.3.4
PR: ports/167012
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.3.2,1 15 Mar 2012 14:33:24 |
culot |
- Update to 1.9.3.2
PR: ports/166109
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Feature safe: yes |
1.9.2.9,1 24 Feb 2012 13:50:49 |
culot |
- Update to 1.9.2.9
PR: ports/165397
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.2.8,1 02 Feb 2012 17:17:45 |
rm |
- update to 1.9.2.8
PR: 164710
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer) |
1.9.2.7,1 25 Jan 2012 17:43:28 |
rm |
- update to 1.9.2.7
PR: 164451
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn dot com> (maintainer) |
1.9.1.9_1,1 17 Jan 2012 15:05:31 |
culot |
- Add missing dependency on HTML::Parser [1]
- Bump PORTREVISION for dependency change
PR: ports/164223 [1]
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.1.9,1 14 Jan 2012 08:57:23 |
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. |
1.9.1.9,1 05 Dec 2011 11:37:23 |
scheidell |
-Update ports mail/assp to latest version 1.9.1.8
-Also, fix some permissions in install.
PR: 161965
Approved by: gabor(mentor)
Feature safe: yes |
1.9.1.1,1 25 Jul 2011 23:06:35 |
beech |
- Back out last commit, return to 1.9.1.1
- Bump PORTEPOCH
Requested by: maintainer
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.1.3 22 Jul 2011 22:51:52 |
beech |
- Update to 1.9.1.3
PR: ports/159118
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.1.1 06 Jul 2011 18:36:22 |
culot |
- Update to 1.9.1.1
PR: ports/158668
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.9.1.0 14 Jun 2011 22:12:01 |
jlaffaye |
Update to 1.9.1.0
Remove no longer necessary workaround for user/group creation
PR: ports/157414
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Approved by: bapt (mentor) |
1.8.5.6 11 Mar 2011 08:48:09 |
pav |
- Another silent update. Dodge the developer by mirroring the distfile
Submitted by: maintainer |
1.8.5.6 09 Mar 2011 17:16:36 |
culot |
- Update to 1.8.5.6
PR: ports/155371
Submitted by: Peter Kerwien <peter AT kerwien.homeip.net>
Approved by: Rusty Nejdl <rnejdl AT ringofsaturn.com> (maintainer) |
1.8.5.5 06 Mar 2011 18:11:26 |
culot |
- Update to 1.8.5.5
PR: ports/155298
Submitted by: Rusty Nejdl <rnejdl AT ringofsaturn.com> (maintainer) |
1.8.5.1 19 Jan 2011 11:27:16 |
pav |
- Update to 1.8.5.1
PR: ports/154066
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Feature safe: yes |
1.8.5.0 11 Jan 2011 23:56:12 |
ohauer |
- update distinfo since source file was updated.
- no version bump, old source was only a view hours fetchable
We compared the sources!
PR: 153903
Submitted by: Rusty Nejdl <rnejdl _at_ tethys.ringofsaturn.com>
Feature safe: yes |
1.8.5.0 10 Jan 2011 06:33:28 |
ohauer |
- update to version 1.8.5.0
- remove old periodic scripts (after repocopy) [2]
PR: [1] ports/153805 [2] ports/153736
Submitted by: [1] Rusty Nejdl <rnejdl _at_ ringofsaturn.com> (maintainer) [2]
myself |
1.8.1.6_1 06 Jan 2011 16:26:53 |
ohauer |
- fix periodic script(s) [1] [2]
- use ports framework to create user/group
- add pkg-install script to create links and directories
so they are created during package install
- use COPYTREE_SHARE instead of fix permissions and use INSTALL_DATA
- fix order of pkg-plist
- bump PORTREVISION
PR: [1] ports/152365 [2] ports/153350 (maintainer)
Submitted by: [1] Marco Walraven [2] Rusty Nejdl (maintainer) |
1.8.1.6 12 Dec 2010 02:41:17 |
pgollucci |
- Update to 1.8.1.6 to fix fetch [1]
also fix the .sh.in -> .in transition
Reported by: QAT [1] |
1.8.1.5 12 Dec 2010 01:09:48 |
pgollucci |
- Update to 1.8.1.5
- Remove MD5
PR: ports/152977
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) |
1.7.5.7_1 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
1.7.5.7 02 Sep 2010 13:51:46 |
pav |
- Update to 1.7.5.7
- Move maintainership to submitter
PR: ports/149445
Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by: J.R. Oldroyd <fbsd@opal.com> (old maintainer) |
1.5.1.2_4 09 Aug 2010 08:54:36 |
nemoliu |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.5.1.2_4 27 Mar 2010 06:14:03 |
dougb |
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name. |
1.5.1.2_4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.5.1.2_4 24 Nov 2009 21:44:45 |
pav |
- Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into
mail/p5-Email-Simple
- Adjust dependencies
Reported by: pointyhat
With hat: portmgr |
1.5.1.2_3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.5.1.2_3 12 Aug 2009 22:20:19 |
olgeni |
Switch back to using assp_flags and fix the man page instructions.
Obtained from: maintainer |
1.5.1.2_2 08 Aug 2009 12:45:24 |
olgeni |
Fix default assp.cfg file creation and log file path.
Use assp_args rather than assp_flags in assp.in, according to the man page
(before, assp_flags used to override user settings in assp_args).
Remove SIMPLE option ("Use procedural Web Page interfaces", defaults to ON).
Obtained from: maintainer |
1.5.1.2_1 24 May 2009 21:23:18 |
pav |
- Distfile updated to new release
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.5.1.2 22 May 2009 01:43:29 |
amdmi3 |
- Update to 1.5.1.2
PR: 133852
Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) |
1.4.3.1_1 27 Mar 2009 11:53:07 |
garga |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API |
1.4.3.1 31 Jan 2009 00:23:12 |
beech |
- Update to 1.4.3.1
PR: ports/131145
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.3.3.10 16 Aug 2008 18:12:15 |
beech |
- Update to 1.3.3.10
PR: ports/126363
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.3.3.8_1 02 Jan 2008 22:12:07 |
beech |
- Add missing port dependency
- Bump portrevision
PR: ports/119142
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Approved by: linimon (mentor) |
1.3.3.8 14 Dec 2007 00:44:55 |
beech |
- Update to 1.3.3.8
PR: ports/117940
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Approved by: linimon (mentor) |
1.3.3.1 12 Oct 2007 00:32:22 |
tabthorpe |
- Update to 1.3.3.1
PR: ports/116867
Submitted by: J.R. Oldroyd (maintainer)
Approved by: miwi (co-mentor) |
1.2.6 31 Jan 2007 16:45:06 |
rafan |
- Use newly added RC_SUBR_SUFFIX
Approved by: J.R. Oldroyd <fbsd at opal.com> (maintainer) |
1.2.6 21 Dec 2006 19:14:10 |
miwi |
- Update to 1.2.6
PR: ports/107013
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.2.5.2 11 Dec 2006 08:10:14 |
rafan |
- Correct Compress::Zlib path after recent p5-Compress-Zlib update
Pointyhat to: demon |
1.2.5.2 01 Dec 2006 08:10:20 |
miwi |
- Update to 1.2.5.2
PR: ports/106092
Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) |
1.2.3 29 Jul 2006 02:09:43 |
rafan |
- Update to 1.2.3
PR: ports/100990
Submitted by: J.R. Oldroyd (maintainer) |
1.2.2 18 Jul 2006 03:08:23 |
rafan |
- Update to 1.2.2
- Use new style rc script name (no .sh suffix)
- Add more OPTIONS
PR: ports/100233
Submitted by: maintainer |
1.1.1_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.1.1_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.1.1_1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.1.1_1 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.1.1_1 09 Dec 2005 09:04:29 |
pav |
Minor changes:
- suppressed two messages logged to stdout when ASSP first starts up
- changed nightly 510.assp periodic script to redirect rebuildspamdb.pl
messages to a file in ASSP dir (nightly.log), thereby suppressing them from
the nightly email
- added rc.conf variable:
assp_logexpire="45"
used by nightly 510.assp periodic script to expire old YY-MM-DD.maillog.txt
files from ASSP dir
- changed the assp(8) manual page to document the new assp_logexpire
configuration variable
PR: ports/90118
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.1.1 13 Jul 2005 07:08:15 |
pav |
- Update to 1.1.1
PR: ports/82789
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) |
1.1.1.b13 24 Jun 2005 06:24:48 |
sem |
- Update to 1.1.1.b13
PR: ports/82538
Submitted by: maintainer |
1.1.1.b12 28 May 2005 09:56:27 |
jylefort |
Add assp.
Anti-Spam SMTP Proxy is a spam filter that sits on port 25 in front of your
regular SMTP server (sendmail, postfix, qmail, etc).
ASSP performs a number of configurable spam checks, and on detecting a spam
message, provides an immediate 5xx SMTP error code back to the client.
Non-spam messages are passed to your regular SMTP server for further
processing and delivery.
ASSP offers:
- a whitelist of known good senders
- Bayesian checks on message headers and contents
- recipient address validation using LDAP and RFC822 conformance
- relay denial (Only the first 15 lines of the commit message are shown above ) |