svn commit: r388069 - head/audio/p5-Ogg-Vorbis-Header-PurePerl

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 31 13:16:00 UTC 2015


Author: amdmi3
Date: Sun May 31 13:15:59 2015
New Revision: 388069
URL: https://svnweb.freebsd.org/changeset/ports/388069

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile

Modified: head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile
==============================================================================
--- head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile	Sun May 31 13:15:39 2015	(r388068)
+++ head/audio/p5-Ogg-Vorbis-Header-PurePerl/Makefile	Sun May 31 13:15:59 2015	(r388069)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Ogg-Vorbis-Header-PurePerl
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,9 @@ COMMENT=	Manipulate / fetch info from Og
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	ogginfo.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list