aboutsummaryrefslogtreecommitdiff
path: root/security/pam_p11
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-08-27 16:02:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-08-27 16:02:44 +0000
commit0928cb018d8a965fca4516d8275d86a5859e5a19 (patch)
tree979283dc06ff28ac8046aad5573dc99c0f2e6cc9 /security/pam_p11
parente391e994adbb5f3578791c29eec39d748c55040a (diff)
downloadports-0928cb018d8a965fca4516d8275d86a5859e5a19.tar.gz
ports-0928cb018d8a965fca4516d8275d86a5859e5a19.zip
Update to 0.1.5 release.
Notes
Notes: svn path=/head/; revision=219322
Diffstat (limited to 'security/pam_p11')
-rw-r--r--security/pam_p11/Makefile10
-rw-r--r--security/pam_p11/distinfo6
-rw-r--r--security/pam_p11/files/patch-src_test.c9
3 files changed, 12 insertions, 13 deletions
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile
index 994c9ff2c162..18a2131e208c 100644
--- a/security/pam_p11/Makefile
+++ b/security/pam_p11/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pam_p11
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.5
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
@@ -23,14 +23,14 @@ USE_GNOME= pkgconfig
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
-DOC_FILES= README *.sh *.xsl *.css *.html
-
PORTDOCS= *
.ifndef(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${CP} -R ${DOC_FILES} ${DOCSDIR})
+ @${MKDIR} ${DOCSDIR}/wiki
+ @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR})
+ @(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR})
+ @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki)
.endif
.include <bsd.port.mk>
diff --git a/security/pam_p11/distinfo b/security/pam_p11/distinfo
index 4a34156d2dde..ee060921eca7 100644
--- a/security/pam_p11/distinfo
+++ b/security/pam_p11/distinfo
@@ -1,3 +1,3 @@
-MD5 (pam_p11-0.1.3.tar.gz) = 4b0aad2a4d5d30599597dbc2f09e3b64
-SHA256 (pam_p11-0.1.3.tar.gz) = cb5d1d7e79fb3775ddbe85f7023645e26424a18264e1a5e0894734e1fca4e25a
-SIZE (pam_p11-0.1.3.tar.gz) = 333427
+MD5 (pam_p11-0.1.5.tar.gz) = 94684503b075eef02e03aafaff5d4a55
+SHA256 (pam_p11-0.1.5.tar.gz) = 74da875467c4ba156f7cb7eaec0718f92dded03f40db3c6c0423c03f44d9f25a
+SIZE (pam_p11-0.1.5.tar.gz) = 348181
diff --git a/security/pam_p11/files/patch-src_test.c b/security/pam_p11/files/patch-src_test.c
index 08158257b8d6..6cfa47b33520 100644
--- a/security/pam_p11/files/patch-src_test.c
+++ b/security/pam_p11/files/patch-src_test.c
@@ -1,11 +1,10 @@
---- src/test.c.orig Thu Jun 1 15:13:06 2006
-+++ src/test.c Thu Jun 1 15:13:15 2006
-@@ -2,7 +2,7 @@
+--- src/test.c.orig 2008-08-26 12:37:37.000000000 +0200
++++ src/test.c 2008-08-26 12:37:45.000000000 +0200
+@@ -2,7 +2,6 @@
#include <stdlib.h>
#include <security/pam_appl.h>
-#include <security/pam_misc.h>
-+#include <security/pam_modules.h>
+ #include <security/pam_modules.h>
int main(int argc, char **argv)
- {