Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:56:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201506131356.t5DDujC7057453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131356.t5DDujC7057453>