git: 9ba756b0e950 - main - graphics/gdal-grass: Fix PORTVERSION going backwords

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 31 Jan 2023 12:56:54 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ba756b0e950d76c63a291797407abd9972d1eb2

commit 9ba756b0e950d76c63a291797407abd9972d1eb2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-01-31 12:55:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-01-31 12:56:47 +0000

    graphics/gdal-grass: Fix PORTVERSION going backwords
    
    This port was resurrected with an older version than it was in the tree
    while removal. Hence it requires PORTEPOCH.
    
    Approved by:    portmgr (just-fix-it)
---
 graphics/gdal-grass/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile
index cdb9ff57bb33..fc09da52da9c 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gdal-grass
 PORTVERSION=	1.0.2
+PORTEPOCH=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org