svn commit: r333055 - head/audio/aureal-kmod

Alexey Dokuchaev danfe at FreeBSD.org
Thu Nov 7 03:41:17 UTC 2013


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 at 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.


More information about the svn-ports-head mailing list