Received: by mail.netbsd.org (Postfix, from userid 605) id D853484DC1; Fri, 3 Nov 2017 19:44:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6305284D99 for ; Fri, 3 Nov 2017 19:44:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oDN1SCMXe3MJ for ; Fri, 3 Nov 2017 19:44:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF64F84CE2 for ; Fri, 3 Nov 2017 19:44:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA3E8FBDE; Fri, 3 Nov 2017 19:44:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509738261104810" MIME-Version: 1.0 Date: Fri, 3 Nov 2017 19:44:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-Publican To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171103194421.BA3E8FBDE@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. --_----------=_1509738261104810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 3 19:44:21 UTC 2017 Modified Files: pkgsrc/textproc/p5-Publican: Makefile Log Message: p5-Publican: comment out dead MASTER_SITES, update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-Publican/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509738261104810 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Publican/Makefile diff -u pkgsrc/textproc/p5-Publican/Makefile:1.4 pkgsrc/textproc/p5-Publican/Makefile:1.5 --- pkgsrc/textproc/p5-Publican/Makefile:1.4 Sat Sep 16 19:27:18 2017 +++ pkgsrc/textproc/p5-Publican/Makefile Fri Nov 3 19:44:21 2017 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2017/09/16 19:27:18 wiz Exp $ -# +# $NetBSD: Makefile,v 1.5 2017/11/03 19:44:21 wiz Exp $ DISTNAME= Publican-v4.3.1 PKGNAME= p5-${DISTNAME:S/v//1} PKGREVISION= 2 CATEGORIES= textproc -MASTER_SITES= https://fedorahosted.org/releases/p/u/publican/ +#MASTER_SITES= https://fedorahosted.org/releases/p/u/publican/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://fedorahosted.org/publican/ +HOMEPAGE= https://sourceware.org/publican/en-US/index.html COMMENT= Single source publishing tool based on DocBook XML LICENSE= gnu-gpl-v2 --_----------=_1509738261104810--