diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 01:15:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 01:15:52 +0000 |
commit | 55a47df7aff6c8a3a9bb3d8ad209711d50de96d3 (patch) | |
tree | 4e35cc149ee10f26f75c80277b341e3bdd8ab429 /security | |
parent | cb656af29df70239e1e0d6f5a1299658c68abd43 (diff) | |
download | FreeBSD-ports-55a47df7aff6c8a3a9bb3d8ad209711d50de96d3.zip FreeBSD-ports-55a47df7aff6c8a3a9bb3d8ad209711d50de96d3.tar.gz |
Moved to new category security.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 5 | ||||
-rw-r--r-- | security/pgp5/Makefile | 5 | ||||
-rw-r--r-- | security/pgp6/Makefile | 5 | ||||
-rw-r--r-- | security/pidentd/Makefile | 4 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
5 files changed, 13 insertions, 10 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 6305b69..524435e 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 6305b69..524435e 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 6305b69..524435e 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,10 +4,11 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ +# $Id: Makefile,v 1.3 1995/07/08 00:28:30 ache Exp $ # -CATEGORIES+= utilities +CATEGORIES+= security + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 51934ff3..3eabad9 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/04/15 05:41:43 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/06 00:49:36 torstenb Exp $ # DISTNAME= pidentd-2.5.1 -CATEGORIES+= networking +CATEGORIES+= security networking MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index c7ca086..ffd6add 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,12 +3,12 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/05/06 11:28:43 torstenb Exp $ +# $Id: Makefile,v 1.8 1995/05/17 05:55:38 asami Exp $ # DISTNAME= tcp_wrappers_7.2 PKGNAME= tcp_wrappers-7.2 -CATEGORIES+= networking +CATEGORIES+= security networking MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ MAINTAINER= torstenb@FreeBSD.ORG |