pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q2]: pkgsrc/security/pflkm Pullup ticket 561 - requested b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13fe24392127
branches: pkgsrc-2005Q2
changeset: 495820:13fe24392127
user: salo <salo%pkgsrc.org@localhost>
date: Fri Jun 24 08:46:22 2005 +0000
description:
Pullup ticket 561 - requested by Johnny C. Lam
fix built-in detection in pflkm
Revisions pulled up:
- pkgsrc/security/pflkm/builtin.mk 1.5
Module Name: pkgsrc
Committed By: peter
Date: Thu Jun 23 19:32:43 UTC 2005
Modified Files:
pkgsrc/security/pflkm: builtin.mk
Log Message:
BUILTIN_PKG should contain the package name, otherwise the builtin
detection doesn't work properly.
diffstat:
security/pflkm/builtin.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r d25c8cdaf1f1 -r 13fe24392127 security/pflkm/builtin.mk
--- a/security/pflkm/builtin.mk Fri Jun 24 08:41:19 2005 +0000
+++ b/security/pflkm/builtin.mk Fri Jun 24 08:46:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: builtin.mk,v 1.4.2.1 2005/06/24 08:46:22 salo Exp $
BUILTIN_PKG:= pflkm
@@ -48,13 +48,13 @@
.if !defined(BUILTIN_PKG.pflkm) && \
!empty(IS_BUILTIN.pflkm:M[yY][eE][sS])
. if ${PF_VERSION} == "3.7"
-BUILTIN_PKG.pflkm= 20050519 # release date for PF API 3.7
+BUILTIN_PKG.pflkm= pflkm-20050519 # release date for PF API 3.7
. elif ${PF_VERSION} == "3.6"
-BUILTIN_PKG.pflkm= 20041101 # release date for PF API 3.6
+BUILTIN_PKG.pflkm= pflkm-20041101 # release date for PF API 3.6
. elif ${PF_VERSION} == "3.5"
-BUILTIN_PKG.pflkm= 20040501 # release date for PF API 3.5
+BUILTIN_PKG.pflkm= pflkm-20040501 # release date for PF API 3.5
. else
-BUILTIN_PKG.pflkm= 20040501 # release date for PF API 3.5
+BUILTIN_PKG.pflkm= pflkm-20040501 # release date for PF API 3.5
. endif
.endif
MAKEVARS+= BUILTIN_PKG.pflkm
Home |
Main Index |
Thread Index |
Old Index