aboutsummaryrefslogtreecommitdiffstats
path: root/security/smtpscan
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix usage of ${PERL5}.mat2015-12-181-3/+3
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* cleanup plistbapt2014-12-211-1/+0
|
* Support stagingehaupt2014-04-041-6/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Update MASTER_SITES and WWW: linepawel2012-11-036-120/+36
| | | | | | | | | - Add LICENSE - Switch to PLIST_FILES PR: ports/172250 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Remove SITE_PERL from *_DEPENDSaz2012-06-291-1/+1
|
* Reset hubert@frbsd.org: address rejecting email.linimon2012-05-221-1/+1
| | | | Hat: portmgr
* -remove MD5ohauer2011-07-031-1/+0
|
* - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-231-3/+2
| | | | | | (part 3). Approved by: portmgr (itetcu)
* - Make fetchablebeech2007-08-103-19/+16
| | | | | | | | - Remove 4.x cruft PR: ports/114581 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: sat (mentor)
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Only depend on p5-IO for perl <5.6 (bump PORTREV)vs2004-12-151-2/+6
| | | | | | PR: ports/72292 Submitted by: Jin-Shan Tseng Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Adjust the dependency check on p5-Net-DNS to take into account itsdougb2004-01-041-1/+1
| | | | | | | new PERL_ARCH'ified location. In a few cases, standardize on searching for ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
* utilize SITE_PERLijliao2003-10-241-3/+3
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Update to 0.5osa2003-07-032-2/+2
| | | | | | | Submitted by: Rob Evers <rob@debank.tv> PR: 53787 Approved by: Hubert Tournier (maintainer) fjoe (mentor) (implicit)
* Upgrade to 4.0sumikawa2003-05-054-37/+12
|
* Use ${PERL_ARCH} to fix building error on non-i386 architectures.sumikawa2003-04-301-1/+2
| | | | Pointed out by: kris
* Add smtpscan 0.3.1, a remote SMTP server version detector.sumikawa2003-04-207-0/+159
PR: 46221 Submitted by: Hubert Tournier <hubert@frbsd.org>