summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoris <is>2013-02-01 21:55:55 +0000
committeris <is>2013-02-01 21:55:55 +0000
commit05da1c21d80490e58fad186ccc79965a5e37c379 (patch)
treef6680f3e24c84c55a868049b04a5bb63aa62a4dc
parent303f93c5664dddd7656a6a55bfbd5939db3c7a68 (diff)
downloadpkgsrc-05da1c21d80490e58fad186ccc79965a5e37c379.tar.gz
Make pkg_info show the upstream version, for comparison to advisories etc.
-rw-r--r--security/libssh/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 51201624101..05cc2b550cd 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.12 2013/02/01 13:33:49 is Exp $
+# $NetBSD: Makefile,v 1.13 2013/02/01 21:55:55 is Exp $
#
-# history: upstream renamed 0.11 to 0.1;
+# history: upstream renamed 0.11 to 0.1.1;
# we have to use the old-style convention so that version compares work.
#
-DISTNAME= libssh-0.5.4
+VER= 0.5.4
+DISTNAME= libssh-${VER}
PKGNAME= libssh-0.54
CATEGORIES= security
MASTER_SITES= https://red.libssh.org/attachments/download/41/
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.libssh.org/
-COMMENT= SSHv2 and SSHv1 protocol
+COMMENT= SSHv2+v1 protocol library; libssh.org version ${VER}
LICENSE= 2-clause-bsd
DIST_SUBDIR= security