Received: by mail.netbsd.org (Postfix, from userid 605) id 9B6E884D8E; Sun, 3 Sep 2017 08:04:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E2F884D82 for ; Sun, 3 Sep 2017 08:04:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id No3uSEFH__nU for ; Sun, 3 Sep 2017 08:04:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 925E984D41 for ; Sun, 3 Sep 2017 08:04:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 907D4FA97; Sun, 3 Sep 2017 08:04:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504425871249900" MIME-Version: 1.0 Date: Sun, 3 Sep 2017 08:04:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/p5-Mail-Sender To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170903080431.907D4FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504425871249900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 3 08:04:31 UTC 2017 Modified Files: pkgsrc/mail/p5-Mail-Sender: Makefile Log Message: Fix HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/p5-Mail-Sender/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504425871249900 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Mail-Sender/Makefile diff -u pkgsrc/mail/p5-Mail-Sender/Makefile:1.18 pkgsrc/mail/p5-Mail-Sender/Makefile:1.19 --- pkgsrc/mail/p5-Mail-Sender/Makefile:1.18 Mon Jun 5 14:24:07 2017 +++ pkgsrc/mail/p5-Mail-Sender/Makefile Sun Sep 3 08:04:31 2017 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:07 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.19 2017/09/03 08:04:31 wiz Exp $ DISTNAME= Mail-Sender-0.903 PKGNAME= p5-${DISTNAME} @@ -8,7 +7,7 @@ CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/ +HOMEPAGE= http://search.cpan.org/~capoeirab/Mail-Sender-0.903/ COMMENT= Sending mails with attachments through an SMTP server LICENSE= ${PERL5_LICENSE} --_----------=_1504425871249900--