aboutsummaryrefslogtreecommitdiff
path: root/security/linux-c7-libssh2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/linux-c7-libssh2/Makefile')
-rw-r--r--security/linux-c7-libssh2/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/linux-c7-libssh2/Makefile b/security/linux-c7-libssh2/Makefile
index d17c8c571b6b..d838dc2a0f5d 100644
--- a/security/linux-c7-libssh2/Makefile
+++ b/security/linux-c7-libssh2/Makefile
@@ -3,21 +3,19 @@
PORTNAME= libssh2
PORTVERSION= 1.4.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
-CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]*
+CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 10.el7_2.1
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= openssl
USE_LINUX_RPM= yes
-PORTDOCS= AUTHORS COPYING ChangeLog NEWS README
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
.include <bsd.port.mk>