Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2017 09:01:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436577 - head/security/orthrus
Message-ID:  <201703210901.v2L91vK1016660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 21 09:01:56 2017
New Revision: 436577
URL: https://svnweb.freebsd.org/changeset/ports/436577

Log:
  - Fix fetch

Modified:
  head/security/orthrus/Makefile
  head/security/orthrus/pkg-descr

Modified: head/security/orthrus/Makefile
==============================================================================
--- head/security/orthrus/Makefile	Tue Mar 21 08:58:00 2017	(r436576)
+++ head/security/orthrus/Makefile	Tue Mar 21 09:01:56 2017	(r436577)
@@ -5,7 +5,7 @@ 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
@@ -14,10 +14,6 @@ COMMENT=	One-Time Password System (OTP) 
 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

Modified: head/security/orthrus/pkg-descr
==============================================================================
--- head/security/orthrus/pkg-descr	Tue Mar 21 08:58:00 2017	(r436576)
+++ head/security/orthrus/pkg-descr	Tue Mar 21 09:01:56 2017	(r436577)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703210901.v2L91vK1016660>