svn commit: r500403 - in head/security/pam_p11: . files

Alex Dupre ale at FreeBSD.org
Mon Apr 29 10:08:20 UTC 2019


Author: ale
Date: Mon Apr 29 10:08:18 2019
New Revision: 500403
URL: https://svnweb.freebsd.org/changeset/ports/500403

Log:
  Update to 0.3.0 release.

Added:
  head/security/pam_p11/files/patch-src_Makefile.in   (contents, props changed)
Deleted:
  head/security/pam_p11/files/patch-configure.ac
  head/security/pam_p11/files/patch-src_Makefile.am
  head/security/pam_p11/files/patch-src_pam__p11.c
  head/security/pam_p11/files/patch-src_test.c
Modified:
  head/security/pam_p11/Makefile
  head/security/pam_p11/distinfo

Modified: head/security/pam_p11/Makefile
==============================================================================
--- head/security/pam_p11/Makefile	Mon Apr 29 09:31:25 2019	(r500402)
+++ head/security/pam_p11/Makefile	Mon Apr 29 10:08:18 2019	(r500403)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pam_p11
-PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTVERSION=	0.3.0
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/OpenSC/pam_p11/releases/download/pam_p11-${PORTVERSION}/
 
@@ -14,7 +13,7 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libp11.so:security/libp11
 
-USES=		libtool pkgconfig ssl autoreconf
+USES=		libtool pkgconfig ssl
 
 OPTIONS_DEFINE=	DOCS NLS
 
@@ -22,12 +21,15 @@ GNU_CONFIGURE=	yes
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
-NLS_PLIST_FILES=share/locale/de/LC_MESSAGES/pam_p11.mo
+NLS_PLIST_FILES=share/locale/de/LC_MESSAGES/pam_p11.mo \
+		share/locale/it/LC_MESSAGES/pam_p11.mo
 
 CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE}
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
+
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/security/pam_p11.so
 

Modified: head/security/pam_p11/distinfo
==============================================================================
--- head/security/pam_p11/distinfo	Mon Apr 29 09:31:25 2019	(r500402)
+++ head/security/pam_p11/distinfo	Mon Apr 29 10:08:18 2019	(r500403)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539433560
-SHA256 (pam_p11-0.2.0.tar.gz) = 088d4c05d23fee9535f1b16f6c993c88b11cbed0288d5a1d0b37da2f390325a2
-SIZE (pam_p11-0.2.0.tar.gz) = 417550
+TIMESTAMP = 1556530943
+SHA256 (pam_p11-0.3.0.tar.gz) = 7b48dc8750af11e16a1a16e7bb775804b5eae4c4b123c24377d6975731da4552
+SIZE (pam_p11-0.3.0.tar.gz) = 422806

Added: head/security/pam_p11/files/patch-src_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pam_p11/files/patch-src_Makefile.in	Mon Apr 29 10:08:18 2019	(r500403)
@@ -0,0 +1,13 @@
+--- src/Makefile.in.orig	2019-04-29 09:56:20 UTC
++++ src/Makefile.in
+@@ -387,8 +387,8 @@ test_login_SOURCES = test.c login.c $(pam_p11_la_SOURC
+ test_login_CFLAGS = $(AM_CFLAGS) -DLIBDIR=\"$(libdir)\" -DTEST
+ test_passwd_SOURCES = test.c passwd.c $(pam_p11_la_SOURCES)
+ test_passwd_CFLAGS = $(AM_CFLAGS) -DLIBDIR=\"$(libdir)\" -DTEST
+- at HAVE_PAM_MISC_TRUE@test_login_LDADD = -lpam_misc
+- at HAVE_PAM_MISC_TRUE@test_passwd_LDADD = -lpam_misc
++test_login_LDADD = $(INTLLIBS)
++test_passwd_LDADD = $(INTLLIBS)
+ all: all-am
+ 
+ .SUFFIXES:


More information about the svn-ports-all mailing list