pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-rugged



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 27 16:42:42 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-rugged: Makefile

Log Message:
devel/ruby-rugged: remove extra BUILDLINK_API_DEPENDS.libgit2

Remove extra BUILDLINK_API_DEPENDS.libgit2 since it is not required any
more.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-rugged/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/ruby-rugged/Makefile
diff -u pkgsrc/devel/ruby-rugged/Makefile:1.18 pkgsrc/devel/ruby-rugged/Makefile:1.19
--- pkgsrc/devel/ruby-rugged/Makefile:1.18      Wed Feb 27 16:33:50 2019
+++ pkgsrc/devel/ruby-rugged/Makefile   Wed Feb 27 16:42:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/02/27 16:33:50 taca Exp $
+# $NetBSD: Makefile,v 1.19 2019/02/27 16:42:42 taca Exp $
 
 DISTNAME=      rugged-0.28.0
 CATEGORIES=    devel
@@ -12,9 +12,6 @@ USE_TOOLS+=   cmake pkg-config
 
 CONFIGURE_ARGS+=       --use-system-libraries
 
-# require libgit2 0.27.5 or later.
-BUILDLINK_API_DEPENDS.libgit2+=        libgit2>=0.27.5
-
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index