aboutsummaryrefslogtreecommitdiff
path: root/security/cops/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make fetchable again.Cy Schubert2020-03-241-4/+1
| | | | | | | Switch from komquats.com to cschubert.com. Notes: svn path=/head/; revision=529054
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516897
* Register dependency on groffBaptiste Daroussin2017-05-301-1/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=442122
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Note that the previous commit has added missing USES=perl5Dmitry Marakasov2015-07-151-0/+1
| | | | | | | | | - This commit fixes it as it should only be a run-dependency Approved by: portmgr blanket Notes: svn path=/head/; revision=392175
* - Fix shebangsDmitry Marakasov2015-07-141-0/+6
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392085
* Allow staging as a regular userAntoine Brodin2014-09-121-1/+0
| | | | Notes: svn path=/head/; revision=368033
* STAGE support, and general cleanups. Some of the changes are aAdam Weinberger2014-05-011-5/+4
| | | | | | | | bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it. Notes: svn path=/head/; revision=352710
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Mark MAKE_JOBS_UNSAFE.Matthias Andree2011-09-041-0/+1
| | | | | | | Reported by: eadler@. Notes: svn path=/head/; revision=281160
* Bring this old-school tool back from the dead.Cy Schubert2011-09-031-0/+46
| | | | | | | Assume maintainership of this port. Notes: svn path=/head/; revision=281067
* Remove unmaintained expired ports from securityBaptiste Daroussin2011-05-011-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-05-01 security/aafid2: Upstream disapear and distfile is no more available 2011-05-01 security/bjorb: Upstream disapear and distfile is no more available 2011-05-01 security/borzoi: Upstream disapear and distfile is no more available 2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available 2011-05-01 security/cops: Upstream disapear and distfile is no more available 2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available 2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available 2011-05-01 security/hafiye: Upstream disapear and distfile is no more available 2011-05-01 security/ident2: Upstream disapear and distfile is no more available 2011-05-01 security/liedentd: Upstream disapear and distfile is no more available 2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available 2011-05-01 security/poc: Upstream disapear and distfile is no more available 2011-05-01 security/portscanner: Upstream disapear and distfile is no more available 2011-05-01 security/ppgen: Upstream disapear and distfile is no more available 2011-05-01 security/qident: Upstream disapear and distfile is no more available 2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available 2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available 2011-05-01 security/rid: Upstream disapear and distfile is no more available 2011-05-01 security/ssh: Upstream disapear and distfile is no more available 2011-05-01 security/tea-total: Upstream disapear and distfile is no more available 2011-05-01 security/uberkey: Upstream disapear and distfile is no more available Notes: svn path=/head/; revision=273413
* Deprecate unmaintained ports from security where upstream disapear and/orBaptiste Daroussin2011-03-131-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270820
* - Re-add primary master site, while here fix WWWMarcus Alves Grando2006-05-261-1/+2
| | | | | | | Notified by: sam Notes: svn path=/head/; revision=163452
* - Fix master sitesMarcus Alves Grando2006-05-251-1/+2
| | | | | | | | PR: 97827 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Notes: svn path=/head/; revision=163330
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix MASTER_SITES; add WWW. Add MAINTAINER while I'm here.Will Andrews2000-07-151-14/+22
| | | | | | | | PR: 19932 Submitted by: Ports Fury Notes: svn path=/head/; revision=30667
* Update MASTER_SITES to allow this port to be fetched again.Chris D. Faulhaber2000-05-021-1/+1
| | | | Notes: svn path=/head/; revision=28259
* Remove oly@world.std.com as MAINTAINER; email has been bouncing for 2 months.Bill Fenner2000-04-211-2/+0
| | | | Notes: svn path=/head/; revision=27866
* Forgot to remove some variablesChris Piazza2000-04-101-2/+0
| | | | Notes: svn path=/head/; revision=27436
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-1/+3
| | | | Notes: svn path=/head/; revision=27426
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 1. Correct MASTER_SITES.Vanilla I. Shu1998-06-041-15/+15
| | | | | | | 2. Sort pkg/PLIST. Notes: svn path=/head/; revision=11242
* Missed that PKGNAME and DISTNAME needed to be switched.David E. O'Brien1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4567
* Removed the hardcoded paths and used our variables instead (WRKSRC,PREFIX).David E. O'Brien1996-11-171-6/+13
| | | | | | | CATEGORIES+= --> CATEGORIES= Notes: svn path=/head/; revision=4553
* Import of the COPS system security checker.James FitzGibbon1996-11-171-0/+31
Reviewed by: jfitz@FreeBSD.ORG Submitted by: Oliver Oberdorf <oly@world.std.com> Notes: svn path=/head/; revision=4552