diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /editors | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2 marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip |
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace
that with INSTALL_TARGET=install-tsrip
- Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex)
and use either binary names (when possible) or
package names instead.
I've been tempted to convert options to a more compact form, but
this will happen in the future.
Tested by: two complete poudriere runs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins/Makefile | 5 | ||||
-rw-r--r-- | editors/gedit-plugins/pkg-plist | 3 | ||||
-rw-r--r-- | editors/gedit/Makefile | 11 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 7 |
4 files changed, 9 insertions, 17 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index d2a415a1f..2860275b7 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -1,9 +1,10 @@ # Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# $MCom: ports-experimental/trunk/editors/gedit-plugins/Makefile 19502 2014-04-14 20:48:21Z gusi $ +# $MCom$ PORTNAME= gedit-plugins PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +17,7 @@ BUILD_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit \ LIB_DEPENDS= libpeas-1.0.so:${PORTSDIR}/devel/libpeas RUN_DEPENDS= gedit>=0:${PORTSDIR}/editors/gedit -USES= gettext gmake libtool:keepla pathfix pkgconfig \ +USES= gettext gmake libtool pathfix pkgconfig \ tar:xz USE_GNOME= gnomeprefix gtk30 gtksourceview3 USE_LDCONFIG= yes diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist index 16fe85024..7bc8ef73d 100644 --- a/editors/gedit-plugins/pkg-plist +++ b/editors/gedit-plugins/pkg-plist @@ -101,11 +101,8 @@ %%PYTHON%%lib/gedit/plugins/joinlines.py %%PYTHON%%lib/gedit/plugins/joinlines.pyc %%PYTHON%%lib/gedit/plugins/joinlines.pyo -%%PYTHON%%lib/gedit/plugins/libbookmarks.la %%PYTHON%%lib/gedit/plugins/libbookmarks.so -%%PYTHON%%lib/gedit/plugins/libdrawspaces.la %%PYTHON%%lib/gedit/plugins/libdrawspaces.so -%%PYTHON%%lib/gedit/plugins/libwordcompletion.la %%PYTHON%%lib/gedit/plugins/libwordcompletion.so %%PYTHON%%lib/gedit/plugins/multiedit.plugin %%PYTHON%%lib/gedit/plugins/multiedit/__init__.py diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 4a6a919f0..70402ed4e 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -4,6 +4,7 @@ PORTNAME= gedit PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,16 +12,16 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ +BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= desktop-file-utils gettext gmake libtool:keepla \ +USES= desktop-file-utils gettext gmake libtool \ pathfix pkgconfig python:3 tar:xz USE_GNOME= gnomeprefix gtksourceview3 intlhack introspection:build \ libxml2 py3gobject3 diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index d59f4da6d..2d74a9e57 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -19,22 +19,15 @@ include/gedit-%%VERSION%%/gedit/gedit-view.h include/gedit-%%VERSION%%/gedit/gedit-window-activatable.h include/gedit-%%VERSION%%/gedit/gedit-window.h lib/gedit/girepository-1.0/Gedit-3.0.typelib -lib/gedit/libgedit.la lib/gedit/libgedit.so lib/gedit/plugins/docinfo.plugin lib/gedit/plugins/externaltools.plugin lib/gedit/plugins/filebrowser.plugin -lib/gedit/plugins/libdocinfo.la lib/gedit/plugins/libdocinfo.so -lib/gedit/plugins/libfilebrowser.la lib/gedit/plugins/libfilebrowser.so -lib/gedit/plugins/libmodelines.la lib/gedit/plugins/libmodelines.so -lib/gedit/plugins/libsort.la lib/gedit/plugins/libsort.so -lib/gedit/plugins/libspell.la lib/gedit/plugins/libspell.so -lib/gedit/plugins/libtime.la lib/gedit/plugins/libtime.so lib/gedit/plugins/modelines.plugin lib/gedit/plugins/pythonconsole.plugin |