diff options
author | marino <marino@FreeBSD.org> | 2015-02-06 23:03:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-02-06 23:03:38 +0800 |
commit | d13a08f05e9d240a80f47ce65d9e5a2983e0c538 (patch) | |
tree | 71c4b98c9fff881385d3eff94a89add05aff8054 | |
parent | 70184355e1ca64b6ce66d7ac671bc437b201eca6 (diff) | |
download | freebsd-ports-gnome-d13a08f05e9d240a80f47ce65d9e5a2983e0c538.tar.gz freebsd-ports-gnome-d13a08f05e9d240a80f47ce65d9e5a2983e0c538.tar.zst freebsd-ports-gnome-d13a08f05e9d240a80f47ce65d9e5a2983e0c538.zip |
editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0
PR: 152590
Submitted by: maintainer (Olivier Cochard)
-rw-r--r-- | editors/deforaos-editor/Makefile | 16 | ||||
-rw-r--r-- | editors/deforaos-editor/distinfo | 4 | ||||
-rw-r--r-- | editors/deforaos-editor/pkg-plist | 7 |
3 files changed, 20 insertions, 7 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index 5d3c53b644aa..c9e78ae9f59e 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= editor -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= editors -MASTER_SITES= http://www.defora.org/os/download/download/3702/ +MASTER_SITES= http://www.defora.org/os/download/download/4326/ PKGNAMEPREFIX= deforaos- DISTNAME= Editor-${PORTVERSION} @@ -14,11 +13,20 @@ COMMENT= DeforaOS desktop text editor LICENSE= GPLv3 +BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl + LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} USES= desktop-file-utils gettext pkgconfig USE_GNOME= gtk20 +MANDIRS= ${PREFIX}/share/man/man1 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \ + ${STAGEDIR}${PREFIX}/bin/filter + .include <bsd.port.mk> diff --git a/editors/deforaos-editor/distinfo b/editors/deforaos-editor/distinfo index 313f95d0e58b..89681a5ead8d 100644 --- a/editors/deforaos-editor/distinfo +++ b/editors/deforaos-editor/distinfo @@ -1,2 +1,2 @@ -SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000 -SIZE (Editor-0.2.1.tar.gz) = 27755 +SHA256 (Editor-0.3.0.tar.gz) = f08f3c7dacc416849eb9ce33b8d14ae0db90e8efc799b99ddb39fabcc7f98dd9 +SIZE (Editor-0.3.0.tar.gz) = 33801 diff --git a/editors/deforaos-editor/pkg-plist b/editors/deforaos-editor/pkg-plist index 85fb455f1f3f..e9f880257588 100644 --- a/editors/deforaos-editor/pkg-plist +++ b/editors/deforaos-editor/pkg-plist @@ -1,6 +1,11 @@ bin/editor -share/applications/editor.desktop +bin/filter +share/applications/deforaos-editor.desktop +share/doc/html/Editor/editor.html +share/doc/html/Editor/filter.html share/locale/de/LC_MESSAGES/Editor.mo share/locale/es/LC_MESSAGES/Editor.mo share/locale/fr/LC_MESSAGES/Editor.mo share/locale/it/LC_MESSAGES/Editor.mo +share/man/man1/editor.1.gz +share/man/man1/filter.1.gz |