Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_6 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.8.0_5 09 Jan 2024 09:47:14 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
1.8.0_4 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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.8.0_4 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.8.0_4 03 Jun 2022 09:00:55 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539. |
1.8.0_4 14 Jul 2021 16:10:51 |
Po-Chuan Hsieh (sunpoet) |
mail/sqlgrey: Use P5_POD_PARSER
With hat: perl |
1.8.0_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.0_4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.8.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.0_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.8.0_3 20 May 2019 13:04:24 |
mat |
Remove Created by lines where I am the one. |
1.8.0_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8.0_2 11 May 2016 14:36:55 |
arved |
Fix rc Script
PR: 209448
Submitted by: Miroslav Lachman |
1.8.0_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.8.0_1 30 Mar 2016 00:52:41 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Cleanup etcdir handling
- Switch to options helpers
- Cosmetic fixes |
1.8.0_1 18 Jan 2016 19:48:36 |
pi |
mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)
PR: 205754
Submitted by: me@cschwarz.com |
1.8.0_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.8.0_1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
1.8.0_1 04 Sep 2014 11:56:46 |
feld |
License is supposed to have a lower case "v" or some build
environments will error with:
License GPLV2 needs confirmation, but BATCH is defined
as it will be an unrecognized license. |
1.8.0_1 03 Sep 2014 20:49:19 |
feld |
Revive from the dead. This port is too important to let slip through the
cracks.
- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX
Sponsored by: SupraNet Communications, Inc |
1.8.0_1 01 Sep 2014 21:26:00 |
bapt |
Remove non staged ports without pending PR from ma* |
1.8.0_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.8.0_1 06 Dec 2013 16:59:37 |
feld |
Import patch to fix IPv6 greylisting
This patch is floating in the bug system on SourceForge. Upstream
develoment is slow/nonexistent.
If you have IPv6 mail servers and run sqlgrey you may notice emails from
places like GMail sometimes get lost or take forever to get be received.
This is because GMail does not retry from the same server, and they have
a large pool of IPv6 capable MTAs. For IPv4 sqlgrey handles this by
whitelisting the entire /24, but similar logic for whitelisting a /64 in
sqlgrey doesn't work consistently. This fixes it.
PR: ports/182440
Approved by: crees (mentor), maintainer timeout |
1.8.0 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.8.0 15 Sep 2013 08:15:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
1.8.0 04 Jun 2013 10:32:49 |
bapt |
Convert to new options framework |
1.8.0 30 Jun 2012 13:10:10 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.8.0 14 Feb 2012 10:47:37 |
mm |
Update SQLgrey to 1.8.0
Use UIDs/GIDs infractructure (new uid/gid 226)
PR: ports/165103
Approved by: maintainer |
1.8.0.r2 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.7.6 03 Jun 2011 21:35:32 |
wxs |
Add corrections in RC script from Doug.
Submitted by: dougb@ |
1.8.0.r2 03 Jun 2011 11:25:11 |
wxs |
- Update to 1.8.0rc2.
- Rename RC script.
PR: ports/157485
Submitted by: Ryan Steinmetz (rpsfa@rit.edu)
Approved by: chifeng <chifeng@gmail.com> (maintainer) |
1.7.6 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.7.6 09 Nov 2009 08:15:15 |
arved |
Fix dependency
PR: 140102
Submitted by: Frank Wall <fw@moov.de>
Approved by: maintainer |
1.7.6 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.7.6 17 Feb 2009 02:56:32 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: chifeng via freebsd-ports@ |
1.7.6 05 Feb 2008 13:48:12 |
miwi |
- Update to 1.7.6
PR: 120259
Submitted by: bartlomiej.syryjczyk@expro.pl |
1.7.5 09 Apr 2007 12:21:51 |
clsung |
- Update to 1.7.5 |
1.7.4 07 Apr 2007 15:21:24 |
pav |
- Convert to OPTIONS
- Add optional rundep on Date::Calc for sqlgrey-logstats.pl script
Requested by: Miroslav Lachman <000.fbsd@quip.cz> |
1.7.4 04 Apr 2007 17:39:14 |
gabor |
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n |
1.7.4 06 Nov 2006 19:46:25 |
alepulver |
- Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install with
pgsql support.
- Some cosmetic cleanup patch for fresh install.
PR: ports/104881
Submitted by: Olli Hauer <ohauer@gmx.de> |
1.7.4 16 Sep 2006 20:54:19 |
miwi |
- Update to 1.7.4 |
1.7.3 26 Jan 2006 08:30:23 |
dougb |
Unbreak by removing manual attempt to install rc.d script,
and a few other fixes.
Pet portlint. |
1.7.3 25 Jan 2006 22:52:24 |
kris |
BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist |
1.7.3 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.7.3 26 Nov 2005 10:22:08 |
edwin |
Upgrade to 1.7.3 |
1.6.7 23 Nov 2005 17:22:15 |
mat |
Update to 1.6.7
give back to ports@ (ENOTIME)
PR: 89418
Submitted by: den |
1.4.8 14 Nov 2005 14:16:12 |
mat |
Be hipe and add SHA256 |
1.4.8 06 Jul 2005 17:05:15 |
pav |
- Update to 1.4.8
PR: ports/82318
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
Approved by: mat (maintainer) |
1.4.5_2 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
1.4.5_1 23 May 2005 14:27:20 |
mat |
Fix sqlgrey.conf's path in sqlgrey.sh [1]
fixup a few other things while I'm there
bump PORTREVISION
Poked by: flz [1] |
1.4.5 21 Feb 2005 17:16:50 |
mat |
Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)
+ minor fix in the Makefile
Pointed out by: [1] kris via pointyhat |
1.4.5 18 Feb 2005 11:39:31 |
mat |
Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend. |