Date: Thu, 15 Nov 2012 23:31:37 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307469 - head/news/s-news Message-ID: <201211152331.qAFNVbfH075986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Nov 15 23:31:37 2012 New Revision: 307469 URL: http://svnweb.freebsd.org/changeset/ports/307469 Log: Update CONFLICTS. [1] Remove API version from gdbm library. Suggested by: ketas's ports conflicts checker Feature safe: yes Modified: head/news/s-news/Makefile (contents, props changed) Modified: head/news/s-news/Makefile ============================================================================== --- head/news/s-news/Makefile Thu Nov 15 23:30:32 2012 (r307468) +++ head/news/s-news/Makefile Thu Nov 15 23:31:37 2012 (r307469) @@ -14,9 +14,9 @@ MASTER_SITES= http://www.lost.org.uk/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple news server for hosts with one or two users -LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm -CONFLICTS= nntp-[0-9]* +CONFLICTS= leafnode-[1-9]* nntp-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-confdir=${PREFIX}/etc/s-news \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211152331.qAFNVbfH075986>