Update to p5-Ogg-Vorbis-Header-0.05.

This commit is contained in:
ajacoutot 2016-08-27 20:37:17 +00:00
parent 4d1dda7600
commit 9a0540e08a
3 changed files with 9 additions and 10 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2016/03/20 19:56:06 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2016/08/27 20:37:17 ajacoutot Exp $
COMMENT= object-oriented interface to Ogg Vorbis information
MODULES= cpan
DISTNAME= Ogg-Vorbis-Header-0.03
REVISION= 7
DISTNAME= Ogg-Vorbis-Header-0.05
CATEGORIES= audio
# perl
@ -14,9 +13,9 @@ WANTLIB= c ogg perl vorbis vorbisfile
LIB_DEPENDS= audio/libvorbis
RUN_DEPENDS= devel/p5-Inline
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= devel/p5-Inline
pre-configure:
@sed -i 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
sed -i 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Ogg-Vorbis-Header-0.03.tar.gz) = poMQnzYl9w4BU46ye6wZ0/JxoDyumZxpQY8xr1Hf2YA=
SIZE (Ogg-Vorbis-Header-0.03.tar.gz) = 32410
SHA256 (Ogg-Vorbis-Header-0.05.tar.gz) = n+/SAxcMZa42JyVJdFVL5UL9OX3PynPF3F1U9/x592E=
SIZE (Ogg-Vorbis-Header-0.05.tar.gz) = 39332

View File

@ -1,7 +1,7 @@
--- Header.pm.orig Wed May 21 12:15:13 2003
+++ Header.pm Fri Dec 8 23:52:44 2006
--- Header.pm.orig Sun Jul 3 07:26:27 2016
+++ Header.pm Sat Aug 27 22:35:20 2016
@@ -7,7 +7,7 @@ use warnings;
our $VERSION = '0.03';
our $VERSION = '0.05';
use Inline C => 'DATA',
- LIBS => '-logg -lvorbis -lvorbisfile',