aboutsummaryrefslogtreecommitdiff
path: root/mail/spamcup
Commit message (Collapse)AuthorAgeFilesLines
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix shebangsDmitry Marakasov2015-06-171-2/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=389925
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361099
* - Stage supportMartin Wilke2014-02-021-1/+0
| | | | | | | - Convert few ports to USES Notes: svn path=/head/; revision=342300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-3/+3
| | | | Notes: svn path=/head/; revision=300176
* Correct LICENSERyan Steinmetz2011-07-221-1/+1
| | | | | | | | Reported by: pointyhat Approved by: wxs (mentor) Notes: svn path=/head/; revision=278160
* Add LICENSERyan Steinmetz2011-07-191-2/+5
| | | | | | | | | | [1] Fix RUN_DEPENDS after p5-libwww update to 6.x Reported by: Douglas Thrift <douglaswth@gmail.com> [1] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=277962
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - The patch will corrupt spamcup's functionality, so remove it.Cheng-Lung Sung2007-06-082-22/+2
| | | | | | | | | | - Bump PORTREVISION. PR: ports/112907 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=193032
* - Update spamcop addressesPav Lucistnik2007-03-252-0/+21
| | | | | | | | PR: ports/110224 Submitted by: Gerard Seibert <gerard@seibercom.net> Notes: svn path=/head/; revision=188334
* - drop maintainershipYen-Ming Lee2006-07-081-1/+1
| | | | Notes: svn path=/head/; revision=167199
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* Spamcup is a tool for automatic spam reporting via Spamcop.net.Yen-Ming Lee2005-02-083-0/+35
It performs the same actions as if you were to report spam to spamcop.net with a Web browser, but from the commandline. Spamcup is written in Perl. WWW: http://sourceforge.net/projects/spamcup/ Notes: svn path=/head/; revision=128289