Index: head/audio/p5-Ogg-Vorbis-Header/Makefile =================================================================== --- head/audio/p5-Ogg-Vorbis-Header/Makefile (revision 417947) +++ head/audio/p5-Ogg-Vorbis-Header/Makefile (revision 417948) @@ -1,27 +1,26 @@ # Created by: Simon Barner # $FreeBSD$ PORTNAME= Ogg-Vorbis-Header -PORTVERSION= 0.03 -PORTREVISION= 6 +PORTVERSION= 0.04 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual BUILD_DEPENDS= p5-Inline>=0:devel/p5-Inline \ p5-Inline-C>=0:devel/p5-Inline-C LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure .include Index: head/audio/p5-Ogg-Vorbis-Header/distinfo =================================================================== --- head/audio/p5-Ogg-Vorbis-Header/distinfo (revision 417947) +++ head/audio/p5-Ogg-Vorbis-Header/distinfo (revision 417948) @@ -1,2 +1,3 @@ -SHA256 (Ogg-Vorbis-Header-0.03.tar.gz) = a683109f3625f70e01538eb27bac19d3f271a03cae999c69418f31af51dfd980 -SIZE (Ogg-Vorbis-Header-0.03.tar.gz) = 32410 +TIMESTAMP = 1467505881 +SHA256 (Ogg-Vorbis-Header-0.04.tar.gz) = fd76109ca5a09c37a049a857d37d6fcd2b0cbde796ed98ce9a36c6e35c4f1df7 +SIZE (Ogg-Vorbis-Header-0.04.tar.gz) = 28890 Index: head/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm =================================================================== --- head/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm (revision 417947) +++ head/audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm (revision 417948) @@ -1,13 +1,13 @@ ---- Header.pm.orig Tue Oct 18 17:10:12 2005 -+++ Header.pm Tue Oct 18 17:08:08 2005 -@@ -7,8 +7,8 @@ - our $VERSION = '0.03'; +--- Header.pm.orig 2016-07-01 18:06:38 UTC ++++ Header.pm +@@ -7,8 +7,8 @@ use warnings; + our $VERSION = '0.04'; use Inline C => 'DATA', - LIBS => '-logg -lvorbis -lvorbisfile', - INC => '-I/inc', + LIBS => '-L${LOCALBASE}/lib -logg -lvorbis -lvorbisfile', + INC => '-I${LOCALBASE}/include', AUTO_INCLUDE => '#include "inc/vcedit.h"', AUTO_INCLUDE => '#include "inc/vcedit.c"', - VERSION => '0.03', + VERSION => '0.04',