diff options
author | sf <sf@FreeBSD.org> | 2005-02-04 07:38:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-02-04 07:38:30 +0800 |
commit | d75d6833929290045cb04bf57c083b634f5e0afa (patch) | |
tree | 7c9aea145910f953f276b77710ea15e1e0d2e34b /audio/aureal-kmod | |
parent | def3f07f51b1aea41e6855f0f7107b33d24ed88e (diff) | |
download | freebsd-ports-gnome-d75d6833929290045cb04bf57c083b634f5e0afa.tar.gz freebsd-ports-gnome-d75d6833929290045cb04bf57c083b634f5e0afa.tar.zst freebsd-ports-gnome-d75d6833929290045cb04bf57c083b634f5e0afa.zip |
fix fetch by separating DISTREVISION from PORTREVISION.
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/Makefile | 19 |
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 |