diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2018-11-14 03:56:41 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2018-11-14 03:56:41 +0000 |
commit | 0b583fe27b4d9f17d6a846604ea9e3beab845ab5 (patch) | |
tree | 241861d5a6820003386988e9dde0b099eec7e885 /graphics/librsvg2/Makefile | |
parent | 96badbc7b642de3b6f8078fdbf273ce20f16bf91 (diff) |
graphics/librsvg2: Remove PORTREVISON (typo) variable
ports r470310 updated graphics/librsvg2 (PORTVERSION) to 2.40.20, but also
included a typo'd PORTREVISION variable, with a value of 1, in the change.
Since the PORTVERSION was updated, incrementing the PORTREVISION was not
necessary as the updated package would have been built without it.
Since the typo'd variable is not included in PKGNAME version calculation,
it is a noop.
Remove the variable accordingly.
PR: 233214
Reported by: John Hein <z7dr6ut7gs snkmail com>
Approved by: portmgr (just fix it)
MFH: 2018Q4
Notes
Notes:
svn path=/head/; revision=484912
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r-- | graphics/librsvg2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index e0ca5a5d9348..501799800914 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,6 @@ PORTNAME= librsvg PORTVERSION= 2.40.20 -PORTREVISON= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 |