View | Details | Raw Unified | Return to bug 197324 | Differences between
and this patch

Collapse All | Expand All

(-)editors/deforaos-editor/Makefile (-4 / +12 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	editor
4
PORTNAME=	editor
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.3.0
6
PORTREVISION=	1
7
CATEGORIES=	editors
6
CATEGORIES=	editors
8
MASTER_SITES=	http://www.defora.org/os/download/download/3702/
7
MASTER_SITES=	http://www.defora.org/os/download/download/4326/
9
PKGNAMEPREFIX=	deforaos-
8
PKGNAMEPREFIX=	deforaos-
10
DISTNAME=	Editor-${PORTVERSION}
9
DISTNAME=	Editor-${PORTVERSION}
11
10
Lines 14-24 Link Here
14
13
15
LICENSE=	GPLv3
14
LICENSE=	GPLv3
16
15
16
BUILD_DEPENDS=	xsltproc>=0:${PORTSDIR}/textproc/libxslt \
17
				docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
18
17
LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
19
LIB_DEPENDS=	libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
18
		libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
20
				libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
19
21
20
MAKE_ARGS=	PREFIX=${PREFIX}
22
MAKE_ARGS=	PREFIX=${PREFIX}
21
USES=		desktop-file-utils gettext pkgconfig
23
USES=		desktop-file-utils gettext pkgconfig
22
USE_GNOME=	gtk20
24
USE_GNOME=	gtk20
23
25
26
MANDIRS=	${PREFIX}/share/man/man1
27
28
post-install:
29
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor \
30
		${STAGEDIR}${PREFIX}/bin/filter
31
24
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)editors/deforaos-editor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Editor-0.2.1.tar.gz) = 901a63db4ed3d1a625e4fbd25e39267618c0ecb88095dffd06739f9f0d392000
1
SHA256 (Editor-0.3.0.tar.gz) = f08f3c7dacc416849eb9ce33b8d14ae0db90e8efc799b99ddb39fabcc7f98dd9
2
SIZE (Editor-0.2.1.tar.gz) = 27755
2
SIZE (Editor-0.3.0.tar.gz) = 33801
(-)editors/deforaos-editor/pkg-plist (-1 / +6 lines)
Lines 1-6 Link Here
1
bin/editor
1
bin/editor
2
share/applications/editor.desktop
2
bin/filter
3
share/applications/deforaos-editor.desktop
4
share/doc/html/Editor/editor.html
5
share/doc/html/Editor/filter.html
3
share/locale/de/LC_MESSAGES/Editor.mo
6
share/locale/de/LC_MESSAGES/Editor.mo
4
share/locale/es/LC_MESSAGES/Editor.mo
7
share/locale/es/LC_MESSAGES/Editor.mo
5
share/locale/fr/LC_MESSAGES/Editor.mo
8
share/locale/fr/LC_MESSAGES/Editor.mo
6
share/locale/it/LC_MESSAGES/Editor.mo
9
share/locale/it/LC_MESSAGES/Editor.mo
10
share/man/man1/editor.1.gz
11
share/man/man1/filter.1.gz

Return to bug 197324