aboutsummaryrefslogtreecommitdiff
path: root/audio/aureal-kmod
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-03 23:38:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-03 23:38:30 +0000
commit4cc6156caaebfb27ef3ac6680160e8fefcc6577e (patch)
tree81aaf63c8cea7c253acaf38b6af0716a120d40e3 /audio/aureal-kmod
parentef1aaa5784eae1cc4b891cc5f876f54866fa760a (diff)
downloadports-4cc6156caaebfb27ef3ac6680160e8fefcc6577e.tar.gz
ports-4cc6156caaebfb27ef3ac6680160e8fefcc6577e.zip
fix fetch by separating DISTREVISION from PORTREVISION.
Notes
Notes: svn path=/head/; revision=128004
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r--audio/aureal-kmod/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
index 9bc5b055d769..693adc9e3690 100644
--- a/audio/aureal-kmod/Makefile
+++ b/audio/aureal-kmod/Makefile
@@ -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