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
non port: mail/razor-agents/Makefile
SVNWeb

Number of commits found: 65

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)
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)
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, 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
Mon, 14 Sep 2015
[ 12:19 mat search for other commits by this committer ] Original commit   Revision:396892 (Only the first 10 of 546 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
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, 16 May 2014
[ 15:29 garga search for other commits by this committer ] Original commit   Revision:354237
Move to USES=tar:bzip2
Thu, 31 Oct 2013
[ 23:35 garga search for other commits by this committer ] Original commit   Revision:332302
Add LICENSE
Sun, 13 Oct 2013
[ 19:01 garga search for other commits by this committer ] Original commit   Revision:330245
Support staging
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)
Wed, 31 Jul 2013
[ 06:54 az search for other commits by this committer ] Original commit   Revision:324007 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Fri, 29 Jun 2012
[ 16:30 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Define rules for PORTSCOUT checking in some of my ports
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Wed, 22 Jul 2009
[ 16:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Wed, 20 Aug 2008
[ 11:21 garga search for other commits by this committer ] Original commit 
- Take maintainership
[ 06:50 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Take maintainership

PR:             98202
Submitted by:   Nils Vogels <nivo+kw+ports.bfa274___is-root.com>
[ 00:26 leeym search for other commits by this committer ] Original commit 
- update to 2.82
Tue, 4 Apr 2006
[ 17:49 pav search for other commits by this committer ] Original commit 
- Update to 2.81

PR:             ports/95314
Submitted by:   Michael Scheidell <scheidell@secnap.net>
Wed, 22 Mar 2006
[ 15:28 pav search for other commits by this committer ] Original commit 
- Update to 2.80
Sun, 2 Oct 2005
[ 15:20 pav search for other commits by this committer ] Original commit 
- Update to 2.77

PR:             ports/86259
Submitted by:   leeym
Tue, 20 Sep 2005
[ 15:03 erwin search for other commits by this committer ] Original commit 
Reset maintainership at maintainers request.
Tue, 12 Jul 2005
[ 13:25 sem search for other commits by this committer ] Original commit 
- Real fix man5 pages install on 4.x

Reported by:    kris via pointyhat
Sun, 10 Jul 2005
[ 17:36 sem search for other commits by this committer ] Original commit 
- Comment MAN5 macro as the man pages do not install

Reported by:    kris via pointyhat
Mon, 20 Jun 2005
[ 07:34 sem search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
Upgrade to 2.71

Submitted by:   No feedback from maintainer
Thu, 9 Dec 2004
[ 01:50 leeym search for other commits by this committer ] Original commit 
- assign new MAINTAINER

Requested by:   charlieroffe@hotmail.com
Tue, 7 Dec 2004
[ 19:55 leeym search for other commits by this committer ] Original commit 
- update to 2.67

Noticed by:     Charlie Roffe <cmr314@hotmail.com>
Fri, 3 Dec 2004
[ 06:52 leeym search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
- Digest::Nilsimsa is no longer needed in razor-agents
- bump PORTREVISION
Sun, 11 Jul 2004
[ 05:38 leeym search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
update to razor-agents-2.61

Noticed by:     Charles Roffe <rojoloco@hotmail.com>
Sat, 10 Apr 2004
[ 18:00 leeym search for other commits by this committer ] Original commit 
update to 2.40

Submitted by:   mharo
Sat, 3 Jan 2004
[ 14:05 leeym search for other commits by this committer ] Original commit 
- update BUILD_DEPENDS for Net::DNS
- bump PORTREVISION

Noticed by:     "Fumihiko Kimura" <jfkimura@yahoo.co.jp>
Sat, 27 Dec 2003
[ 10:27 leeym search for other commits by this committer ] Original commit 
remove redundant dependency.
Thu, 30 Oct 2003
[ 18:32 leeym search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
fix incorrect PERL_LEVEL check

PR:             58636
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
Fri, 26 Sep 2003
[ 01:47 leeym search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
update to razor-agents-2.36

PR:             56221
Submitted by:   Dougb
Tue, 20 May 2003
[ 12:21 leeym search for other commits by this committer ] Original commit 
upgrade to razor-agents 2.34

Reminded by:    Sheldon Hearn <sheldonh@starjuice.net>
Fri, 7 Mar 2003
[ 06:06 ade search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
update to razor-agents-0.22
Sun, 24 Nov 2002
[ 07:49 leeym search for other commits by this committer ] Original commit 
fix typo

Noticed by:     Joe Marcus Clarke <marcus@FreeBSD.org>
[ 06:18 leeym search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
upgrade to razor-agents v2.40

Reviewed by:    ijliao (mentor)
Approved by:    ijliao (mentor)
Mon, 19 Aug 2002
[ 08:01 leeym search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
change my email address to leeym@FreeBSD.org

Reviewed by:    ijliao (mentor)
Approved by:    ijliao (mentor)
Sat, 17 Aug 2002
[ 13:32 leeym search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
correct DEPENDS: remove Mail::Internet, add URI
bump PORTREVISION
[ 03:58 leeym search for other commits by this committer ] Original commit 
Upgrade to version 2.14
Mon, 4 Mar 2002
[ 15:33 ache search for other commits by this committer ] Original commit 
Upgrade to 1.20    
Thu, 28 Feb 2002
[ 09:03 ache search for other commits by this committer ] Original commit 
Copy RUN_DEPENDS to BUILD_DEPENDS to shut check state warnings.    
Thu, 17 Jan 2002
[ 06:51 pat search for other commits by this committer ] Original commit 
Install extra manpages    
Sat, 29 Dec 2001
[ 01:58 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.19    
Fri, 21 Dec 2001
[ 06:17 ijliao search for other commits by this committer ] Original commit 
correct RUN_DEPENDS from p5-Net to p5-Net-DNS   bump PORTREVISION    
Wed, 12 Dec 2001
[ 19:59 ijliao search for other commits by this committer ] Original commit 
add razor-agent   A distributed, collaborative, spam detection and filtering
network    

Number of commits found: 65