Received: by mail.netbsd.org (Postfix, from userid 605) id 3D3EC84DAB; Thu, 21 Sep 2017 09:49:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C509A84D6D for ; Thu, 21 Sep 2017 09:49: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 H_j5YG39e-mj for ; Thu, 21 Sep 2017 09:49:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2B50B84CE0 for ; Thu, 21 Sep 2017 09:49:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 298DAFA9A; Thu, 21 Sep 2017 09:49:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1505987371284620" MIME-Version: 1.0 Date: Thu, 21 Sep 2017 09:49:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/rt4 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170921094931.298DAFA9A@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. --_----------=_1505987371284620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 21 09:49:31 UTC 2017 Modified Files: pkgsrc/devel/rt4: Makefile Log Message: rt4: Remove references to non-existent files To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/rt4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1505987371284620 Content-Disposition: inline Content-Length: 1016 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/rt4/Makefile diff -u pkgsrc/devel/rt4/Makefile:1.25 pkgsrc/devel/rt4/Makefile:1.26 --- pkgsrc/devel/rt4/Makefile:1.25 Sun May 21 06:45:38 2017 +++ pkgsrc/devel/rt4/Makefile Thu Sep 21 09:49:31 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/05/21 06:45:38 manu Exp $ +# $NetBSD: Makefile,v 1.26 2017/09/21 09:49:31 wiz Exp $ DISTNAME= rt-4.2.12 PKGNAME= ${DISTNAME:S/rt/rt4/} @@ -206,8 +206,7 @@ OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_dat OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data/obj ${APACHE_USER} ${APACHE_GROUP} 0770 OWN_DIRS_PERMS+= ${RT_VAR_DIR}/session_data ${APACHE_USER} ${APACHE_GROUP} 0770 -REPLACE_PERL+= etc/upgrade/shrink_cgm_table.pl etc/upgrade/shrink_transactions_table.pl -REPLACE_PERL+= etc/upgrade/time-worked-history.pl etc/upgrade/upgrade-mysql-schema.pl +REPLACE_PERL+= etc/upgrade/upgrade-mysql-schema.pl INSTALL_MAKE_FLAGS+= BIN_OWNER=${ROOT_USER:Q} LIBS_OWNER=${ROOT_USER:Q} \ LIBS_GROUP=${ROOT_GROUP:Q} RTGROUP=${ROOT_GROUP:Q} \ --_----------=_1505987371284620--