summaryrefslogtreecommitdiff
path: root/sysutils/radmind/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2010-09-09 13:58:00 +0000
committerhauke <hauke@pkgsrc.org>2010-09-09 13:58:00 +0000
commite8269884c2554fe1f5e65a046dd4eca0717bbf43 (patch)
treef1b4d79d5a6cb6ef7dd2d3472392152ce8874c59 /sysutils/radmind/Makefile
parent8f96a9d5bfb33f9563b87903e784efdf6cced7e5 (diff)
downloadpkgsrc-e8269884c2554fe1f5e65a046dd4eca0717bbf43.tar.gz
Package upgraded to 1.14.0rc1 - essentially bug fixes assembled in the
last two years. From the git commit log: 2010-06-23 Create longest possible path first in mkdirs routine. radmind-1.14.0rc1 2010-05-28 Updated radmind man page with CRL documentation. 2010-05-28 [Patch 2930172]: Add support for CRLs 2010-02-03 Fix: check argument count when encountering a minus... 2010-01-28 [Bug 2927309]: ktcheck cores with recursive command... 2010-01-20 Fix: -r (use randfile) was being ignored. 2010-01-13 [Patch 2931438]: Change port back to standard on failur... 2009-12-15 node_create sometimes takes a NULL transcript name. 2009-12-06 [Bug 1816150]: Can't replace dir with file. 2009-11-19 Accidentally placed dns_sd check in the PAM if-block. 2009-11-19 Pull Wes's path repetition dectection patch from CVS. 2009-11-19 Add --with-pam. 2009-11-17 [Patch 2899332] Fix and document -p option to ra.sh. 2009-11-11 [Patch 2524867] Add -p option for ra.sh (for port). 2009-11-11 [Patch 2877346] Add a copy mode to lmerge. 2009-11-11 Fix: missing closing quotation mark in lcksum error... 2009-10-28 [Bug 2887658]: fsdiff prints multiple lines for changin... 2009-10-15 Fix: lcksum crashes when given a minus (-) line with... 2009-10-15 Accept 2845279: Updated rash manpage 2009-09-11 Quick fix for pam_conv struct compiler nagging. 2009-09-11 Fix empty prepath check in lapply and lcksum 2009-08-18 Exclude leftovers from autoconf and git when making... 2009-08-18 Do not track configure script. 2009-08-01 Eliminate old workaround for broken mkdir on old versio... origin 2009-02-23 Only use $USERNAME if $USERAUTH is enabled. 2009-01-29 Fix bug 2541171. Patch from bawood at umich dot edu. 2008-12-11 Proof-of-concept code using Apple's FSEvents API. Can...
Diffstat (limited to 'sysutils/radmind/Makefile')
-rw-r--r--sysutils/radmind/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index ab592b392a5..b3a1dd33b17 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2010/09/09 13:06:19 hauke Exp $
+# $NetBSD: Makefile,v 1.25 2010/09/09 13:58:00 hauke Exp $
#
-DISTNAME= radmind-1.13.0
-PKGREVISION= 3
+DISTNAME= radmind-1.14.0rc1
+#PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}