Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
201602131606_4 25 Oct 2023 22:28:15 |
Dima Panov (fluffy) |
dns/libasr[-devel]: remove upstream' unmaintained ports (+)
libasr will be maintained only as part of OpenSMTPD.
The current port has known security fixes that were addressed in the
bundled copy of OpenSMTPD but not in the libasr-portable.
The libasr-portable repository on github will be archived soon.
PR: 272048 |
201602131606_4 06 Oct 2023 09:46:32 |
Dag-Erling Smørgrav (des) |
dns/libasr-devel: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4
Approved by: fluffy
Differential Revision: https://reviews.freebsd.org/D42073 |
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) |
201602131606_3 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 ) |
201602131606_3 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
201602131606_3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
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").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
201602131606_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
201602131606_3 26 Oct 2019 16:16:41 |
fluffy |
- LibASR doesn't need to depend on *SSL but optional CAroots package
MFH: 2019Q4 |
201602131606_1 18 Mar 2018 03:24:23 |
yuri |
dns/libasr-devel: Unbreak
Port changes:
* Remove the manpage option - not needed, always on.
* Reorder USExx section
Approved by: portmgr (port compliance, infrastructure) |
201602131606_1 30 Jan 2018 12:14:40 |
fluffy |
- Make MAN3 documentation optional and OFF by default,
this will skip 50+ dependencies via textproc/groff
on recent systems without groff in base
- Bump PORTREVISION due to dependencies changes
Requested by: julian |
201602131606 28 May 2017 10:58:00 |
antoine |
Register dependency on groff
PR: 213725 |
201602131606 17 Oct 2016 10:38:05 |
ashish |
Assign ports to fluffy@, who is actively tracking OpenSMTPD
development, and has kindly agreed to take the maintainership
of following ports:
- dns/libasr
- dns/libasr-devel
- mail/opensmtpd
- mail/opensmtpd-devel
Thank you! |
201602131606 22 Feb 2016 04:48:38 |
ashish |
- Update to 201602131606
PR: 206357
Submitted by: fluffy |
201501300026_1 07 Feb 2015 16:17:45 |
antoine |
Fix numerous qa errors
Pointy hat: ashish |
201501300026 07 Feb 2015 15:58:34 |
ashish |
Add port dns/libasr-devel
libasr is a FREE asynchronous DNS resolver.
libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:
* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX
This port packages the development snapshots released by OpenSMTPD team.
WWW: https://github.com/OpenSMTPD/libasr |