From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 23:02:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3A2E4DF; Thu, 19 Feb 2015 23:02:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEC38189; Thu, 19 Feb 2015 23:02:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JN2xWF055572; Thu, 19 Feb 2015 23:02:59 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JN2xEN055571; Thu, 19 Feb 2015 23:02:59 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502192302.t1JN2xEN055571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 23:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379402 - head/editors/leafpad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 23:03:00 -0000 Author: jgh Date: Thu Feb 19 23:02:58 2015 New Revision: 379402 URL: https://svnweb.freebsd.org/changeset/ports/379402 QAT: https://qat.redports.org/buildarchive/r379402/ Log: - attach gplv2 license Modified: head/editors/leafpad/Makefile Modified: head/editors/leafpad/Makefile ============================================================================== --- head/editors/leafpad/Makefile Thu Feb 19 22:42:33 2015 (r379401) +++ head/editors/leafpad/Makefile Thu Feb 19 23:02:58 2015 (r379402) @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor +LICENSE= GPLv2 + USE_GNOME= gtk20 intlhack USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes