From owner-svn-ports-all@freebsd.org Tue Feb 6 15:20:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC154EDFF0F; Tue, 6 Feb 2018 15:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5206E6EC; Tue, 6 Feb 2018 15:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 684B819935; Tue, 6 Feb 2018 15:20:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16FKX44026508; Tue, 6 Feb 2018 15:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16FKXFJ026507; Tue, 6 Feb 2018 15:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802061520.w16FKXFJ026507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Feb 2018 15:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461066 - head/editors/gedit X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/editors/gedit X-SVN-Commit-Revision: 461066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 15:20:33 -0000 Author: amdmi3 Date: Tue Feb 6 15:20:33 2018 New Revision: 461066 URL: https://svnweb.freebsd.org/changeset/ports/461066 Log: - Fix LICENSE - Fix shebangs Approved by: portmgr blanket Modified: head/editors/gedit/Makefile Modified: head/editors/gedit/Makefile ============================================================================== --- head/editors/gedit/Makefile Tue Feb 6 15:19:57 2018 (r461065) +++ head/editors/gedit/Makefile Tue Feb 6 15:20:33 2018 (r461066) @@ -3,6 +3,7 @@ PORTNAME= gedit PORTVERSION= 3.22.0 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,7 +11,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ @@ -28,9 +29,10 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pathfix pkgconfig python:3.2+ tar:xz + pathfix pkgconfig python:3.2+ shebangfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtksourceview3 intlhack introspection \ libxml2 pygobject3 +SHEBANG_FILES= plugins/externaltools/data/send-to-fpaste.tool.in USE_XORG= sm x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-updater \