Date: Thu, 25 Apr 2013 08:34:19 +0000 (UTC) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316506 - head/databases/ruby-bdb Message-ID: <201304250834.r3P8YJ6g071374@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304250834.r3P8YJ6g071374>