svn commit: r484912 - head/graphics/librsvg2

Kubilay Kocak koobs at FreeBSD.org
Wed Nov 14 03:56:43 UTC 2018


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


More information about the svn-ports-all mailing list