aboutsummaryrefslogtreecommitdiff
path: root/security/srp
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-14 02:06:07 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-14 02:06:07 +0000
commit96a620a77ecf6052e6befbf63202466fe9763365 (patch)
treeb7d5d7152162da1fb236afcfa3d0f43a4016f19a /security/srp
parent806e16211ef5261d30e43fffc91752893f428b3a (diff)
downloadports-96a620a77ecf6052e6befbf63202466fe9763365.tar.gz
ports-96a620a77ecf6052e6befbf63202466fe9763365.zip
Register conflicts for srp in security/heimdal, security/krb4, and securiry/krb5.
Bump PORTREVISION accordingly. PR: ports/105442 Submitted by: Ruben van Staveren <ruben@verweg.com> Reviewed by: shaun@, cy@ Approved by: flz (mentor)
Notes
Notes: svn path=/head/; revision=177202
Diffstat (limited to 'security/srp')
-rw-r--r--security/srp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
index 1e2bb5023606..f3531e906256 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -7,12 +7,15 @@
PORTNAME= srp
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://srp.stanford.edu/source/
MAINTAINER= laszlof@FreeBSD.org
COMMENT= Secure Remote Password protocol library, TELNET, and FTP
+CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]*
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL="/usr/bin/install -C"
CONFIGURE_ARGS= --with-openssl=/usr \