svn commit: r436195 - head/graphics/gx

Nikolai Lifanov lifanov at FreeBSD.org
Tue Mar 14 23:00:55 UTC 2017


Author: lifanov
Date: Tue Mar 14 23:00:54 2017
New Revision: 436195
URL: https://svnweb.freebsd.org/changeset/ports/436195

Log:
  add LICENSE_FILE to graphics/gx
  
  PR:		217792
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com> (maintainer)

Modified:
  head/graphics/gx/Makefile

Modified: head/graphics/gx/Makefile
==============================================================================
--- head/graphics/gx/Makefile	Tue Mar 14 21:45:21 2017	(r436194)
+++ head/graphics/gx/Makefile	Tue Mar 14 23:00:54 2017	(r436195)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gx
 PORTVERSION=	0.4.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	http://BSDforge.com/projects/source/graphics/gx/
 
@@ -11,6 +11,7 @@ MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Lightweight image viewer
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgnomevfsmm-2.6.so:devel/gnome-vfsmm
 


More information about the svn-ports-all mailing list