svn commit: r456430 - head/www/p5-Apache-MP3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 15 23:52:22 UTC 2017
Author: sunpoet
Date: Fri Dec 15 23:52:17 2017
New Revision: 456430
URL: https://svnweb.freebsd.org/changeset/ports/456430
Log:
Add removed Perl core module
- Add NO_ARCH
- Bump PORTREVISION for dependency change
PR: 224258
Reported by: Andrew Arensburger <arensb at ooblick.com>
Modified:
head/www/p5-Apache-MP3/Makefile
Modified: head/www/p5-Apache-MP3/Makefile
==============================================================================
--- head/www/p5-Apache-MP3/Makefile Fri Dec 15 23:52:12 2017 (r456429)
+++ head/www/p5-Apache-MP3/Makefile Fri Dec 15 23:52:17 2017 (r456430)
@@ -3,7 +3,7 @@
PORTNAME= Apache-MP3
PORTVERSION= 4.00
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,6 +12,7 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= MP3 browsing and streaming under mod_perl and Apache
BUILD_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav \
+ p5-CGI>=4.03:www/p5-CGI \
p5-CGI-Session>=0:www/p5-CGI-Session \
p5-MP3-Info>=0:audio/p5-MP3-Info \
p5-Ogg-Vorbis-Header>=0:audio/p5-Ogg-Vorbis-Header \
@@ -19,8 +20,9 @@ BUILD_DEPENDS= p5-Audio-Wav>=0:audio/p5-Audio-Wav \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
-USE_PERL5= configure
USE_APACHE= 22+
+USE_PERL5= configure
+NO_ARCH= yes
post-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
More information about the svn-ports-all
mailing list