From c24bdf1d88a082dbef0a0a9cf4d41912513c98a4 Mon Sep 17 00:00:00 2001 From: stas Date: Wed, 24 Aug 2011 07:56:59 +0000 Subject: - Update to 1.0.2. This is a bugfix release. In particular it should ubreak build on PowerPC. --- security/pam_af/Makefile | 12 +++--------- security/pam_af/distinfo | 4 ++-- security/pam_af/files/patch-common_pam_af.h | 11 ----------- security/pam_af/files/patch-common_subr.c | 11 ----------- security/pam_af/files/patch-pam_af.c | 11 ----------- 5 files changed, 5 insertions(+), 44 deletions(-) delete mode 100644 security/pam_af/files/patch-common_pam_af.h delete mode 100644 security/pam_af/files/patch-common_subr.c delete mode 100644 security/pam_af/files/patch-pam_af.c (limited to 'security') diff --git a/security/pam_af/Makefile b/security/pam_af/Makefile index 0a5276e9a9b0..9a012cbb8b15 100644 --- a/security/pam_af/Makefile +++ b/security/pam_af/Makefile @@ -6,8 +6,8 @@ # PORTNAME= pam_af -PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTVERSION= 1.0.2 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://mbsd.msk.ru/dist/ @@ -30,10 +30,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif - -.include +.include diff --git a/security/pam_af/distinfo b/security/pam_af/distinfo index 6d46bf50d6b0..b4216ca6a294 100644 --- a/security/pam_af/distinfo +++ b/security/pam_af/distinfo @@ -1,2 +1,2 @@ -SHA256 (pam_af-1.0.1.tar.bz2) = 9f3ec18bc82a4f63320c1125046003cff68fd51c7d74877316349bd3a3cfd526 -SIZE (pam_af-1.0.1.tar.bz2) = 18006 +SHA256 (pam_af-1.0.2.tar.bz2) = 9276ad2eff18a373f5ab00ee302e5c6ab2266805b9668a5e248c94435457b050 +SIZE (pam_af-1.0.2.tar.bz2) = 17991 diff --git a/security/pam_af/files/patch-common_pam_af.h b/security/pam_af/files/patch-common_pam_af.h deleted file mode 100644 index 18bcda768857..000000000000 --- a/security/pam_af/files/patch-common_pam_af.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/pam_af.h.orig 2005-10-16 19:55:28.000000000 +0400 -+++ common/pam_af.h 2008-08-03 12:00:10.000000000 +0400 -@@ -37,7 +37,7 @@ - #define CFGDB "/etc/pam_af.conf" - #define CFGDB_PERM (S_IRUSR | S_IWUSR) - --#ifdef _OPENPAM -+#if defined(OPENPAM) || defined(_OPENPAM) - # define PAM_AF_LOG(...) \ - PAM_LOG(__VA_ARGS__) - # define PAM_AF_LOGERR(...) \ diff --git a/security/pam_af/files/patch-common_subr.c b/security/pam_af/files/patch-common_subr.c deleted file mode 100644 index 6d1c86d95253..000000000000 --- a/security/pam_af/files/patch-common_subr.c +++ /dev/null @@ -1,11 +0,0 @@ ---- common/subr.c.orig 2006-11-07 03:22:37.000000000 +0300 -+++ common/subr.c 2008-08-03 12:00:42.000000000 +0400 -@@ -66,7 +66,7 @@ - # define LOGERR(...) warnx(__VA_ARGS__) - #else /* !PAM_AF_DEFS */ - # include --# ifdef _OPENPAM -+# if defined(OPENPAM) || defined(_OPENPAM) - # include - # include - # endif diff --git a/security/pam_af/files/patch-pam_af.c b/security/pam_af/files/patch-pam_af.c deleted file mode 100644 index cecd54d9ab60..000000000000 --- a/security/pam_af/files/patch-pam_af.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pam_af.c.orig 2006-11-07 03:05:53.000000000 +0300 -+++ pam_af.c 2008-08-03 12:03:49.000000000 +0400 -@@ -53,7 +53,7 @@ - - #include - #include --#ifdef _OPENPAM -+#if defined(OPENPAM) || defined(_OPENPAM) - # include - # include - #endif -- cgit