svn commit: r389426 - in head/audio/p5-Audio-Mixer: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:56:46 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	perl at 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


More information about the svn-ports-all mailing list