diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:55:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:55:07 +0000 |
commit | 29357c598720f87cdd22b2412d4a7f4be87a9a51 (patch) | |
tree | 9976f2a10a025f71d2c90b3d00e25ecda4359ca4 /sysutils | |
parent | 7914b046f73dd13b87ac289aab16c1bc7f8a9b4c (diff) | |
download | pkgsrc-29357c598720f87cdd22b2412d4a7f4be87a9a51.tar.gz |
Update some URLs.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/diskscrub/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-notify/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-pefile/Makefile | 4 | ||||
-rw-r--r-- | sysutils/rconfig/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile index 41833f202ea..d6ccb60b3ab 100644 --- a/sysutils/diskscrub/Makefile +++ b/sysutils/diskscrub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2016/07/09 06:38:59 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2017/09/04 18:55:09 wiz Exp $ DISTNAME= scrub-2.5.2 PKGREVISION= 5 @@ -7,7 +7,7 @@ MASTER_SITES= http://diskscrub.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= agc@NetBSD.org -HOMEPAGE= http://code.google.com/p/diskscrub/ +HOMEPAGE= https://code.google.com/archive/p/diskscrub/ COMMENT= Utility to overwrite disks and scrub the data on them LICENSE= gnu-gpl-v2 diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index a981b02aee1..90d59b317e5 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2017/09/04 18:01:01 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2017/09/04 18:55:09 wiz Exp $ DISTNAME= py-notify-0.2.1 PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1} @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://download.gna.org/py-notify/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://home.gna.org/py-notify/ +#HOMEPAGE= https://pypi.python.org/pypi/py-notify/ COMMENT= Python package providing tool for observer programming pattern LICENSE= gnu-lgpl-v2.1 diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 37de6921a2e..189974a28a8 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:09 wiz Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= https://pefile.googlecode.com/files/ MAINTAINER= khorben@defora.org -HOMEPAGE= https://code.google.com/p/pefile/ +HOMEPAGE= https://github.com/erocarrera/pefile COMMENT= Python module to read and work with PE files LICENSE= modified-bsd diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index db2e9433e38..3ed27c881e6 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2016/07/09 06:39:02 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/09/04 18:55:10 wiz Exp $ DISTNAME= rconfig-0.47 PKGREVISION= 5 @@ -7,7 +7,7 @@ MASTER_SITES= http://rconfig.googlecode.com/files/ EXTRACT_SUFX= .tbz MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://code.google.com/p/rconfig/ +HOMEPAGE= https://code.google.com/archive/p/rconfig/ COMMENT= Manage configurations for many machines via rdist trees DEPENDS+= fping-[0-9]*:../../net/fping |