Make pkg_info show the upstream version, for comparison to advisories etc.
This commit is contained in:
parent
93d8ddae69
commit
ab202964fb
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue