svn commit: r390414 - head/graphics/price

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 14:14:45 UTC 2015


Author: amdmi3
Date: Tue Jun 23 14:14:44 2015
New Revision: 390414
URL: https://svnweb.freebsd.org/changeset/ports/390414

Log:
  - Remove USES=desktop-file-utils as suggested by stage-qa

Modified:
  head/graphics/price/Makefile

Modified: head/graphics/price/Makefile
==============================================================================
--- head/graphics/price/Makefile	Tue Jun 23 14:14:39 2015	(r390413)
+++ head/graphics/price/Makefile	Tue Jun 23 14:14:44 2015	(r390414)
@@ -3,7 +3,7 @@
 
 PORTNAME=	price
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 DISTNAME=	PRICE-${PORTVERSION}
@@ -14,7 +14,7 @@ COMMENT=	Image filtering and manipulatio
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		desktop-file-utils gnustep
+USES=		gnustep
 
 USE_GNUSTEP=	back build
 


More information about the svn-ports-all mailing list