svn commit: r362010 - head/databases/ruby-bdb

Matthias Andree mandree at FreeBSD.org
Tue Jul 15 21:41:31 UTC 2014


Author: mandree
Date: Tue Jul 15 21:41:30 2014
New Revision: 362010
URL: http://svnweb.freebsd.org/changeset/ports/362010
QAT: https://qat.redports.org/buildarchive/r362010/

Log:
  Modernize USE_BZIP2 -> USES=tar:bzip2 to fix DEVELOPER=yes warning.
  
  Approved by: portmgr (blanket)

Modified:
  head/databases/ruby-bdb/Makefile

Modified: head/databases/ruby-bdb/Makefile
==============================================================================
--- head/databases/ruby-bdb/Makefile	Tue Jul 15 21:29:23 2014	(r362009)
+++ head/databases/ruby-bdb/Makefile	Tue Jul 15 21:41:30 2014	(r362010)
@@ -16,7 +16,6 @@ MAINTAINER=	knu at FreeBSD.org
 COMMENT=	Ruby interface to Oracle Berkeley DB revision 2 or later
 
 USE_BDB=	yes
-USE_BZIP2=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 OPTIONSFILE=	${PORT_DBDIR}/ruby-${PORTNAME}/options
@@ -35,7 +34,7 @@ EXAMPLESDIR=	${RUBY_MODEXAMPLESDIR}
 PLIST_FILES=	%%RUBY_SITEARCHLIBDIR%%/bdb.so
 PORTDOCS=	*
 PORTEXAMPLES=	*
-USES=		shebangfix
+USES=		shebangfix tar:bzip2
 SHEBANG_FILES=	examples/record.rb \
 		examples/recno.rb \
 		examples/zeroc.rb \


More information about the svn-ports-head mailing list