non port: mail/razor-agents/Makefile |
SVNWeb
|
Number of commits found: 65 |
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, 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 )
|
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, 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
|
Mon, 14 Sep 2015
|
[ 12:19 mat ] (Only the first 10 of 546 ports in this commit are shown above. )
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
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, 16 May 2014
|
[ 15:29 garga ]
Move to USES=tar:bzip2
|
Thu, 31 Oct 2013
|
[ 23:35 garga ]
Add LICENSE
|
Sun, 13 Oct 2013
|
[ 19:01 garga ]
Support staging
|
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)
|
Wed, 31 Jul 2013
|
[ 06:54 az ] (Only the first 10 of 67 ports in this commit are shown above. )
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Fri, 29 Jun 2012
|
[ 16:30 az ]
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Tue, 5 Jan 2010
|
[ 11:48 garga ]
Define rules for PORTSCOUT checking in some of my ports
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Wed, 20 Aug 2008
|
[ 11:21 garga ]
- Take maintainership
|
[ 06:50 linimon ] (Only the first 10 of 18 ports in this commit are shown above. )
Reset nivo+kw+ports.bfa274@is-root.com due to lack of time to work
on FreeBSD at the moment.
Hat: portmgr
|
Fri, 15 Jun 2007
|
[ 16:43 pav ]
- Update to 2.84
PR: ports/112522
Submitted by: Michael Scheidell <scheidell@secnap.net>
Approved by: Nils Vogels <nivo@is-root.com> (maintainer)
|
Sat, 3 Jun 2006
|
[ 02:10 mnag ]
- Take maintainership
PR: 98202
Submitted by: Nils Vogels <nivo+kw+ports.bfa274___is-root.com>
|
[ 00:26 leeym ]
- update to 2.82
|
Tue, 4 Apr 2006
|
[ 17:49 pav ]
- Update to 2.81
PR: ports/95314
Submitted by: Michael Scheidell <scheidell@secnap.net>
|
Wed, 22 Mar 2006
|
[ 15:28 pav ]
- Update to 2.80
|
Sun, 2 Oct 2005
|
[ 15:20 pav ]
- Update to 2.77
PR: ports/86259
Submitted by: leeym
|
Tue, 20 Sep 2005
|
[ 15:03 erwin ]
Reset maintainership at maintainers request.
|
Tue, 12 Jul 2005
|
[ 13:25 sem ]
- Real fix man5 pages install on 4.x
Reported by: kris via pointyhat
|
Sun, 10 Jul 2005
|
[ 17:36 sem ]
- Comment MAN5 macro as the man pages do not install
Reported by: kris via pointyhat
|
Mon, 20 Jun 2005
|
[ 07:34 sem ]
- Update to unvulnerable version (2.72)
PR: ports/82414
Submitted by: dawnshade <h-k@mail.ru>
Approved by: security reasons
|
Fri, 17 Jun 2005
|
[ 11:24 mbr ]
Upgrade to 2.71
Submitted by: No feedback from maintainer
|
Thu, 9 Dec 2004
|
[ 01:50 leeym ]
- assign new MAINTAINER
Requested by: charlieroffe@hotmail.com
|
Tue, 7 Dec 2004
|
[ 19:55 leeym ]
- update to 2.67
Noticed by: Charlie Roffe <cmr314@hotmail.com>
|
Fri, 3 Dec 2004
|
[ 06:52 leeym ]
- update to razor-agents-2.66
- release the maintainership to perl@
PR: 74640
Submitted by: Andrew McNaughton <andrew@scoop.co.nz>
|
Tue, 12 Oct 2004
|
[ 11:46 mbr ]
Fix segfault which happens with long HTML documents. There are some
missing boundary checks somewhere. This patch works aound this and
terminates the mail properly at the end of the html part.
Checksums on a patched and unpatched razor are still the same.
We run this patch now over two months and everything is working fine.
|
Sat, 31 Jul 2004
|
[ 03:48 leeym ]
- Digest::Nilsimsa is no longer needed in razor-agents
- bump PORTREVISION
|
Sun, 11 Jul 2004
|
[ 05:38 leeym ]
- replace the default value of <razorhome> "/etc/razor" with "${PREFIX}/etc"
- bump PORTREVISION
PR: 68868
Submitted by: Rob Evers <rob@debank.tv>
|
Fri, 9 Jul 2004
|
[ 05:51 leeym ]
update to razor-agents-2.61
Noticed by: Charles Roffe <rojoloco@hotmail.com>
|
Sat, 10 Apr 2004
|
[ 18:00 leeym ]
update to 2.40
Submitted by: mharo
|
Sat, 3 Jan 2004
|
[ 14:05 leeym ]
- update BUILD_DEPENDS for Net::DNS
- bump PORTREVISION
Noticed by: "Fumihiko Kimura" <jfkimura@yahoo.co.jp>
|
Sat, 27 Dec 2003
|
[ 10:27 leeym ]
remove redundant dependency.
|
Thu, 30 Oct 2003
|
[ 18:32 leeym ]
fix depedency and manpages for perl-5.8
PR: 58663
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
Tue, 28 Oct 2003
|
[ 15:59 leeym ]
fix incorrect PERL_LEVEL check
PR: 58636
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
|
Fri, 26 Sep 2003
|
[ 01:47 leeym ]
Razor2 is not quite taint-safe.
http://article.gmane.org/gmane.mail.spam.spamassassin.general/29666
PR: 57210
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
Fri, 5 Sep 2003
|
[ 07:33 edwin ] (Only the first 10 of 43 ports in this commit are shown above. )
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
Mon, 1 Sep 2003
|
[ 10:00 leeym ]
update to razor-agents-2.36
PR: 56221
Submitted by: Dougb
|
Tue, 20 May 2003
|
[ 12:21 leeym ]
upgrade to razor-agents 2.34
Reminded by: Sheldon Hearn <sheldonh@starjuice.net>
|
Fri, 7 Mar 2003
|
[ 06:06 ade ] (Only the first 10 of 166 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Thu, 23 Jan 2003
|
[ 18:54 leeym ]
update to razor-agents-0.22
|
Sun, 24 Nov 2002
|
[ 07:49 leeym ]
fix typo
Noticed by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
[ 06:18 leeym ]
Remove output messages of debug() in Razor2::Signature::Ephemeral which will
add extra junk on the front of all emails and break Mail::SpamAssassin.
Noticed by: Roddie Hasan <roddie@krweb.net>
Mark Jones <mlist@hackerjones.org>
|
Sat, 23 Nov 2002
|
[ 18:05 leeym ]
upgrade to razor-agents-2.21
Submitted by: Sheldon Hearn <sheldonh@FreeBSD.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
|
Sun, 3 Nov 2002
|
[ 17:58 leeym ]
1. fix "an undefined value as a symbol reference" problem on perl-5.005
2. use PERL_MAJOR/PERL_MINOR to determine BUILD_DEPENDS
Submitted by: Steven Champeon <schampeo@hesketh.com>
Requested by: Chris Johnson <dcj-dated-1034983846.dgfgmdcm@palomine.net>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
|
Fri, 18 Oct 2002
|
[ 06:16 leeym ]
upgrade to razor-agents v2.40
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
|
Mon, 19 Aug 2002
|
[ 08:01 leeym ] (Only the first 10 of 25 ports in this commit are shown above. )
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
|
Sat, 17 Aug 2002
|
[ 13:32 leeym ]
add MAN5 related patch for perl5.8 (files/patch-Makefile.PL)
remove perlocal.pod from pkg-plist.
bump PORTREVISION.
PR: ports/41714
|
Fri, 16 Aug 2002
|
[ 06:04 leeym ]
correct DEPENDS: remove Mail::Internet, add URI
bump PORTREVISION
|
[ 03:58 leeym ]
Upgrade to version 2.14
|
Mon, 4 Mar 2002
|
[ 15:33 ache ]
Upgrade to 1.20
|
Thu, 28 Feb 2002
|
[ 09:03 ache ]
Copy RUN_DEPENDS to BUILD_DEPENDS to shut check state warnings.
|
Thu, 17 Jan 2002
|
[ 06:51 pat ]
Install extra manpages
|
Sat, 29 Dec 2001
|
[ 01:58 ijliao ]
upgrade to 1.19
|
Fri, 21 Dec 2001
|
[ 06:17 ijliao ]
correct RUN_DEPENDS from p5-Net to p5-Net-DNS bump PORTREVISION
|
Wed, 12 Dec 2001
|
[ 19:59 ijliao ]
add razor-agent A distributed, collaborative, spam detection and filtering
network
|
Number of commits found: 65 |