notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: mail/milter-manager/Makefile
SVNWeb

Number of commits found: 42

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 16 Aug 2022
[ 23:25 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:a5e4acb365ad6e78b9dc40107ef5dccf3863bb20  commit hash:a5e4acb365ad6e78b9dc40107ef5dccf3863bb20  commit hash:a5e4acb365ad6e78b9dc40107ef5dccf3863bb20  a5e4acb 
mail/milter-manager: Fix runtime error with Ruby 3.0 or later

milter-manager requires rexml to run. Since Ruby 3.0 rexml is
converted to bundled gem. But our Ruby ports don't include bundled
gems. So fix runtime error with Ruby 3.0 or later by adding rexml port
to RUN_DEPENDS.

While here, change post-patch target so it doesn't remove bundled
glib2 gem. Build succeeds without doing it.

Reference:	https://github.com/milter-manager/milter-manager/discussions/168
Reported by:	Aoba Dai (in freebsd-users-jp ML)
Tested by:	Aoba Dai
MFH:		2022Q3
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  commit hash:b587cc2b4da727288248ce5c15129046e6e6b332  b587cc2  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 14 Mar 2022
[ 04:59 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:93fd9357ed5e9c629bb6e9956708f5fea9eaa02f  commit hash:93fd9357ed5e9c629bb6e9956708f5fea9eaa02f  commit hash:93fd9357ed5e9c629bb6e9956708f5fea9eaa02f  93fd935 
mail/milter-manager: Fix build with Ruby 3.x

PR:		262530
Wed, 16 Feb 2022
[ 08:16 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:d1b24dfb792999cd0496a9e987a9fcb4e5c25f4e  commit hash:d1b24dfb792999cd0496a9e987a9fcb4e5c25f4e  commit hash:d1b24dfb792999cd0496a9e987a9fcb4e5c25f4e  d1b24df 
mail/milter-manager: Update to 2.1.6

* Fix plist error when either DOCS or EXAMPLES option is off
* Pet portclippy
* Tidy up Makefile with portfmt

ChangeLog:	https://github.com/milter-manager/milter-manager/blob/2.1.6/NEWS
Reported by:	Aoba Dai, Hideo Kuwabata, Naito Yuichiro (in freebsd-users-jp ML)
Tested by:	Aoba Dai
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 24 Jul 2020
[ 06:28 rigoletto search for other commits by this committer ] Original commit   Revision:543005 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing

- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
Wed, 22 Apr 2020
[ 21:32 sunpoet search for other commits by this committer ] Original commit   Revision:532588
Remove outdated BROKEN_RUBY24 after lang/ruby24 removal
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Mon, 13 May 2019
[ 19:02 rene search for other commits by this committer ] Original commit   Revision:501584
Resurrect mail/milter-manager, it reportedly works fine with the Ruby 2.5
which is the defuault version.

Clean up the port while here.

Reported by:	Matthew D. Fuller
Sat, 27 Apr 2019
[ 08:49 pkubaj search for other commits by this committer ] Original commit   Revision:500200
mail/milter-manager: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix build on GCC architectures.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20068
Sun, 7 Apr 2019
[ 07:43 antoine search for other commits by this committer ] Original commit   Revision:498264 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Sat, 24 Mar 2018
[ 21:12 sunpoet search for other commits by this committer ] Original commit   Revision:465484 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN

PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Wed, 21 Mar 2018
[ 13:17 pi search for other commits by this committer ] Original commit   Revision:465173
mail/milter-manager: update 2.0.7 -> 2.1.1

- MASTER_SITES is now switched to SFJP.
- Update WWW.
- fixed portlint warnings
- Please note: it fails to run with ruby-2.4 and is marked BROKEN for that case

PR:		226692
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by:	koobs
Mon, 22 May 2017
[ 14:02 linimon search for other commits by this committer ] Original commit   Revision:441461
Fix long-standing typo.

Reported by:	portlint
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 2 Feb 2016
[ 01:21 swills search for other commits by this committer ] Original commit   Revision:407788 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Remove source and intermediate build output from intalled rubygem- ports

PR:		192949
Thu, 10 Dec 2015
[ 02:21 vanilla search for other commits by this committer ] Original commit   Revision:403439
Upgrade to 2.0.7.
Thu, 26 Nov 2015
[ 11:25 vsevolod search for other commits by this committer ] Original commit   Revision:402435
- Do not install libmilter.pc

PR:		204807
Submitted by:	pavel at onlyfriends.info
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Sat, 23 Aug 2014
[ 10:12 marino search for other commits by this committer ] Original commit   Revision:365719
mail/milter-manager: Explictly request ports package system

Without this configure argument, the makefile will assume it's building
on pkgsrc when building on DragonFly.  No-Op for FreeBSD.
Thu, 7 Aug 2014
[ 08:17 marino search for other commits by this committer ] Original commit   Revision:364249
mail/milter-manager: Upgrade version 1.8.6 => 2.0.4 and stage

PR:		192344
Submitted by:	fullermd (over-yonder.net)
tweaked by:	marino
Sun, 13 Jul 2014
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:361728 (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Mon, 7 Jul 2014
[ 15:31 olgeni search for other commits by this committer ] Original commit   Revision:361099 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
Fri, 4 Jul 2014
[ 09:12 bapt search for other commits by this committer ] Original commit   Revision:360579 (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Mon, 24 Mar 2014
[ 20:03 swills search for other commits by this committer ] Original commit   Revision:349058
- Fix index after removal of ruby-gnome ports

Reported by:	many
Pointyhat to:	swills
Fri, 21 Feb 2014
[ 13:37 ehaupt search for other commits by this committer ] Original commit   Revision:345418 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category mail
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Mon, 2 Sep 2013
[ 21:32 bapt search for other commits by this committer ] Original commit   Revision:326095
Add an explicit dependency on pkgconf
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Fri, 8 Mar 2013
[ 17:59 beech search for other commits by this committer ] Original commit   Revision:313662
- Update to 1.8.6
- Release-announcement:
  http://sourceforge.net/mailarchive/message.php?msg_id=30570401

PR:		ports/176741
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Tue, 4 Dec 2012
[ 01:27 wxs search for other commits by this committer ] Original commit   Revision:308181
Update to 1.8.5

PR:		ports/173757
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe:	yes
Sun, 27 May 2012
[ 00:51 sylvio search for other commits by this committer ] Original commit 
- Update to 1.8.3

PR:             ports/168337
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Mon, 7 May 2012
[ 18:52 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase rrdtool shlib version bump.
Tue, 7 Feb 2012
[ 04:24 miwi search for other commits by this committer ] Original commit 
- Update to 1.8.2

PR:             162978
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Wed, 16 Nov 2011
[ 16:09 miwi search for other commits by this committer ] Original commit 
- Update to 1.8.1

PR:             162611
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Feature safe:   yes
Sat, 2 Jul 2011
[ 12:03 swills search for other commits by this committer ] Original commit 
- Update to 1.8.0

PR:             ports/158576
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Sat, 3 Apr 2010
[ 10:32 itetcu search for other commits by this committer ] Original commit 
- Update to 1.4.2

PR:             145110
Submitted by:   Sahil Tandon
Approved by:    maintainer
Wed, 18 Nov 2009
[ 13:33 pav search for other commits by this committer ] Original commit 
- Update to 1.4.0

PR:             ports/139668
Submitted by:   Sahil Tandon <sahil@tandon.net>
Approved by:    Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Wed, 16 Sep 2009
[ 11:35 pav search for other commits by this committer ] Original commit 
milter manager protects you from spam mails and virus mails effectively
with milter. milter manager has embedded Ruby interpreter to control
milters flexibly.

WWW:    http://milter-manager.sourceforge.net/

PR:             ports/138234
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Feature safe:   yes

Number of commits found: 42