Date: Thu, 7 Nov 2013 03:41:17 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333055 - head/audio/aureal-kmod Message-ID: <201311070341.rA73fHeN084025@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Nov 7 03:41:16 2013 New Revision: 333055 URL: http://svnweb.freebsd.org/changeset/ports/333055 Log: - Unbreak fetching by pointing MASTER_SITES to GOOGLE_CODE - Remove defunct mirrors and WWW link, primary website vanished - Drop article and improve on COMMENT, NO_PACKAGE message, etc. Modified: head/audio/aureal-kmod/Makefile head/audio/aureal-kmod/pkg-descr Modified: head/audio/aureal-kmod/Makefile ============================================================================== --- head/audio/aureal-kmod/Makefile Thu Nov 7 02:52:10 2013 (r333054) +++ head/audio/aureal-kmod/Makefile Thu Nov 7 03:41:16 2013 (r333055) @@ -5,28 +5,24 @@ PORTNAME= aureal PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= audio kld -MASTER_SITES= http://www.matey.org/au88x0/ \ - http://www.b1t.name/distfiles/ \ - http://aureal-snd.googlecode.com/files/ +MASTER_SITES= GOOGLE_CODE +PROJECTHOST= ${PORTNAME}-snd PKGNAMESUFFIX= -kmod -DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION} +DISTNAME= au88x0-${PORTVERSION}_4 MAINTAINER= c.kworr@gmail.com -COMMENT= A FreeBSD Driver for Aureal Vortex based soundcards +COMMENT= Driver for Aureal Vortex based soundcards -BROKEN= Does not fetch - -NO_PACKAGE= Should be in sync with the kernel to work correctly +NO_PACKAGE= should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o -DISTREVISION= 4 KMODDIR= ${PREFIX}/modules/au88x0 KMODDIR_REL= ${KMODDIR:S%${PREFIX}/%%} NO_STAGE= yes -USE_RC_SUBR= aureal +USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST= KMODDIR=${KMODDIR} Modified: head/audio/aureal-kmod/pkg-descr ============================================================================== --- head/audio/aureal-kmod/pkg-descr Thu Nov 7 02:52:10 2013 (r333054) +++ head/audio/aureal-kmod/pkg-descr Thu Nov 7 03:41:16 2013 (r333055) @@ -1,3 +1 @@ -FreeBSD Driver for Aureal Vortex based sound cards. - -WWW: http://www.matey.org/au88x0/ +FreeBSD driver for Aureal Vortex based sound cards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311070341.rA73fHeN084025>