diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /editors/gedit/Makefile | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) | |
download | ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip |
Notes
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index eb5efb2e713c..c9286ba1ee3c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gedit -PORTVERSION= 3.22.0 -PORTREVISION= 2 +PORTVERSION= 3.28.1 CATEGORIES= editors gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment @@ -29,7 +28,7 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ - localbase pathfix pkgconfig python:3.2+ shebangfix tar:xz + localbase pathfix pkgconfig python:3.4+ shebangfix tar:xz USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtksourceview3 intlhack introspection \ libxml2 pygobject3 @@ -43,6 +42,7 @@ CPPFLAGS+= -Wno-error=format-nonliteral CFLAGS+= -Wno-error=format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +SHEBANG_FILES= plugins/externaltools/data/send-to-fpaste.tool.in PLIST_SUB= VERSION="3.14" INSTALL_TARGET= install-strip |