diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 18:08:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 18:08:18 +0000 |
commit | e81f10b3e36e14058b682a6c30cca96dd3731120 (patch) | |
tree | 0fb4e65997caa58bed8bb97f76ece080bf0e2648 /chat/sirc | |
parent | 49d26052502700760c2b78486d15108257ddef5e (diff) | |
download | pkgsrc-e81f10b3e36e14058b682a6c30cca96dd3731120.tar.gz |
Follow some redirects.
Diffstat (limited to 'chat/sirc')
-rw-r--r-- | chat/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index 4c470530083..470d0c48b49 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/09/04 18:00:50 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/09/04 18:08:18 wiz Exp $ DISTNAME= sirc-2.211 PKGREVISION= 9 @@ -8,7 +8,7 @@ DISTFILES= ${DEFAULT_DISTFILES} \ ${SIRC_SCRIPTS} MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html +#HOMEPAGE= https://www.iagora.com/~espel/sirc/sirc.html COMMENT= IRC client written and programmable in perl DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6 |