Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2014 14:35:56 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348413 - in head/www: mod_antiloris mod_log_sql2-dtc
Message-ID:  <201403161435.s2GEZutS005307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Mar 16 14:35:55 2014
New Revision: 348413
URL: http://svnweb.freebsd.org/changeset/ports/348413
QAT: https://qat.redports.org/buildarchive/r348413/

Log:
  - USE_BZIP2 -> USES=tar:bzip2

Modified:
  head/www/mod_antiloris/Makefile
  head/www/mod_log_sql2-dtc/Makefile

Modified: head/www/mod_antiloris/Makefile
==============================================================================
--- head/www/mod_antiloris/Makefile	Sun Mar 16 14:30:28 2014	(r348412)
+++ head/www/mod_antiloris/Makefile	Sun Mar 16 14:35:55 2014	(r348413)
@@ -12,7 +12,7 @@ COMMENT=	Protect Apache 2.x against the 
 
 LICENSE=	APACHE20
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_APACHE=	22
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes

Modified: head/www/mod_log_sql2-dtc/Makefile
==============================================================================
--- head/www/mod_log_sql2-dtc/Makefile	Sun Mar 16 14:30:28 2014	(r348412)
+++ head/www/mod_log_sql2-dtc/Makefile	Sun Mar 16 14:35:55 2014	(r348413)
@@ -22,8 +22,7 @@ DBI_LIB_DEPENDS=	libdbi.so:${PORTSDIR}/d
 
 LATEST_LINK=	mod_log_sql2-dtc
 GNU_CONFIGURE=	yes
-USES=		gmake
-USE_BZIP2=	yes
+USES=		gmake tar:bzip2
 USE_APACHE=	22
 USE_MYSQL=	yes
 



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