Date: Tue, 4 Apr 2017 09:23:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437712 - head/databases/xapian-core10 Message-ID: <201704040923.v349NNBT087583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 4 09:23:23 2017 New Revision: 437712 URL: https://svnweb.freebsd.org/changeset/ports/437712 Log: Add CONFLICTS_INSTALL and update WWW Modified: head/databases/xapian-core10/Makefile head/databases/xapian-core10/pkg-descr Modified: head/databases/xapian-core10/Makefile ============================================================================== --- head/databases/xapian-core10/Makefile Tue Apr 4 09:02:07 2017 (r437711) +++ head/databases/xapian-core10/Makefile Tue Apr 4 09:23:23 2017 (r437712) @@ -13,6 +13,8 @@ COMMENT= Probabilistic text search datab LICENSE= GPLv2 +CONFLICTS_INSTALL= xapian-core- xapian-core12- + USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/databases/xapian-core10/pkg-descr ============================================================================== --- head/databases/xapian-core10/pkg-descr Tue Apr 4 09:02:07 2017 (r437711) +++ head/databases/xapian-core10/pkg-descr Tue Apr 4 09:23:23 2017 (r437712) @@ -16,4 +16,4 @@ Xapian features include: - Platform independent data formats - Allows simultaneous update and searching. -WWW: http://www.xapian.org +WWW: https://xapian.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704040923.v349NNBT087583>