aboutsummaryrefslogtreecommitdiff
path: root/security/smtpscan
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-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 Notes: svn path=/head/; revision=403913
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375111
* Support stagingEmanuel Haupt2014-04-041-6/+5
| | | | Notes: svn path=/head/; revision=350073
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Update MASTER_SITES and WWW: linePawel Pekala2012-11-026-120/+36
| | | | | | | | | | | | - Add LICENSE - Switch to PLIST_FILES PR: ports/172250 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306866
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-1/+1
| | | | Notes: svn path=/head/; revision=300176
* Reset hubert@frbsd.org: address rejecting email.Mark Linimon2012-05-211-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=297130
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-231-3/+2
| | | | | | | | | (part 3). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248395
* - Make fetchableBeech Rintoul2007-08-103-19/+16
| | | | | | | | | | | - Remove 4.x cruft PR: ports/114581 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: sat (mentor) Notes: svn path=/head/; revision=197409
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Only depend on p5-IO for perl <5.6 (bump PORTREV)Volker Stolz2004-12-151-2/+6
| | | | | | | | | PR: ports/72292 Submitted by: Jin-Shan Tseng Approved by: maintainer Notes: svn path=/head/; revision=124083
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Adjust the dependency check on p5-Net-DNS to take into account itsDoug Barton2004-01-031-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. Notes: svn path=/head/; revision=97245
* utilize SITE_PERLYing-Chieh Liao2003-10-241-3/+3
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Chase repocopies towards ports/dnsEdwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88581
* Update to 0.5Sergey A. Osokin2003-07-022-2/+2
| | | | | | | | | | Submitted by: Rob Evers <rob@debank.tv> PR: 53787 Approved by: Hubert Tournier (maintainer) fjoe (mentor) (implicit) Notes: svn path=/head/; revision=84072
* Upgrade to 4.0Munechika SUMIKAWA2003-05-054-37/+12
| | | | Notes: svn path=/head/; revision=80164
* Use ${PERL_ARCH} to fix building error on non-i386 architectures.Munechika SUMIKAWA2003-04-301-1/+2
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=79912
* Add smtpscan 0.3.1, a remote SMTP server version detector.Munechika SUMIKAWA2003-04-197-0/+159
PR: 46221 Submitted by: Hubert Tournier <hubert@frbsd.org> Notes: svn path=/head/; revision=79316