diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 21:22:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 21:22:11 +0000 |
commit | 7303d628718c23f0ca191612de2597bde620554d (patch) | |
tree | dd8ec40001921c1b4aef84e2bc358004019f18ae /net | |
parent | 5d29ccb225ba25632f15c765617196fc69ded4e1 (diff) | |
download | pkgsrc-7303d628718c23f0ca191612de2597bde620554d.tar.gz |
Update some HOMEPAGEs.
Diffstat (limited to 'net')
-rw-r--r-- | net/libdnet/Makefile | 4 | ||||
-rw-r--r-- | net/py-libdnet/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 78d5b5c1253..3fc92a3946c 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/02/25 16:20:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2017/08/16 21:22:13 wiz Exp $ # DISTNAME= libdnet-1.12 @@ -8,7 +8,7 @@ MASTER_SITES= http://libdnet.googlecode.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://code.google.com/p/libdnet/ +HOMEPAGE= https://github.com/dugsong/libdnet COMMENT= C interface to several low-level networking routines LICENSE= modified-bsd diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index c6f755ef2bf..23ee51639d8 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/01 14:43:51 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/08/16 21:22:14 wiz Exp $ DISTNAME= libdnet-1.12 PKGNAME= ${PYPKGPREFIX}-libdnet-1.12 @@ -8,7 +8,7 @@ MASTER_SITES= http://libdnet.googlecode.com/files/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://code.google.com/p/libdnet/ +HOMEPAGE= https://github.com/dugsong/libdnet COMMENT= Python wrapper for libdnet LICENSE= modified-bsd |