Received: by mail.netbsd.org (Postfix, from userid 605) id 8637584E09; Sun, 14 Jan 2018 10:08:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D9AB684DDD for ; Sun, 14 Jan 2018 10:08:31 +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 Q9KFdLNnZuRo for ; Sun, 14 Jan 2018 10:08:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 69B0484CDD for ; Sun, 14 Jan 2018 10:08:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FF7EFBDE; Sun, 14 Jan 2018 10:08:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1515924511173300" MIME-Version: 1.0 Date: Sun, 14 Jan 2018 10:08:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/cups-pdf To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180114100831.5FF7EFBDE@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. --_----------=_1515924511173300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 14 10:08:31 UTC 2018 Modified Files: pkgsrc/print/cups-pdf: Makefile Log Message: cups-pdf: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/cups-pdf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1515924511173300 Content-Disposition: inline Content-Length: 686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/cups-pdf/Makefile diff -u pkgsrc/print/cups-pdf/Makefile:1.15 pkgsrc/print/cups-pdf/Makefile:1.16 --- pkgsrc/print/cups-pdf/Makefile:1.15 Sun Nov 12 16:03:36 2017 +++ pkgsrc/print/cups-pdf/Makefile Sun Jan 14 10:08:31 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/11/12 16:03:36 khorben Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/14 10:08:31 wiz Exp $ COMMENT= PDF backend for CUPS @@ -6,7 +6,7 @@ DISTNAME= cups-pdf-2.6.1 PKGREVISION= 9 CATEGORIES= print -HOMEPAGE= http://www.cups-pdf.de/ +HOMEPAGE= https://www.cups-pdf.de/ MASTER_SITES= ${HOMEPAGE}src/ DISTFILES= ${DISTNAME:S/pdf-/pdf_/}.tar.gz LICENSE= gnu-gpl-v2 --_----------=_1515924511173300--