pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-net-pop



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  3 12:54:23 UTC 2022

Modified Files:
        pkgsrc/net/ruby-net-pop: Makefile

Log Message:
net/ruby-net-pop: missing include

Include ../../lang/ruby/rubyversion.mk before use RUBY_NET_POP_VER.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ruby-net-pop/Makefile

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

Modified files:

Index: pkgsrc/net/ruby-net-pop/Makefile
diff -u pkgsrc/net/ruby-net-pop/Makefile:1.4 pkgsrc/net/ruby-net-pop/Makefile:1.5
--- pkgsrc/net/ruby-net-pop/Makefile:1.4        Sat Dec  3 12:36:52 2022
+++ pkgsrc/net/ruby-net-pop/Makefile    Sat Dec  3 12:54:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/12/03 12:36:52 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/03 12:54:23 taca Exp $
 
 DISTNAME=      net-pop-0.1.2
 CATEGORIES=    net mail
@@ -15,6 +15,8 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-digest>=0:..
 
 USE_LANGUAGES= # none
 
+.include "../../lang/ruby/rubyversion.mk"
+
 .if "net-pop-${RUBY_NET_POP_VER}" == ${DISTNAME}
 PKG_SKIP_REASON+=      "${DISTNAME} is included in ${RUBY_BASE}"
 .endif



Home | Main Index | Thread Index | Old Index