Index: head/security/orthrus/Makefile =================================================================== --- head/security/orthrus/Makefile (revision 436576) +++ head/security/orthrus/Makefile (revision 436577) @@ -1,43 +1,39 @@ # Created by: Gavin McDonald # $FreeBSD$ PORTNAME= orthrus PORTVERSION= 0.8.0 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/orthrus/ \ http://16degrees.com.au/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= One-Time Password System (OTP) alternative to OPIE or S/Key LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 LIB_DEPENDS= libapr-1.so:devel/apr1 USES= iconv scons tar:bzip2 MAKE_ARGS= DEBUG=False --install-sandbox=${STAGEDIR} USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-O[0-9]||; /chmod/d' ${WRKSRC}/SConstruct post-install: @${TOUCH} ${STAGEDIR}${PREFIX}/etc/orthruskeys @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liborthrus-0.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/security/pam_orthrus.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} NOTICE README TODO \ ${STAGEDIR}${DOCSDIR}) .include Index: head/security/orthrus/pkg-descr =================================================================== --- head/security/orthrus/pkg-descr (revision 436576) +++ head/security/orthrus/pkg-descr (revision 436577) @@ -1,4 +1,4 @@ Orthrus is a C library and user interfaces for RFC 2289, "A One-Time Password System (OTP)", also known as OPIE or S/Key. -WWW: http://code.google.com/p/orthrus +WWW: https://code.google.com/archive/p/orthrus/