diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 11:18:45 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 13:29:55 +0200 |
commit | 9edcaf0b1407ed255c94308ea82604ef75692d4a (patch) | |
tree | 9afbde7a9d7b0d5dc9eb90910f414a0fca0d259c | |
parent | 6cb92272ad32100da0d9ca1665df036291a29c0d (diff) | |
download | freebsd-ports-9edcaf0b1407ed255c94308ea82604ef75692d4a.zip |
cad/uranium: Fix double PORTREVISION
Reported by: portfmt scan
-rw-r--r-- | cad/uranium/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile index 36b255e2a566..a875fbc09253 100644 --- a/cad/uranium/Makefile +++ b/cad/uranium/Makefile @@ -1,8 +1,7 @@ PORTNAME= Uranium +DISTVERSION= 4.13.1 PORTREVISION= 3 PORTEPOCH= 1 -DISTVERSION= 4.13.1 -PORTREVISION= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker |