1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
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
This commit is contained in:
Dirk Meyer 2001-08-29 05:16:32 +00:00
parent e1a24b66ad
commit 4618438134
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47057
3 changed files with 12 additions and 15 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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)