pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/spread * Follow the new buildlink3 standard and ap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/410ff2f39e1b
branches:  trunk
changeset: 467029:410ff2f39e1b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 25 17:18:13 2004 +0000

description:
* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.

* Match the package version with the one from buildlink2.mk.

diffstat:

 net/spread/buildlink3.mk |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 492c7c4f170b -r 410ff2f39e1b net/spread/buildlink3.mk
--- a/net/spread/buildlink3.mk  Sun Jan 25 17:15:12 2004 +0000
+++ b/net/spread/buildlink3.mk  Sun Jan 25 17:18:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/01/24 21:24:09 recht Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/01/25 17:18:13 jlam Exp $
 #
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
@@ -9,10 +9,9 @@
 .endif
 
 .if !empty(SPREAD_BUILDLINK3_MK:M+)
-BUILDLINK_PACKAGES+=                   spread
-BUILDLINK_DEPENDS.spread?=             spread>=3.17.1nb1
-BUILDLINK_PKGSRCDIR.spread?=           ../../net/spread
-
+BUILDLINK_PACKAGES+=           spread
+BUILDLINK_DEPENDS.spread+=     spread>=3.17.1
+BUILDLINK_PKGSRCDIR.spread?=   ../../net/spread
 .endif # SPREAD_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index