Since net/xrdp-devel has been committed, - Add CONFLICTS with net/xrdp-devel Fix: Patch attached with submission follows:
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Sun Feb 17 21:52:11 2013 New Revision: 312453 URL: http://svnweb.freebsd.org/changeset/ports/312453 Log: - Add CONFLICTS with net/xrdp-devel PR: ports/175675 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Modified: head/net/xrdp/Makefile Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Sun Feb 17 21:46:22 2013 (r312452) +++ head/net/xrdp/Makefile Sun Feb 17 21:52:11 2013 (r312453) @@ -3,7 +3,7 @@ PORTNAME= xrdp PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/xrdp/xrdp/${PORTVERSION} @@ -27,6 +27,7 @@ USE_RC_SUBR= xrdp CONFIGURE_ARGS= --localstatedir=/var LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +CONFLICTS= xrdp-devel-[0-9]* USE_LDCONFIG= ${PREFIX}/lib/xrdp _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!