- Update to 1.9
This commit is contained in:
parent
944011f228
commit
76311462b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300945
3 changed files with 14 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= duo
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://cloud.github.com/downloads/${PORTNAME}security/${PORTNAME}_unix/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -17,9 +17,10 @@ COMMENT= Duo unix integration package
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
CONFIGURE_ARGS= --with-pam=${PREFIX}/lib/security --sysconfdir=${ETCDIR}
|
||||
CONFIGURE_ARGS= --with-pam=${PREFIX}/lib/security --sysconfdir=${ETCDIR} \
|
||||
--docdir=${DOCSDIR}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -31,6 +32,9 @@ MAN8= login_duo.8 pam_duo.8
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/login_duo/login_duo.8
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/pam_duo/pam_duo.8
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's|README AUTHORS CHANGES LICENSE||g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (duo_unix-1.8.tar.gz) = 6a7d8afb81cc767ae2db97347d3e95e639638bade95aded9772217eaf2c4501e
|
||||
SIZE (duo_unix-1.8.tar.gz) = 436266
|
||||
SHA256 (duo_unix-1.9.tar.gz) = 92121c2f0d06babc17a70a71aa272d24c035522136304758f2357c79b67b3061
|
||||
SIZE (duo_unix-1.9.tar.gz) = 444818
|
||||
|
|
|
@ -8,7 +8,11 @@ lib/libduo.a
|
|||
libdata/pkgconfig/libduo.pc
|
||||
lib/security/pam_duo.so
|
||||
lib/security/pam_duo.la
|
||||
lib/security/pam_duo.a
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
sbin/login_duo
|
||||
@dirrmtry lib/security
|
||||
@dirrmtry %%ETCDIR%%
|
||||
|
|
Loading…
Reference in a new issue