pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/asterisk



Module Name:    pkgsrc
Committed By:   cherry
Date:           Tue Feb 21 05:25:13 UTC 2017

Modified Files:
        pkgsrc/comms/asterisk: buildlink3.mk

Log Message:
Add an upper API version restriction.
The current only user of this buildlink file is asterisk-chan-dongle
(which is yet to be committed).
With further users, comms/asterisk may need to find a version specific
directory as newer versions are imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/asterisk/buildlink3.mk

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

Modified files:

Index: pkgsrc/comms/asterisk/buildlink3.mk
diff -u pkgsrc/comms/asterisk/buildlink3.mk:1.1 pkgsrc/comms/asterisk/buildlink3.mk:1.2
--- pkgsrc/comms/asterisk/buildlink3.mk:1.1     Fri Feb 10 11:01:48 2017
+++ pkgsrc/comms/asterisk/buildlink3.mk Tue Feb 21 05:25:13 2017
@@ -1,11 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2017/02/10 11:01:48 cherry Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2017/02/21 05:25:13 cherry Exp $
 
 BUILDLINK_TREE+=       asterisk
 
 .if !defined(ASTERISK_BUILDLINK3_MK)
 ASTERISK_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.asterisk+=       asterisk>=11.25.1nb1
+# Current user is comms/asterisk-chan-dongle, which is tied to v11.x
+BUILDLINK_API_DEPENDS.asterisk+=       asterisk>=11.25.1nb1<12
 BUILDLINK_PKGSRCDIR.asterisk?= ../../comms/asterisk
 .endif # ASTERISK_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index