git: 8ce90bd825b1 - main - graphics/cimg: re-add PORTEPOCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Mar 2025 17:23:29 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ce90bd825b1e7b083d4759d8c59ca5722a204d6 commit 8ce90bd825b1e7b083d4759d8c59ca5722a204d6 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-03-20 17:19:49 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-03-20 17:19:49 +0000 graphics/cimg: re-add PORTEPOCH It had been removed by error. Reported by: portmgr --- graphics/cimg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 20488a042a62..7b007f449e72 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -1,7 +1,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v. DISTVERSION= 3.5.3 -PORTREVISION= 1 +PORTEPOCH= 3 CATEGORIES= graphics devel MAINTAINER= thierry@FreeBSD.org