diff options
author | pav <pav@FreeBSD.org> | 2005-10-08 19:57:44 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-08 19:57:44 +0000 |
commit | 062e9e5d17e5f8128ef52d1e3d38ba8b44e31355 (patch) | |
tree | b6358410387c7290343811afd21378868cc7f0f6 /security/krb5-17 | |
parent | 5597cd93217609fec050db1fd399ce372eff63db (diff) | |
download | FreeBSD-ports-062e9e5d17e5f8128ef52d1e3d38ba8b44e31355.zip FreeBSD-ports-062e9e5d17e5f8128ef52d1e3d38ba8b44e31355.tar.gz |
- Set CONFLICTS with heimdal and krb4
- Portlint
PR: ports/85027
Submitted by: lofi
Approved by: maintainer timeout (cy, 7 weeks)
Diffstat (limited to 'security/krb5-17')
-rw-r--r-- | security/krb5-17/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index ba0ca58..ea7b34b 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -9,14 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.4.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ -EXTRACT_SUFX= .tar DISTNAME= ${PORTNAME}-${PORTVERSION}-signed +EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +CONFLICTS= krb4-[0-9]* heimdal-[0-9]* + LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_REINPLACE= yes |