Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0a.18.0 26 Sep 2022 16:42:59
    |
Dirk Meyer (dinoex)  |
mail/meta1: update to 1.1.Alpha19.0 |
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.1.0a.18.0 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.1.0a.18.0 11 Aug 2022 13:24:35
    |
Dirk Meyer (dinoex)  |
mail/meta1: update to 1.1.Alpha18.0 |
1.1.0a.17.0 28 Feb 2022 09:21:51
    |
Dirk Meyer (dinoex)  |
mail/meta1: remove option BDB
PR: 262210 |
1.1.0a.17.0 22 Feb 2022 11:46:46
    |
Dirk Meyer (dinoex)  |
mail/meta1: update to 1.1.Alpha17.0 |
1.1.0a.16.0 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
1.1.0a.16.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0a.16.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.0a.16.0 06 Apr 2021 09:24:32
    |
Dirk Meyer (dinoex)  |
- update to 1-1.1.Alpha16.0 |
1.1.0a.15.2_1 04 Oct 2020 19:49:32
  |
dinoex  |
- add fix for possible DANE problem |
1.1.0a.15.2 22 Jun 2020 09:24:33
  |
dinoex  |
- update to 1-1.1.Alpha15.2 |
1.1.0a.15.1 14 Jun 2020 17:04:02
  |
dinoex  |
- update to 1-1.1.Alpha15.1
- drop PKGNAMESUFFIX |
1.1.0a.15.0 11 Jun 2020 21:58:56
  |
dinoex  |
- update to 1-1.1.Alpha15.0 |
1.1.0a.14.1 04 May 2020 21:39:43
  |
dinoex  |
- fix build with -fno-common |
1.1.0a.14.1 04 May 2020 11:11:11
  |
dinoex  |
- fix build with -fno-common |
1.1.0a.14.1 21 Apr 2020 17:40:13
  |
dinoex  |
- add WWW |
1.1.0a.14.1 01 Jan 2020 08:08:11
  |
dinoex  |
- update to 1-1.1.Alpha14.1 |
1.1.0a.13.0 09 Oct 2019 12:06:22
  |
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
1.1.0a.13.0 27 Aug 2019 11:57:45
  |
mat  |
Regular pkg-message cleanup.
Pointy hat: dinoex ashish |
1.1.0a.13.0 20 Aug 2019 22:15:30
  |
dinoex  |
- update to 1.1.Alpha13.0 |
1.1.0a.12.0 13 Aug 2019 22:29:43
  |
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.1.0a.12.0 04 Feb 2019 15:51:25
  |
dinoex  |
- update to 1.1.Alpha12.0 |
1.1.0a.11.0 13 Dec 2018 00:09:47
  |
dinoex  |
- update to 1.1.Alpha11.0 |
1.1.0a.10.0 30 Apr 2018 05:00:21
  |
dinoex  |
- update to 1.1.Alpha9.0 |
1.1.0a.9.0_1 14 Mar 2018 21:40:52
  |
dinoex  |
- update to 1.1.Alpha9.0 |
1.1.0a.8.0_1 17 Feb 2018 11:35:12
  |
dinoex  |
- fix linking with openssl-devel |
1.1.0a.8.0 06 Jul 2017 12:03:37
  |
dinoex  |
- update to 1.1.Alpha8.0 |
1.1.0a.7.0 25 Jun 2017 00:29:09
  |
linimon  |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.1.0a.7.0 11 Apr 2017 15:21:23
  |
mat  |
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight |
1.1.0a.7.0 22 Nov 2016 19:58:04
  |
dinoex  |
- update to meta1-1.1.Alpha7.0
- add license |
1.1.0a.6.0 06 Sep 2016 20:41:01
  |
dinoex  |
- update to 1.1.Alpha6.0 |
1.1.0a.2.0 11 Aug 2016 19:51:43
  |
dinoex  |
- cleanup options |
1.1.0a.2.0 08 Aug 2016 13:46:50
  |
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.1.0a.2.0 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.1.0a.2.0 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.1.0a.2.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.0a.2.0 02 Jan 2016 10:40:16
  |
dinoex  |
- update to 1.1.Alpha2.0 |
1.1.0a.1.0_2 21 Nov 2015 17:36:59
  |
dinoex  |
- make portlint happier |
1.1.0a.1.0_2 04 Jun 2015 18:54:17
  |
dinoex  |
- remove NEED_ROOT
PR: 200547
- fix GROUPS, USERS
- enable option IPV6 per default
- do not create default config on install
- fix most regression tests
- add pkg-message for new installs |
1.1.0a.1.0_2 18 May 2015 19:24:51
  |
dinoex  |
- update to meta1-1.1.Alpha1.0 |
1.0.0b.0.0_2 18 Apr 2015 09:47:30
  |
tijl  |
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that |
1.0.0b.0.0_2 02 Jan 2015 16:56:08
  |
dinoex  |
- fix build after removal of Berkeley DB port |
1.0.0b.0.0_1 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
1.0.0b.0.0_1 21 Aug 2014 22:50:30
  |
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.0.0b.0.0 15 Jul 2014 16:14:15
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.0.0b.0.0 11 Apr 2014 17:31:12
  |
dinoex  |
- update to 1.0.Beta0.0
- use STAGEDIR
- preserve users and groups |
1.0.0a.22.0 09 Mar 2014 19:06:00
  |
dinoex  |
- update to 1-1.0.Alpha22.0 |
1.0.0a.21.0 09 Mar 2014 18:50:43
  |
dinoex  |
- update to 1-1.0.Alpha21.0 |
1.0.0a.20.0 09 Mar 2014 18:42:11
  |
dinoex  |
- update to 1.0.Alpha20.0 |
1.0.0a.19.0 21 Dec 2013 20:11:18
  |
dinoex  |
- update to 1.0.Alpha19.0
- use OPTIONS_SUB
- use OPT_CONFIGURE_ENABLE |
1.0.0a.18.0 01 Dec 2013 14:38:33
  |
dinoex  |
- update to 1.0.Alpha18.0 |
1.0.0a.15.0 21 Sep 2013 11:06:04
  |
dinoex  |
- fix misplaced NO_STAGE in slaveports and ifdefs |
1.0.0a.15.0 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.0a.15.0 30 Aug 2013 19:14:01
  |
dinoex  |
- update to 1.0.Alpha15.0 |
1.0.0a.14.0 01 May 2013 04:38:54
  |
dinoex  |
- add OPTION DKIM
Submitted by: alastair
- add OPTION MSP |
1.0.0a.14.0 29 Dec 2012 17:00:18
  |
dinoex  |
- update to 1.0.Alpha14.0 |
1.0.0a.13.0_1 10 Dec 2012 15:10:03
  |
ume  |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
1.0.0a.13.0 09 Dec 2012 21:35:27
  |
dinoex  |
- update to 2.0.Alpha13.0 |
1.0.0a.12.0 09 Dec 2012 21:33:35
  |
dinoex  |
- update to 1.0.Alpha12.0
PR: 172891
Submitted by: Alastair Hogge |
1.0.0a.11.0 26 Oct 2012 16:59:17
  |
dinoex  |
- fix mangpages and cleanup prefix
Submitted by: agh
Feature safe: yes |
1.0.0a.11.0 13 Oct 2012 13:39:59
  |
dinoex  |
- cleanup comments
Feature safe: yes |
1.0.0a.11.0 04 Sep 2012 05:35:29
  |
dougb  |
Add newlines to the ends of these files |
1.0.0a.11.0 26 Jul 2012 17:11:07
 |
dinoex  |
- use OPTIONS_DEFINE
PR: 169846
Submitted by: Alastair Hogge |
1.0.0a.11.0 16 Jul 2012 03:44:12
 |
dinoex  |
- update to meta1-1.0.Alpha11.0
PR: 169846
Submitted by: Alastair Hogge |
1.0.0a.5.0 03 Sep 2011 11:07:06
 |
dinoex  |
- update to 1.0.Alpha5.0 |
1.0.0a.4.0 13 Aug 2011 13:45:49
 |
dinoex  |
- update to 1.0.Alpha4.0 |
1.0.0a.1.0 11 May 2011 20:16:02
 |
dinoex  |
- update to 1.0.Alpha1.0 |
1.0.0a.0.0 02 Apr 2011 18:49:17
 |
dinoex  |
- update to 1.0.Alpha0.0 |
1.0.PreAlpha42.0 02 Apr 2011 18:29:50
 |
dinoex  |
- udpate to 1.0.PreAlpha42.0 |
1.0.PreAlpha36.0 29 Dec 2010 20:04:42
 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.0.PreAlpha36.0 20 Aug 2010 06:47:52
 |
dinoex  |
- update to 1-1.0.PreAlpha36 |
1.0.PreAlpha35.0 07 Jun 2010 17:24:12
 |
dinoex  |
- update to 1.0.PreAlpha35.0 |
1.0.PreAlpha34.0 05 Jun 2010 04:16:07
 |
dinoex  |
- note GROUPS/USERS does not work here |
1.0.PreAlpha34.0 26 Mar 2010 14:17:43
 |
dinoex  |
- update to 1-1.0.PreAlpha34 |
1.0.PreAlpha33.0 26 Feb 2010 18:02:33
 |
dinoex  |
- update to 1.0.PreAlpha33
Feature safe: yes |
1.0.PreAlpha32.0 24 Jan 2010 20:33:35
 |
dinoex  |
- update to 1.0.PreAlpha32.0 |
1.0.PreAlpha31.0 16 Jan 2010 08:48:33
 |
dinoex  |
- update to .0.PreAlpha31.0 |
1.0.PreAlpha30.0 24 Aug 2009 20:39:06
 |
dinoex  |
- update to 1.0.PreAlpha30.0 |
1.0.PreAlpha29.0 27 Jul 2009 07:32:39
 |
dinoex  |
- disable checks on BUILDING_INDEX
Suggested by: cperciva |
1.0.PreAlpha29.0 04 Jun 2009 04:56:24
 |
dinoex  |
- update to 1.0.PreAlpha29 |
1.0.PreAlpha27.0 06 Sep 2008 08:07:39
 |
dinoex  |
- fix typo
Reported by: Dmitry Marakasov |
1.0.PreAlpha27.0 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.PreAlpha27.0 16 Jul 2008 14:08:16
 |
dinoex  |
- update to 1.0.PreAlpha27 |
1.0.PreAlpha26.0 17 May 2008 07:55:39
 |
dinoex  |
- update to 1.0.PreAlpha26.0 |
1.0.PreAlpha25.0 26 Feb 2008 15:18:59
 |
dinoex  |
- update to 1.0.PreAlpha25.0 |
1.0.PreAlpha24.0 09 Feb 2008 11:31:39
 |
dinoex  |
- udate to 1.0.PreAlpha24.0. |
1.0.PreAlpha23.0 30 Jan 2008 14:32:48
 |
dinoex  |
- update to 1.0.PreAlpha23.0 |
1.0.PreAlpha22.0 11 Dec 2007 20:18:42
 |
dinoex  |
- update to 1.0.PreAlpha22 |
1.0.PreAlpha21.0 11 Dec 2007 20:17:50
 |
dinoex  |
- update to 1.0.PreAlpha21 |
1.0.PreAlpha20.0 09 Oct 2007 13:31:44
 |
dinoex  |
- update to 1.0.PreAlpha20 |
1.0.PreAlpha19.0 04 Oct 2007 01:49:29
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
1.0.PreAlpha19.0 30 Sep 2007 04:23:11
 |
dinoex  |
- update to 1.0.PreAlpha19 |
1.0.PreAlpha18.0 19 Jul 2007 10:17:42
 |
dinoex  |
- update to 1.0.PreAlpha18.0 |
1.0.PreAlpha17.0 26 Jun 2007 16:48:37
 |
dinoex  |
- use MANUAL_PACKAGE_BUILD
Suggested by: pav |
1.0.PreAlpha17.0 26 Jun 2007 16:40:31
 |
dinoex  |
- mark IGNORE for pointyhat
Approved by: pav (portmgr) |
1.0.PreAlpha17.0 20 Jun 2007 10:01:17
 |
dinoex  |
- detect broken sysvipc |
1.0.PreAlpha17.0 16 Jun 2007 04:51:09
 |
dinoex  |
- disable regression-test on pointyhat |
1.0.PreAlpha17.0 10 Jun 2007 13:20:37
 |
dinoex  |
MeTA1 is a message transfer agent that has been designed with
these main topics in minds:
* Security
* Reliability
* Efficiency
* Configurability
* Extendibility
MeTA1 consists of five main modules of which only one runs as root:
* mcp: the main control program is similar to inetd(8):
it starts all other MeTA1 modules and watches over their execution.
mcp runs as root in order to bind to port 25 and to change the uid
of the processes it starts.
* smtps: the SMTP server receives e-mails.
* smtpc: the SMTP client sends e-mails.
* smar: the address resolver provides lookups in various maps
including DNS for mail routing.
* qmgr: the queue manager controls the flow of e-mails through the
SMTP servers and clients. |