From the patch submission:

Right now it's difficult to determine if one must upgrade the
currently installed server as the pkg_info reports one has
"inn-stable-v22" installed.
With this patch it's easier to compare the installed version against
/usr/ports/INDEX as the version tag changes when you upgrade the port.

Submitted by:	Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
This commit is contained in:
Andreas Klemm 2000-08-15 05:15:12 +00:00
parent 89189adf81
commit 222bc842a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31648

View File

@ -4,13 +4,14 @@
#
# $FreeBSD$
PORTNAME= inn-stable
PORTVERSION= v22
PORTNAME= inn
PORTVERSION= 2.2.${STABLE}
STABLE= 20000709
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.isc.org/isc/inn/snapshots/
MASTER_SITE_SUBDIR= andreas
DISTNAME= inn-STABLE-20000709
DISTNAME= inn-STABLE-${STABLE}
MAINTAINER= andreas@FreeBSD.org