pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/zookeeper



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jul 24 16:28:35 UTC 2018

Modified Files:
        pkgsrc/devel/zookeeper: Makefile

Log Message:
zookeeper: Drop apache-ant dependency.

Let it be pulled in via apache-ivy, which will pull in the correct
version of apache-ant depending on the JDK in use.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/zookeeper/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/zookeeper/Makefile
diff -u pkgsrc/devel/zookeeper/Makefile:1.6 pkgsrc/devel/zookeeper/Makefile:1.7
--- pkgsrc/devel/zookeeper/Makefile:1.6 Wed Jul  4 13:40:16 2018
+++ pkgsrc/devel/zookeeper/Makefile     Tue Jul 24 16:28:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/07/04 13:40:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/24 16:28:35 jperkin Exp $
 #
 
 .include "Makefile.common"
@@ -8,7 +8,6 @@ COMMENT=                Highly reliable distributed co
 DISTFILES=                     ${DEFAULT_DISTFILES} ${DISTNAME}-deps.tar.gz
 SITES.${DISTNAME}-deps.tar.gz= ftp://ftp.NetBSD.org/pub/NetBSD/misc/fhajny/
 
-BUILD_DEPENDS+=                apache-ant-[0-9]*:../../devel/apache-ant
 BUILD_DEPENDS+=                apache-ivy>=2.2.0:../../devel/apache-ivy
 
 USE_JAVA=              yes



Home | Main Index | Thread Index | Old Index