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

Akinori MUSHA knu at FreeBSD.org
Thu Apr 25 08:34:20 UTC 2013


Author: knu
Date: Thu Apr 25 08:34:19 2013
New Revision: 316506
URL: http://svnweb.freebsd.org/changeset/ports/316506

Log:
  - Fix problem that options dialog is popd up even if there is already
    saved file.
  
  - Remove CONFLICTS because it matches databases/ruby-bdb itself
    (Spotted by portlint).
  
  PR:		ports/178107
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/databases/ruby-bdb/Makefile

Modified: head/databases/ruby-bdb/Makefile
==============================================================================
--- head/databases/ruby-bdb/Makefile	Thu Apr 25 06:48:09 2013	(r316505)
+++ head/databases/ruby-bdb/Makefile	Thu Apr 25 08:34:19 2013	(r316506)
@@ -18,9 +18,8 @@ COMMENT=	Ruby interface to Oracle Berkel
 USE_BDB=	yes
 USE_BZIP2=	yes
 
-CONFLICTS=	${PKGNAMEPREFIX}${PORTNAME}[2-4]*
-
 OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONSFILE=	${PORT_DBDIR}/ruby-${PORTNAME}/options
 
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes


More information about the svn-ports-all mailing list