svn commit: r400019 - head/devel/qsvn

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 23 12:48:15 UTC 2015


Author: amdmi3
Date: Fri Oct 23 12:48:13 2015
New Revision: 400019
URL: https://svnweb.freebsd.org/changeset/ports/400019

Log:
  - Fix IGNORE misuse

Modified:
  head/devel/qsvn/Makefile

Modified: head/devel/qsvn/Makefile
==============================================================================
--- head/devel/qsvn/Makefile	Fri Oct 23 12:44:38 2015	(r400018)
+++ head/devel/qsvn/Makefile	Fri Oct 23 12:48:13 2015	(r400019)
@@ -12,7 +12,7 @@ COMMENT=	Qt based GUI frontend for Subve
 
 LIB_DEPENDS=	libsvn_client-1.so:${PORTSDIR}/devel/subversion
 
-IGNORE=		does not support Subversion 1.9
+BROKEN=		does not support Subversion 1.9
 DEPRECATED=	Development discontinued since 2009
 EXPIRATION_DATE=	2015-11-23
 


More information about the svn-ports-all mailing list