Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA6C584D5B for ; Thu, 29 Jun 2023 16:01:04 +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 YPetS3qgTHUl for ; Thu, 29 Jun 2023 16:01:04 +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 57A6684CF8 for ; Thu, 29 Jun 2023 16:01:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EEFCFA89; Thu, 29 Jun 2023 16:01:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168805446487540" MIME-Version: 1.0 Date: Thu, 29 Jun 2023 16:01:04 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-actionpack52 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230629160104.4EEFCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168805446487540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 29 16:01:04 UTC 2023 Modified Files: pkgsrc/www/ruby-actionpack52: Makefile Log Message: www/ruby-actionpack60: decrement PKGREVISION. PKGREVISION++ is enough... To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack52/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168805446487540 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-actionpack52/Makefile diff -u pkgsrc/www/ruby-actionpack52/Makefile:1.4 pkgsrc/www/ruby-actionpack52/Makefile:1.5 --- pkgsrc/www/ruby-actionpack52/Makefile:1.4 Thu Jun 29 16:00:07 2023 +++ pkgsrc/www/ruby-actionpack52/Makefile Thu Jun 29 16:01:04 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2023/06/29 16:00:07 taca Exp $ +# $NetBSD: Makefile,v 1.5 2023/06/29 16:01:04 taca Exp $ DISTNAME= actionpack-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION} -PKGREVISION= 2 +PKGREVISION= 1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_168805446487540--