From nobody Fri Nov 12 16:46:44 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4B9BE183FE66; Fri, 12 Nov 2021 16:46:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrPcj13JDz3jDr; Fri, 12 Nov 2021 16:46:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E49CE22766; Fri, 12 Nov 2021 16:46:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ACGkisI054530; Fri, 12 Nov 2021 16:46:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ACGkidR054529; Fri, 12 Nov 2021 16:46:44 GMT (envelope-from git) Date: Fri, 12 Nov 2021 16:46:44 GMT Message-Id: <202111121646.1ACGkidR054529@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: b6c28aeee7ed - main - graphics/ImageMagick7: Bump consumers after 4f086586da53da9b80ecd94ea588be7440dea36e List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c Author: Tobias C. Berner AuthorDate: 2021-11-12 16:45:55 +0000 Commit: Tobias C. Berner CommitDate: 2021-11-12 16:46:39 +0000 graphics/ImageMagick7: Bump consumers after 4f086586da53da9b80ecd94ea588be7440dea36e --- editors/emacs-devel/Makefile | 1 + editors/emacs/Makefile | 1 + graphics/pecl-imagick-im7/Makefile | 1 + graphics/py-wand/Makefile | 1 + graphics/vips/Makefile | 2 +- multimedia/vapoursynth/Makefile | 1 + print/pdf-tools/Makefile | 2 +- 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 736f49cd80dc..6713c3a0afa3 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= emacs DISTVERSION= 29.0.50.20211031 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= editors PKGNAMESUFFIX= -devel diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index da7f691b55d6..a432d0572fa8 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -2,6 +2,7 @@ PORTNAME= emacs DISTVERSION= 27.2 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= GNU diff --git a/graphics/pecl-imagick-im7/Makefile b/graphics/pecl-imagick-im7/Makefile index cc3677205738..525ab9a403da 100644 --- a/graphics/pecl-imagick-im7/Makefile +++ b/graphics/pecl-imagick-im7/Makefile @@ -1,4 +1,5 @@ # Created by: Martin Matuska +PORTREVISION= 1 PKGNAMESUFFIX= -im7 diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 591fff0369f9..47aabe40bf95 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -1,5 +1,6 @@ PORTNAME= Wand PORTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index dc0b6c7bff60..dae94593e271 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -2,7 +2,7 @@ PORTNAME= vips PORTVERSION= 8.11.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index 5d1b7d0ecfe2..3fd170b53e90 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -1,5 +1,6 @@ PORTNAME= vapoursynth DISTVERSION= R54 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index b954c704c95c..844f45c14914 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-84 DISTVERSIONSUFFIX= -g5f77dae -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}