summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-08-15 05:15:12 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-08-15 05:15:12 +0000
commit222bc842a160400bd1d47c49160c7a518324fec8 (patch)
tree165422cf260c51ab8b1c14ad4177db29130a8e02 /news
parentUpdate to 0.1.9. Did I mention this game rules? (diff)
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>
Notes
Notes: svn path=/head/; revision=31648
Diffstat (limited to 'news')
-rw-r--r--news/inn-stable/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index e88402da9567..e039bcd06923 100644
--- a/news/inn-stable/Makefile
+++ b/news/inn-stable/Makefile
@@ -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