summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoris <is>2013-02-01 21:55:55 +0000
committeris <is>2013-02-01 21:55:55 +0000
commit9d227eb3a7761ab182e57cf95166de399083021f (patch)
treef6680f3e24c84c55a868049b04a5bb63aa62a4dc /security
parentd7d4ec9ef093a21a546c817aba5578c4fb8d7c14 (diff)
downloadpkgsrc-9d227eb3a7761ab182e57cf95166de399083021f.tar.gz
Make pkg_info show the upstream version, for comparison to advisories etc.
Diffstat (limited to 'security')
-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