diff options
author | andreas <andreas@FreeBSD.org> | 2000-08-15 13:15:12 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-08-15 13:15:12 +0800 |
commit | b43a4cb7f8f2665a039e50ea2a90039c950de587 (patch) | |
tree | e5ed98d7e2618f1842a0e622ffbb85e0eab6a356 /news | |
parent | 823656b95322c24ad7010632c4ff8d3c0881cc15 (diff) | |
download | freebsd-ports-gnome-b43a4cb7f8f2665a039e50ea2a90039c950de587.tar.gz freebsd-ports-gnome-b43a4cb7f8f2665a039e50ea2a90039c950de587.tar.zst freebsd-ports-gnome-b43a4cb7f8f2665a039e50ea2a90039c950de587.zip |
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>
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/Makefile | 7 |
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 |