From owner-svn-ports-all@FreeBSD.ORG Sat Jun 13 13:56:46 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BE1BD64; Sat, 13 Jun 2015 13:56:46 +0000 (UTC) (envelope-from sunpoet@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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40378A6F; Sat, 13 Jun 2015 13:56:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DDuk8Q057459; Sat, 13 Jun 2015 13:56:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DDujC7057453; Sat, 13 Jun 2015 13:56:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506131356.t5DDujC7057453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Jun 2015 13:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389426 - in head/audio/p5-Audio-Mixer: . files 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.20 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: Sat, 13 Jun 2015 13:56:46 -0000 Author: sunpoet Date: Sat Jun 13 13:56:44 2015 New Revision: 389426 URL: https://svnweb.freebsd.org/changeset/ports/389426 Log: - Add LICENSE - Strip shared library - Regenerate patch file with makepatch: - Sort PLIST - Bump PORTREVISION for package change - Pass maintainership to perl@ Modified: head/audio/p5-Audio-Mixer/Makefile head/audio/p5-Audio-Mixer/files/patch-Mix.c head/audio/p5-Audio-Mixer/pkg-plist Modified: head/audio/p5-Audio-Mixer/Makefile ============================================================================== --- head/audio/p5-Audio-Mixer/Makefile Sat Jun 13 13:56:29 2015 (r389425) +++ head/audio/p5-Audio-Mixer/Makefile Sat Jun 13 13:56:44 2015 (r389426) @@ -3,16 +3,24 @@ PORTNAME= Audio-Mixer PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Sound Mixer control +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure USES= perl5 shebangfix SHEBANG_FILES= volume.pl -USE_PERL5= configure + +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so .include Modified: head/audio/p5-Audio-Mixer/files/patch-Mix.c ============================================================================== --- head/audio/p5-Audio-Mixer/files/patch-Mix.c Sat Jun 13 13:56:29 2015 (r389425) +++ head/audio/p5-Audio-Mixer/files/patch-Mix.c Sat Jun 13 13:56:44 2015 (r389426) @@ -1,6 +1,6 @@ ---- ./Mix.c.orig 2011-06-21 21:06:03.000000000 +0200 -+++ ./Mix.c 2011-06-21 21:06:53.000000000 +0200 -@@ -78,7 +78,7 @@ +--- Mix.c.orig 2003-03-27 05:43:11 UTC ++++ Mix.c +@@ -78,7 +78,7 @@ close_mixer() { #ifdef DEBUG fprintf(stderr, "close_mixer()\n"); #endif Modified: head/audio/p5-Audio-Mixer/pkg-plist ============================================================================== --- head/audio/p5-Audio-Mixer/pkg-plist Sat Jun 13 13:56:29 2015 (r389425) +++ head/audio/p5-Audio-Mixer/pkg-plist Sat Jun 13 13:56:44 2015 (r389426) @@ -1,5 +1,5 @@ -%%SITE_ARCH%%/Audio/volume.pl %%SITE_ARCH%%/Audio/Mixer.pm +%%SITE_ARCH%%/Audio/volume.pl %%SITE_ARCH%%/auto/Audio/Mixer/Mixer.so %%SITE_ARCH%%/auto/Audio/Mixer/autosplit.ix %%PERL5_MAN3%%/Audio::Mixer.3.gz