svn commit: r498899 - head/devel/subversive

Kurt Jaeger pi at FreeBSD.org
Sun Apr 14 12:25:09 UTC 2019


Author: pi
Date: Sun Apr 14 12:25:08 2019
New Revision: 498899
URL: https://svnweb.freebsd.org/changeset/ports/498899

Log:
  devel/subversive: unbreak after java/eclipse got its Makefile.plugins back
  
  - testbuild is OK
  
  PR:		237280

Modified:
  head/devel/subversive/Makefile

Modified: head/devel/subversive/Makefile
==============================================================================
--- head/devel/subversive/Makefile	Sun Apr 14 12:16:22 2019	(r498898)
+++ head/devel/subversive/Makefile	Sun Apr 14 12:25:08 2019	(r498899)
@@ -13,8 +13,6 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTOR
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Eclipse plug-in that provides Subversion support
 
-BROKEN=		after java/eclipse update
-
 LICENSE=	EPL
 
 RUN_DEPENDS=	eclipse:java/eclipse
@@ -24,7 +22,6 @@ CONNECTORS=	Subversive-connectors-allplatforms-4.0.2.I
 USES=		zip
 NO_WRKSUBDIR=	yes
 
-# do not include, file went away after java/eclipse update
-# .include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
+.include "${.CURDIR}/../../java/eclipse/Makefile.plugins"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list