diff options
-rw-r--r-- | security/libtomcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/rats/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 36aeee3ec6c..1cfce9c80d0 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/10/09 14:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/12/16 02:58:20 mef Exp $ DISTNAME= crypt-1.17 PKGNAME= libtom${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= http://libtom.org/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://libtom.org/ +HOMEPAGE= https://github.com/libtom/libtomcrypt COMMENT= Tom St Denis's cryptographic library LICENSE= public-domain diff --git a/security/rats/Makefile b/security/rats/Makefile index 1c964f74619..07e28fa5041 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/12/16 03:12:42 mef Exp $ # DISTNAME= rats-2.1 PKGREVISION= 5 CATEGORIES= security -MASTER_SITES= http://www.fortifysoftware.com/servlet/downloads/public/ +MASTER_SITES+= http://code.google.com/p/rough-auditing-tool-for-security/downloads/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org -HOMEPAGE= http://www.fortifysoftware.com/security-resources/rats.jsp +HOMEPAGE= http://code.google.com/p/rough-auditing-tool-for-security/ COMMENT= Rough Auditing Tool for Security LICENSE= gnu-gpl-v2 |