Date: Tue, 6 Feb 2018 15:20:33 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461066 - head/editors/gedit Message-ID: <201802061520.w16FKXFJ026507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061520.w16FKXFJ026507>