Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 13:58:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396492 - head/www/mod_musicindex
Message-ID:  <201509091358.t89Dwb4a015215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 13:58:36 2015
New Revision: 396492
URL: https://svnweb.freebsd.org/changeset/ports/396492

Log:
  - Switch to USES=libarchive as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/www/mod_musicindex/Makefile

Modified: head/www/mod_musicindex/Makefile
==============================================================================
--- head/www/mod_musicindex/Makefile	Wed Sep  9 13:58:31 2015	(r396491)
+++ head/www/mod_musicindex/Makefile	Wed Sep  9 13:58:36 2015	(r396492)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mod_musicindex
 PORTVERSION=	1.4.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www audio
 MASTER_SITES=	http://hacks.slashdirt.org/musicindex/
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
@@ -13,6 +13,7 @@ COMMENT=	Apache module that allows downl
 
 LICENSE=	LGPL21
 
+USES=		libarchive
 USE_APACHE=	22
 
 OPTIONS_DEFINE=	NLS FLAC MP3 MP4 VORBIS LIBARCHIVE FILECACHE MYSQLCACHE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091358.t89Dwb4a015215>