From owner-svn-ports-all@FreeBSD.ORG Thu Nov 7 03:41:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A10213E3; Thu, 7 Nov 2013 03:41:17 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74A81267B; Thu, 7 Nov 2013 03:41:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA73fHqY084027; Thu, 7 Nov 2013 03:41:17 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA73fHeN084025; Thu, 7 Nov 2013 03:41:17 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201311070341.rA73fHeN084025@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 7 Nov 2013 03:41:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333055 - head/audio/aureal-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 03:41:17 -0000 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.