diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-29 05:16:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-29 05:16:32 +0000 |
commit | 46184381346f89a1065b39b8fb181a11ab597528 (patch) | |
tree | 376181ff534f89e250da8017bbb8cdb5989239a3 /german/ispell | |
parent | Update manpage to refer to diskcheckd.conf in new location (diff) |
problem:
revision is ofen misleading when slave ports have own PORTVERSION,
maintainer has to bump local PORTREVISION fore each master port change.
de-ispell-20001109_2 (master: 3.2.04_1)
de-ispell-20001109 (master: 3.2.05)
use of PKGNAMESUFFIX traces version better:
testpatterns:
$ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05_1
=
-------------------------------------------v
$ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05
>
-----------------------------------------------------------------------v
$ pkg_version -t de-ispell-20001109-3.2.05_1 de-ispell-20001109-3.2.05_2
<
------------------------------v
$ pkg_version -t de-ispell-20011109-3.2.05_1 de-ispell-20001109-3.2.05_1
>
------------------------------v
$ pkg_version -t de-ispell-20011109-3.2.05_1 de-ispell-20001109-3.2.05_2
>
Transition from old method to new:
$ pkg_version -t de-ispell-20011109_3 de-ispell-20011109-3.2.05_2
<
Approved by: alex@big.endian.de
Notes
Notes:
svn path=/head/; revision=47057
Diffstat (limited to '')
-rw-r--r-- | german/ispell-alt/Makefile | 10 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 9 | ||||
-rw-r--r-- | german/ispell/Makefile | 8 |
3 files changed, 12 insertions, 15 deletions
diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile index b91120039127..fc41ba1fd7d2 100644 --- a/german/ispell-alt/Makefile +++ b/german/ispell-alt/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # +PORTNAME= ispell +CATEGORIES= german +PKGNAMESUFFIX= -alt-19991219 + MAINTAINER= alex@FreeBSD.org ISPELL_DEALT= yes -PORTNAME= ispell -PORTVERSION= 19991219 -PORTREVISION= 3 -CATEGORIES= german -PKGNAMESUFFIX= -alt MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) @@ -20,4 +19,3 @@ MASTERDIR= ${.CURDIR}/../../textproc/ispell .endif .include "${MASTERDIR}/Makefile" - diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile index 5b2436cb8ba5..9eba4bd41c03 100644 --- a/german/ispell-neu/Makefile +++ b/german/ispell-neu/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # +PORTNAME= ispell +CATEGORIES= german +PKGNAMESUFFIX= -neu-20001109 + MAINTAINER= alex@FreeBSD.org ISPELL_DENEU= yes -PORTNAME= ispell -PORTVERSION= 20001109 -PORTREVISION= 3 -CATEGORIES= german -PKGNAMESUFFIX= -neu MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) diff --git a/german/ispell/Makefile b/german/ispell/Makefile index 91143ffcf719..f6fb92b08bab 100644 --- a/german/ispell/Makefile +++ b/german/ispell/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # +PORTNAME= ispell +CATEGORIES= german +PKGNAMESUFFIX= -20001109 + MAINTAINER= alex@FreeBSD.org ISPELL_DEALT= yes ISPELL_DENEU= yes -PORTNAME= ispell -PORTVERSION= 20001109 -PORTREVISION= 3 -CATEGORIES= german MASTERDIR= ${.CURDIR}/../../textproc/ispell .if exists(${.CURDIR}/Makefile.local) |