diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:56:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:56:44 +0800 |
commit | 7cad2ce816071f7d2afad5799466e6df990fe0a3 (patch) | |
tree | e48de60ae6af3c570b18c5b70fcaf0a110896436 /audio | |
parent | a8695d9360bb60410be2af0cc0c642c1625b9fba (diff) | |
download | freebsd-ports-gnome-7cad2ce816071f7d2afad5799466e6df990fe0a3.tar.gz freebsd-ports-gnome-7cad2ce816071f7d2afad5799466e6df990fe0a3.tar.zst freebsd-ports-gnome-7cad2ce816071f7d2afad5799466e6df990fe0a3.zip |
- Add LICENSE
- Strip shared library
- Regenerate patch file with makepatch:
- Sort PLIST
- Bump PORTREVISION for package change
- Pass maintainership to perl@
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Mixer/Makefile | 14 | ||||
-rw-r--r-- | audio/p5-Audio-Mixer/files/patch-Mix.c | 6 | ||||
-rw-r--r-- | audio/p5-Audio-Mixer/pkg-plist | 2 |
3 files changed, 15 insertions, 7 deletions
diff --git a/audio/p5-Audio-Mixer/Makefile b/audio/p5-Audio-Mixer/Makefile index bf3145b39479..7586ae62c96d 100644 --- a/audio/p5-Audio-Mixer/Makefile +++ b/audio/p5-Audio-Mixer/Makefile @@ -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> diff --git a/audio/p5-Audio-Mixer/files/patch-Mix.c b/audio/p5-Audio-Mixer/files/patch-Mix.c index 27a478aaa751..0daee9faf3f8 100644 --- a/audio/p5-Audio-Mixer/files/patch-Mix.c +++ b/audio/p5-Audio-Mixer/files/patch-Mix.c @@ -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 diff --git a/audio/p5-Audio-Mixer/pkg-plist b/audio/p5-Audio-Mixer/pkg-plist index 211a3c374486..31b14d564132 100644 --- a/audio/p5-Audio-Mixer/pkg-plist +++ b/audio/p5-Audio-Mixer/pkg-plist @@ -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 |