svn commit: r510140 - head/sysutils/polkit-qt

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 29 05:20:35 UTC 2019


Author: tcberner
Date: Thu Aug 29 05:20:35 2019
New Revision: 510140
URL: https://svnweb.freebsd.org/changeset/ports/510140

Log:
  sysutils/polkit-qt: fix pkg-name
  
  - drop the '5' in the package's name which is unecessary and confusing

Modified:
  head/sysutils/polkit-qt/Makefile

Modified: head/sysutils/polkit-qt/Makefile
==============================================================================
--- head/sysutils/polkit-qt/Makefile	Thu Aug 29 05:06:51 2019	(r510139)
+++ head/sysutils/polkit-qt/Makefile	Thu Aug 29 05:20:35 2019	(r510140)
@@ -3,10 +3,9 @@
 
 PORTNAME=	polkit-qt-1
 DISTVERSION=	0.113.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	KDE/stable/${PORTNAME}/
-PKGNAMESUFFIX=	5
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt5 wrapper around Polkit libraries


More information about the svn-ports-all mailing list