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 | 023f36ff6d6de6ac60190d7f73ad3d24848c9382 (patch) | |
tree | 2140acd08fdb7c2bebdf64bf56496edf2f1ec3d1 /chat/sirc | |
parent | b91035777d428e038c4b42cfa6a57b550f7e0d40 (diff) | |
download | pkgsrc-023f36ff6d6de6ac60190d7f73ad3d24848c9382.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 |