diff options
author | mef <mef@pkgsrc.org> | 2014-12-16 02:58:20 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-16 02:58:20 +0000 |
commit | 5a0377b7e6787c497723608b9336d506b4d2c9a1 (patch) | |
tree | 72d64bc19cf91f681db220f0d4d45155122ef3f6 /security/libtomcrypt | |
parent | 60cf2f3aaf6337faa8ce0303c32202c9c3b64655 (diff) | |
download | pkgsrc-5a0377b7e6787c497723608b9336d506b4d2c9a1.tar.gz |
Update HOMEPAGE, which were unknown (MASTER_SITES is still unknown).
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |