aboutsummaryrefslogtreecommitdiff
path: root/security/identify
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSEDmitry Marakasov2016-04-243-9/+13
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=413927
* 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
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363328
* Support stagingEmanuel Haupt2014-02-281-9/+3
| | | | Notes: svn path=/head/; revision=346503
* Remove trailing whitespaces from category securityEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345433
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* - Update MASTER_SITESJason E. Hale2012-10-201-11/+7
| | | | | | | | | | | | | | - Remove DEPRECATED/EXPIRATION_DATE since port fetches now - Convert to new options framework - Trim Makefile header PR: ports/172055 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306159
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix build with custom LOCALBASE.Ion-Mihai Tetcu2009-07-031-1/+1
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=236973
* - Respect NOPORTDOCSPhilippe Audeoud2008-11-062-5/+5
| | | | | | | | | - Remove useless pkg-plist Noticed by: QAT Notes: svn path=/head/; revision=222448
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* Per distfile survey, remove mastersite that disappeared in April 2002.Mark Linimon2003-11-021-2/+1
| | | | Notes: svn path=/head/; revision=92815
* Fix MASTER_SITES: add another location of distroSergey A. Osokin2003-06-091-1/+2
| | | | | | | | | | instead of replace old location. PR: 53089 Apporved by: fjoe (mentor) Notes: svn path=/head/; revision=82598
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | 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-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Release all my ports.Nick Sayer2002-10-211-1/+1
| | | | | | | | kris made it clear that by his measure I'm not doing my job as a port maintainer. Far be it from me to be an obstruction to the project. Notes: svn path=/head/; revision=68468
* Fix build on -current (_exit() -> _exit(0))Kris Kennaway2002-10-211-1/+10
| | | | Notes: svn path=/head/; revision=68464
* Update e-mail address.Nick Sayer2000-12-091-1/+1
| | | | Notes: svn path=/head/; revision=35792
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | | | | the Porter's Handbook. :-) Notes: svn path=/head/; revision=29084
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* remove whitespace and PREFIX->LOCALBASE (portlint)Michael Haro2000-03-201-2/+2
| | | | Notes: svn path=/head/; revision=26857
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Re-order CATEGORIES into the correct order (primary [virtuals...])Bill Fumerola1999-05-051-2/+2
| | | | | | | | PR: ports/11508 Submitted by: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=18517
* 1)BUILD_DEPENDS was missing an S and wasn't in the proper form.Justin M. Seger1999-04-112-2/+10
| | | | | | | | | | 2)Was installing into a directory but not removing it with the rest of the package. 3)Now supports NOPORTDOCS (which isn't documented in Mk/bsd.port.mk) Notes: svn path=/head/; revision=17794
* Oops.Nick Sayer1999-04-021-2/+2
| | | | | | | Remove devel from list of categories. Notes: svn path=/head/; revision=17565
* Add "identify" daemon wrapper. Allows one to add ident lookup and loggingNick Sayer1999-04-027-0/+172
to arbitrary daemons (like telnetd or fingerd). Notes: svn path=/head/; revision=17563