svn commit: r436577 - head/security/orthrus

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 21 09:01:58 UTC 2017


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 at 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/


More information about the svn-ports-head mailing list