aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-08-24 15:56:59 +0800
committerstas <stas@FreeBSD.org>2011-08-24 15:56:59 +0800
commitc24bdf1d88a082dbef0a0a9cf4d41912513c98a4 (patch)
treeb8a9b364e0ef747d1e3fe8bcfff718d262f4f92f /security
parent33fec6be14989aa83c1ea915b089b4b81ebacefb (diff)
downloadfreebsd-ports-gnome-c24bdf1d88a082dbef0a0a9cf4d41912513c98a4.tar.gz
freebsd-ports-gnome-c24bdf1d88a082dbef0a0a9cf4d41912513c98a4.tar.zst
freebsd-ports-gnome-c24bdf1d88a082dbef0a0a9cf4d41912513c98a4.zip
- Update to 1.0.2.
This is a bugfix release. In particular it should ubreak build on PowerPC.
Diffstat (limited to 'security')
-rw-r--r--security/pam_af/Makefile12
-rw-r--r--security/pam_af/distinfo4
-rw-r--r--security/pam_af/files/patch-common_pam_af.h11
-rw-r--r--security/pam_af/files/patch-common_subr.c11
-rw-r--r--security/pam_af/files/patch-pam_af.c11
5 files changed, 5 insertions, 44 deletions
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 <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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 <security/pam_appl.h>
--# ifdef _OPENPAM
-+# if defined(OPENPAM) || defined(_OPENPAM)
- # include <security/pam_mod_misc.h>
- # include <security/openpam.h>
- # 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 <security/pam_appl.h>
- #include <security/pam_modules.h>
--#ifdef _OPENPAM
-+#if defined(OPENPAM) || defined(_OPENPAM)
- # include <security/openpam.h>
- # include <security/pam_mod_misc.h>
- #endif