Received: by mail.netbsd.org (Postfix, from userid 605) id C761D84DC8; Sat, 16 Sep 2017 09:36:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 59DCA84DC7 for ; Sat, 16 Sep 2017 09:36:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wzg_xSTHSq7b for ; Sat, 16 Sep 2017 09:36:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B162184D5B for ; Sat, 16 Sep 2017 09:36:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC229FA9A; Sat, 16 Sep 2017 09:36:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505554608108650" MIME-Version: 1.0 Date: Sat, 16 Sep 2017 09:36:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/openal-soft To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170916093648.AC229FA9A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1505554608108650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 16 09:36:48 UTC 2017 Modified Files: pkgsrc/audio/openal-soft: Makefile Log Message: openal-soft: Improve HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/openal-soft/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505554608108650 Content-Disposition: inline Content-Length: 733 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/openal-soft/Makefile diff -u pkgsrc/audio/openal-soft/Makefile:1.5 pkgsrc/audio/openal-soft/Makefile:1.6 --- pkgsrc/audio/openal-soft/Makefile:1.5 Wed Sep 13 08:08:22 2017 +++ pkgsrc/audio/openal-soft/Makefile Sat Sep 16 09:36:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/13 08:08:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/16 09:36:48 wiz Exp $ DISTNAME= openal-soft-1.18.1 CATEGORIES= audio @@ -6,7 +6,7 @@ MASTER_SITES= http://kcat.strangesoft.ne EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://kcat.strangesoft.net/ +HOMEPAGE= http://kcat.strangesoft.net/openal.html COMMENT= Alternative OpenAL implementation LICENSE= gnu-lgpl-v2 --_----------=_1505554608108650--