Date: Fri, 31 Jan 2014 15:54:10 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342012 - in head/security: create-cert ike ncrack pam_krb5-rh pamtester ssdeep tpm-tools Message-ID: <201401311554.s0VFsAwI078150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 15:54:10 2014 New Revision: 342012 URL: http://svnweb.freebsd.org/changeset/ports/342012 QAT: https://qat.redports.org/buildarchive/r342012/ Log: - Stage support - Convert to USES Modified: head/security/create-cert/Makefile head/security/ike/Makefile head/security/ike/pkg-plist head/security/ncrack/Makefile head/security/ncrack/pkg-plist head/security/pam_krb5-rh/Makefile head/security/pam_krb5-rh/pkg-plist head/security/pamtester/Makefile head/security/ssdeep/Makefile head/security/ssdeep/pkg-plist head/security/tpm-tools/Makefile head/security/tpm-tools/pkg-plist Modified: head/security/create-cert/Makefile ============================================================================== --- head/security/create-cert/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/create-cert/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -13,14 +13,12 @@ COMMENT= Create openssl client key and c LICENSE= BSD -PLIST_FILES= sbin/create-cert - -MAN8= create-cert.8 +PLIST_FILES= sbin/create-cert \ + man/man8/create-cert.8.gz GNU_CONFIGURE= yes verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/ike/Makefile ============================================================================== --- head/security/ike/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ike/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -31,13 +31,8 @@ QTGUI_DESC= Enable QT client front end a NATT_DESC= Enable NAT-Traversal LDAP_DESC= Enable LDAP XAuth daemon support -NO_STAGE= yes .include <bsd.port.options.mk> -MAN1= ikec.1 -MAN5= iked.conf.5 -MAN8= iked.8 - .if ${PORT_OPTIONS:MDEBUG} CMAKE_ARGS+= -DDEBUG=YES .endif Modified: head/security/ike/pkg-plist ============================================================================== --- head/security/ike/pkg-plist Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ike/pkg-plist Fri Jan 31 15:54:10 2014 (r342012) @@ -17,3 +17,6 @@ lib/libss_log.so lib/libss_log.so.2.2.1 lib/libss_pfk.so lib/libss_pfk.so.2.2.1 +man/man1/ikec.1.gz +man/man5/iked.conf.5.gz +man/man8/iked.8.gz Modified: head/security/ncrack/Makefile ============================================================================== --- head/security/ncrack/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ncrack/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -12,9 +12,6 @@ MAINTAINER= lx@FreeBSD.org COMMENT= High-speed network authentication cracking tool GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -MAN1= ncrack.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/ncrack/pkg-plist ============================================================================== --- head/security/ncrack/pkg-plist Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ncrack/pkg-plist Fri Jan 31 15:54:10 2014 (r342012) @@ -8,4 +8,5 @@ share/ncrack/minimal.usr share/ncrack/myspace.pwd share/ncrack/phpbb.pwd share/ncrack/top50000.pwd +man/man1/ncrack.1.gz @dirrm share/ncrack Modified: head/security/pam_krb5-rh/Makefile ============================================================================== --- head/security/pam_krb5-rh/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/pam_krb5-rh/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -24,10 +24,6 @@ CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} - LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -MAN5= pam_krb5.5 -MAN8= pam_krb5.8 pam_krb5_cchelper.8 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Modified: head/security/pam_krb5-rh/pkg-plist ============================================================================== --- head/security/pam_krb5-rh/pkg-plist Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/pam_krb5-rh/pkg-plist Fri Jan 31 15:54:10 2014 (r342012) @@ -37,6 +37,9 @@ lib/pam_krb5.la %%NLS%%share/locale/uk/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pam_krb5.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pam_krb5.mo +man/man5/pam_krb5.5.gz +man/man8/pam_krb5.8.gz +man/man8/pam_krb5_cchelper.8.gz %%NLS%%@dirrmtry share/locale/as/LC_MESSAGES %%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES %%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES Modified: head/security/pamtester/Makefile ============================================================================== --- head/security/pamtester/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/pamtester/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -9,13 +9,11 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A command line pam authentication tester -MAN1= pamtester.1 - GNU_CONFIGURE= yes CPPFLAGS+= ${CFLAGS} -USE_GMAKE= yes +USES= gmake -PLIST_FILES= bin/pamtester +PLIST_FILES= bin/pamtester \ + man/man1/pamtester.1.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/ssdeep/Makefile ============================================================================== --- head/security/ssdeep/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ssdeep/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -14,10 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -MAN1= ssdeep.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/ssdeep/pkg-plist ============================================================================== --- head/security/ssdeep/pkg-plist Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/ssdeep/pkg-plist Fri Jan 31 15:54:10 2014 (r342012) @@ -4,3 +4,4 @@ lib/libfuzzy.a lib/libfuzzy.la lib/libfuzzy.so lib/libfuzzy.so.2 +man/man1/ssdeep.1.gz Modified: head/security/tpm-tools/Makefile ============================================================================== --- head/security/tpm-tools/Makefile Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/tpm-tools/Makefile Fri Jan 31 15:54:10 2014 (r342012) @@ -26,17 +26,4 @@ USE_AUTOTOOLS= autoconf GNU_CONFIGURE= YES LDFLAGS+= -L${LOCALBASE}/lib -lintl ${ICONV_LIB} -MAN1= tpm_sealdata.1 tpm_version.1 \ - tpmtoken_import.1 tpmtoken_init.1 tpmtoken_objects.1 \ - tpmtoken_protect.1 tpmtoken_setpasswd.1 - -MAN3= tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3 - -MAN8= tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \ - tpm_getpubek.8 tpm_resetdalock.8 tpm_restrictpubek.8 \ - tpm_revokeek.8 tpm_selftest.8 tpm_setactive.8 \ - tpm_setclearable.8 tpm_setenable.8 tpm_setoperatorauth.8 \ - tpm_setownable.8 tpm_setpresence.8 tpm_takeownership.8 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/tpm-tools/pkg-plist ============================================================================== --- head/security/tpm-tools/pkg-plist Fri Jan 31 15:53:26 2014 (r342011) +++ head/security/tpm-tools/pkg-plist Fri Jan 31 15:54:10 2014 (r342012) @@ -26,4 +26,29 @@ sbin/tpm_setownable sbin/tpm_setpresence sbin/tpm_takeownership sbin/tpm_version +man/man1/tpm_sealdata.1.gz +man/man1/tpm_version.1.gz +man/man1/tpmtoken_import.1.gz +man/man1/tpmtoken_init.1.gz +man/man1/tpmtoken_objects.1.gz +man/man1/tpmtoken_protect.1.gz +man/man1/tpmtoken_setpasswd.1.gz +man/man3/tpmUnsealFile.3.gz +man/man3/tpmUnsealShred.3.gz +man/man3/tpmUnsealStrerror.3.gz +man/man8/tpm_changeownerauth.8.gz +man/man8/tpm_clear.8.gz +man/man8/tpm_createek.8.gz +man/man8/tpm_getpubek.8.gz +man/man8/tpm_resetdalock.8.gz +man/man8/tpm_restrictpubek.8.gz +man/man8/tpm_revokeek.8.gz +man/man8/tpm_selftest.8.gz +man/man8/tpm_setactive.8.gz +man/man8/tpm_setclearable.8.gz +man/man8/tpm_setenable.8.gz +man/man8/tpm_setoperatorauth.8.gz +man/man8/tpm_setownable.8.gz +man/man8/tpm_setpresence.8.gz +man/man8/tpm_takeownership.8.gz @dirrm include/tpm_tools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311554.s0VFsAwI078150>