summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-07-17 21:00:34 +0000
committerasau <asau@pkgsrc.org>2012-07-17 21:00:34 +0000
commit2f6cecdc8feede7e7b67e2671dd1211c0c82957a (patch)
tree249e5929caf6d1b8994f4482b374f2ee5367615f
parent624fb8ed033578b7634e6998971308953aa15c8a (diff)
downloadpkgsrc-2f6cecdc8feede7e7b67e2671dd1211c0c82957a.tar.gz
Update ipa to 2.1.2
From Andrey Simonenko in PR pkg/46712 Changes: * autoconf 2.68 -> 2.69, automake 1.11.1 -> 1.12.2. * Corrected compilation with --enable-ctl-creds on NetBSD. * Corrected output for "ipactl -a ... status". * Corrected work with the -n switch in ipactl. Package changes: * Removed the ipa-memfunc-debug option.
-rw-r--r--sysutils/ipa/Makefile4
-rw-r--r--sysutils/ipa/distinfo8
-rw-r--r--sysutils/ipa/options.mk11
3 files changed, 8 insertions, 15 deletions
diff --git a/sysutils/ipa/Makefile b/sysutils/ipa/Makefile
index ce89a6a0309..9d316816638 100644
--- a/sysutils/ipa/Makefile
+++ b/sysutils/ipa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2011/11/23 07:51:54 obache Exp $
+# $NetBSD: Makefile,v 1.15 2012/07/17 21:00:34 asau Exp $
#
-DISTNAME= ipa-2.1.1
+DISTNAME= ipa-2.1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/}
EXTRACT_SUFX= .tar.bz2
diff --git a/sysutils/ipa/distinfo b/sysutils/ipa/distinfo
index f6b4906f4b7..58daa3377ad 100644
--- a/sysutils/ipa/distinfo
+++ b/sysutils/ipa/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2011/11/23 07:51:54 obache Exp $
+$NetBSD: distinfo,v 1.12 2012/07/17 21:00:34 asau Exp $
-SHA1 (ipa-2.1.1.tar.bz2) = 1a9b01e3f9e848e0cff689945e9bbc33a3184a1a
-RMD160 (ipa-2.1.1.tar.bz2) = d76d9f7a417e0457f4c51a60794c940b4aab2ec0
-Size (ipa-2.1.1.tar.bz2) = 312682 bytes
+SHA1 (ipa-2.1.2.tar.bz2) = cbddf1409fd191f42a4dfcc565220f1e96cd3f0f
+RMD160 (ipa-2.1.2.tar.bz2) = e59e9faaec4df36205757448d7f990f5cff40f1b
+Size (ipa-2.1.2.tar.bz2) = 317087 bytes
diff --git a/sysutils/ipa/options.mk b/sysutils/ipa/options.mk
index 4f3c7eb9c4e..d16198dc974 100644
--- a/sysutils/ipa/options.mk
+++ b/sysutils/ipa/options.mk
@@ -1,20 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2006/10/18 11:45:22 markd Exp $
+# $NetBSD: options.mk,v 1.2 2012/07/17 21:00:34 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ipa
-PKG_SUPPORTED_OPTIONS= ipa-memfunc-debug ipa-without-autorules \
+PKG_SUPPORTED_OPTIONS= ipa-without-autorules \
ipa-without-limits ipa-without-rules \
ipa-without-sublimits ipa-without-thresholds
.include "../../mk/bsd.options.mk"
###
-### Enable ipa_memfunc debugging
-###
-.if !empty(PKG_OPTIONS:Mipa-memfunc-debug)
-CONFIGURE_ARGS+= --enable-memfunc-debug
-.endif
-
-###
### Disable dynamic rules support
###
.if !empty(PKG_OPTIONS:Mipa-without-autorules)