Date: Wed, 14 Nov 2018 03:56:42 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484912 - head/graphics/librsvg2 Message-ID: <201811140356.wAE3ugnV018195@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Wed Nov 14 03:56:41 2018 New Revision: 484912 URL: https://svnweb.freebsd.org/changeset/ports/484912 Log: 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 Modified: head/graphics/librsvg2/Makefile Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Wed Nov 14 03:10:04 2018 (r484911) +++ head/graphics/librsvg2/Makefile Wed Nov 14 03:56:41 2018 (r484912) @@ -3,7 +3,6 @@ PORTNAME= librsvg PORTVERSION= 2.40.20 -PORTREVISON= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811140356.wAE3ugnV018195>