svn commit: r348413 - in head/www: mod_antiloris mod_log_sql2-dtc

Olli Hauer ohauer at FreeBSD.org
Sun Mar 16 14:35:56 UTC 2014


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
 


More information about the svn-ports-head mailing list