1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

fix fetch by separating DISTREVISION from PORTREVISION.

This commit is contained in:
FUJISHIMA Satsuki 2005-02-03 23:38:30 +00:00
parent ef1aaa5784
commit 4cc6156caa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128004

View File

@ -7,10 +7,10 @@
PORTNAME= aureal-kmod
PORTVERSION= 1.5
PORTREVISION= 4.1
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://home.columbus.rr.com/amatey/au88x0/
DISTNAME= au88x0-${PORTVERSION}_${PORTREVISION}
DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION}
MAINTAINER= ports@matey.org
COMMENT= A FreeBSD Driver for Aureal Vortex based soundcards
@ -44,7 +44,8 @@ IGNORE= "FreeBSD 3.*, 4.0 are not supported"
.elif ${OSVERSION} < 420000
# FreeBSD 4.1, 4.1.1
PORTVERSION= 1.1
PORTREVISION= 3.1
DISTREVISION= 3
PORTREVISION= 4
.elif ${OSVERSION} < 440000
# FreeBSD 4.2, 4.3
@ -52,18 +53,21 @@ PORTVERSION= 1.3
.if ${VERSION_SOUND_C_MINOR} < 4
# FreeBSD 4.2 before kobj MFC
PORTREVISION= 1.1
DISTREVISION= 1
PORTREVISION= 2
.else
# FreeBSD 4.2 after kobj MFC, FreeBSD 4.3
PORTREVISION= 2.1
DISTREVISION= 2
PORTREVISION= 3
MAKE_ENV+= HAVE_KOBJ_PCM=1
.endif
.elif ${OSVERSION} < 450004
# FreeBSD 4.4, 4.5-
PORTVERSION= 1.3
PORTREVISION= 3.1
DISTREVISION= 3
PORTREVISION= 4
MAKE_ENV+= HAVE_KOBJ_PCM=1
.elif ${OSVERSION} < 500000
@ -72,7 +76,8 @@ MAKE_ENV+= HAVE_KOBJ_PCM=1
IGNORE= "Base system is outdated. This port needs -STABLE after 2002-04-22."
.endif
PORTVERSION= 1.3
PORTREVISION= 4.1
DISTREVISION= 4
PORTREVISION= 5
MAKE_ENV+= HAVE_KOBJ_PCM=1
.endif