Received: by mail.netbsd.org (Postfix, from userid 605) id B0BB684D65; Sun, 19 Apr 2020 13:04:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 336CD84D61 for ; Sun, 19 Apr 2020 13:04:30 +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 HIpCfaHdcsY3 for ; Sun, 19 Apr 2020 13:04:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D31E84CD2 for ; Sun, 19 Apr 2020 13:04:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8706EFB27; Sun, 19 Apr 2020 13:04:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158730146950530" MIME-Version: 1.0 Date: Sun, 19 Apr 2020 13:04:29 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/www/sitecopy To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200419130429.8706EFB27@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. --_----------=_158730146950530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Apr 19 13:04:29 UTC 2020 Modified Files: pkgsrc/www/sitecopy: Makefile Log Message: www/sitecopy: add license To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/sitecopy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158730146950530 Content-Disposition: inline Content-Length: 1117 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/sitecopy/Makefile diff -u pkgsrc/www/sitecopy/Makefile:1.53 pkgsrc/www/sitecopy/Makefile:1.54 --- pkgsrc/www/sitecopy/Makefile:1.53 Sun Jan 26 17:32:24 2020 +++ pkgsrc/www/sitecopy/Makefile Sun Apr 19 13:04:29 2020 @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.53 2020/01/26 17:32:24 rillig Exp $ +# $NetBSD: Makefile,v 1.54 2020/04/19 13:04:29 rillig Exp $ DISTNAME= sitecopy-0.16.6 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= http://www.manyfish.co.uk/sitecopy/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.manyfish.co.uk/sitecopy/ COMMENT= Utility for synchronizing remote and local web sites +LICENSE= gnu-gpl-v2 USE_FEATURES= getopt_long USE_TOOLS+= gmake msgfmt @@ -24,8 +25,8 @@ CONFIGURE_ARGS+= --with-libxml2 CFLAGS+= -I. pre-build: - ${RM} -f ${WRKSRC:Q}/fnmatch.h - ${LN} -sf ${WRKSRC:Q}/lib/fnmatch.h ${WRKSRC:Q}/fnmatch.h + ${RM} -f ${WRKSRC}/fnmatch.h + ${LN} -sf ${WRKSRC}/lib/fnmatch.h ${WRKSRC}/fnmatch.h .include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" --_----------=_158730146950530--