non port: mail/spmfilter/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 27 May 2020
|
[ 14:55 danfe ] (Only the first 10 of 37 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
|
Thu, 2 Apr 2020
|
[ 12:04 sunpoet ]
Bump PORTREVISION for databases/libzdb shlib change
|
Sat, 6 Apr 2019
|
[ 14:42 sunpoet ]
Update databases/libzdb to 3.2
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership
Changes: https://www.tildeslash.com/libzdb/#release_notes
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Thu, 25 May 2017
|
[ 20:12 bapt ]
In EREs, left-brace is not to be interpreted as an ordinary character unless
escaped. Using an unescaped left-brace as part of an invalid repetition
specification is undefined behavior.
PR: 219009
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Approved by: maintainer timeout (3 weeks)
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 22 Sep 2015
|
[ 21:20 amdmi3 ]
- Switch to @sample
- Drop @dirrm* from plist
- Modernize vardir handling
Approved by: portmgr blanket
|
Sun, 22 Feb 2015
|
[ 16:58 robak ]
mail/libcmime: update 0.1.11 -> 0.1.15
- Add DOXYGEN option
- Bump mail/spmfilter PORTREVISION
PR: 195995
Submitted by: Axel Steiner <ast@treibsand.com>
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
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)
|
Sun, 17 Aug 2014
|
[ 16:08 tijl ] (Only the first 10 of 13 ports in this commit are shown above. )
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports
- Use option helpers
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
|
Thu, 24 Jul 2014
|
[ 18:34 tijl ] (Only the first 10 of 208 ports in this commit are shown above. )
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above )
|
Tue, 4 Feb 2014
|
[ 18:17 antoine ]
Finish stage support
|
Sat, 18 Jan 2014
|
[ 22:57 danilo ]
- Update from 0.6.3 to 0.6.7
- Add stage support
PR: ports/185822
Submitted by: Axel Steiner <ast@treibsand.com> (maintainer)
|
Sat, 11 Jan 2014
|
[ 16:12 tabthorpe ]
- Update to 0.6.3
- Change port dependencies
- Update master site
PR: ports/183232
Submitted by: Axel Steiner <ast@treibsand.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Fri, 19 Jul 2013
|
[ 20:57 cs ]
Update to 2.11.3
|
Tue, 4 Jun 2013
|
[ 10:32 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert to new options framework
|
Thu, 16 May 2013
|
[ 12:13 zeising ]
Pass maintainership to Axel Steiner <ast@treibsand.com>
PR: ports/178682:
Submitted by: Frank Wall <fw@moov.de> (current maintainer)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Tue, 26 Mar 2013
|
[ 21:22 cs ]
- Update to 2.11.1
- Bump PORTREVISION
PR: ports/175821
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Fri, 8 Mar 2013
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
Tue, 17 Jul 2012
|
[ 20:00 cs ]
- Update to 2.10.5
- Bump PORTREVISION
|
Tue, 5 Jun 2012
|
[ 21:35 cs ]
Bump portrevision due to databases/libzdb update
|
Wed, 23 May 2012
|
[ 01:47 miwi ]
- Chase libesmtp shlib bump
|
Mon, 14 Nov 2011
|
[ 03:26 rakuco ] (Only the first 10 of 56 ports in this commit are shown above. )
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
|
Wed, 30 Jun 2010
|
[ 04:18 sahil ]
- Update to 0.4.2
- Add LICENSE
PR: ports/147854
Submitted by: Frank Wall <fw@moov.de> (maintainer)
Approved by: itetcu@ (mentor)
Feature safe: yes
|
Tue, 11 May 2010
|
[ 23:35 sahil ]
- Fix build on 6.x
Reported by: pointyhat via pav@
Approved by: itetcu@ (mentor), Frank Wall <fw@moov.de> (maintainer)
|
Sun, 2 May 2010
|
[ 19:28 sahil ]
- Update to 0.4.1
PR: ports/146113
Submitted by: Frank Wall <fw@moov.de> (maintainer)
Approved by: wxs@ (mentor)
|
Tue, 27 Apr 2010
|
[ 02:31 sahil ]
spmfilter is a high-performance mail filtering framework, written in C.
It attempts to be a general filtering framework for any purposes.
Filtering mechanisms are provided by plugins, the API enables spmfilter
plugins to access messages as they are being processed by the MTA.
This allows them to examine and modify message content and
meta-information during the SMTP transaction. Plugins are loaded at
runtime and can be processed in any sequence, the processing chain
can also be altered by a single plugin
WWW: http://www.spmfilter.org/
PR: ports/145673
Submitted by: Frank Wall <fw at moov.de>
Reworked by: sahil@ (myself)
Approved by: wxs@ (mentor)
|
Number of commits found: 35 |