non port: mail/milter-manager/Makefile |
SVNWeb
|
Number of commits found: 42 |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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) ] 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 )
|
Tue, 16 Aug 2022
|
[ 23:25 Yasuhiro Kimura (yasu) ] 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) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
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 )
|
Mon, 14 Mar 2022
|
[ 04:59 Yasuhiro Kimura (yasu) ] 93fd935
mail/milter-manager: Fix build with Ruby 3.x
PR: 262530
|
Wed, 16 Feb 2022
|
[ 08:16 Yasuhiro Kimura (yasu) ] 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) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 24 Jul 2020
|
[ 06:28 rigoletto ] (Only the first 10 of 52 ports in this commit are shown above. )
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 ]
Remove outdated BROKEN_RUBY24 after lang/ruby24 removal
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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 ]
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 ]
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 ] (Only the first 10 of 48 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Sat, 24 Mar 2018
|
[ 21:12 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
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 ]
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 ]
Fix long-standing typo.
Reported by: portlint
|
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, 2 Feb 2016
|
[ 01:21 swills ] (Only the first 10 of 47 ports in this commit are shown above. )
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949
|
Thu, 10 Dec 2015
|
[ 02:21 vanilla ]
Upgrade to 2.0.7.
|
Thu, 26 Nov 2015
|
[ 11:25 vsevolod ]
- Do not install libmilter.pc
PR: 204807
Submitted by: pavel at onlyfriends.info
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
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 ]
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 ]
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 ] (Only the first 10 of 69 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Mon, 7 Jul 2014
|
[ 15:31 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
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 ] (Only the first 10 of 73 ports in this commit are shown above. )
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 ]
- Fix index after removal of ruby-gnome ports
Reported by: many
Pointyhat to: swills
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove trailing whitespaces from category mail
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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 ] (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)
|
Mon, 2 Sep 2013
|
[ 21:32 bapt ]
Add an explicit dependency on pkgconf
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 8 Mar 2013
|
[ 17:59 beech ]
- 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 ]
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 ]
- Update to 1.8.3
PR: ports/168337
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Mon, 7 May 2012
|
[ 18:52 sylvio ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase rrdtool shlib version bump.
|
Tue, 7 Feb 2012
|
[ 04:24 miwi ]
- Update to 1.8.2
PR: 162978
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Wed, 16 Nov 2011
|
[ 16:09 miwi ]
- 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 ]
- Update to 1.8.0
PR: ports/158576
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
|
Sat, 3 Apr 2010
|
[ 10:32 itetcu ]
- Update to 1.4.2
PR: 145110
Submitted by: Sahil Tandon
Approved by: maintainer
|
Wed, 18 Nov 2009
|
[ 13:33 pav ]
- 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 ]
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 |