diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-04-14 18:14:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-04-14 18:14:59 +0000 |
commit | 0025f82662297b7aa5426496ea66cbb42eed3202 (patch) | |
tree | ceffdca96729fdb52218495a16319b7949a3704d /security | |
parent | 8bdc9bfcf51fcc37a544dcbdd45605db69c6c675 (diff) | |
download | ports-0025f82662297b7aa5426496ea66cbb42eed3202.tar.gz ports-0025f82662297b7aa5426496ea66cbb42eed3202.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/digest/Makefile | 2 | ||||
-rw-r--r-- | security/newpki-client/Makefile | 2 | ||||
-rw-r--r-- | security/newpki-lib/Makefile | 2 | ||||
-rw-r--r-- | security/newpki-server/Makefile | 2 | ||||
-rw-r--r-- | security/openscep/Makefile | 2 | ||||
-rw-r--r-- | security/py-crack/Makefile | 2 | ||||
-rw-r--r-- | security/sscep/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/security/digest/Makefile b/security/digest/Makefile index 3cfc40bb0c31..a591f6930d51 100644 --- a/security/digest/Makefile +++ b/security/digest/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES?= security sysutils MASTER_SITES?= http://highsecure.ru/ -MAINTAINER?= vsevolod@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= Message digest wrapper utility CONFLICTS?= emboss-[0-9]* qmail-ldap2-* diff --git a/security/newpki-client/Makefile b/security/newpki-client/Makefile index ddeea3a39578..8c7fac50c567 100644 --- a/security/newpki-client/Makefile +++ b/security/newpki-client/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI client from newpki project LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib \ diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index d34977335986..5f133eeb4256 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI libraries from newpki project WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile index 45516d0072c2..b278693b3853 100644 --- a/security/newpki-server/Makefile +++ b/security/newpki-server/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI server from newpki project LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 18a40cb9db31..c7eb76df9371 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source scep server USE_REINPLACE= yes diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index fe400d13a7b4..d18e4b82c2f2 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= python-crack/Stable.pkg/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-crack-${PORTVERSION} -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings to cracklib BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib diff --git a/security/sscep/Makefile b/security/sscep/Makefile index b59bd6763cbb..8ed63afbdfde 100644 --- a/security/sscep/Makefile +++ b/security/sscep/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.klake.org/~jt/sscep/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= vsevolod@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple scep client USE_OPENSSL= yes |