svn commit: r396492 - head/www/mod_musicindex

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 13:58:37 UTC 2015


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


More information about the svn-ports-head mailing list