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

Collapse All | Expand All

(-)editors/deforaos-editor/Makefile (-3 / +10 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 21-24 Link Here
21
USES=		desktop-file-utils gettext pkgconfig
20
USES=		desktop-file-utils gettext pkgconfig
22
USE_GNOME=	gtk20
21
USE_GNOME=	gtk20
23
22
23
post-patch:
24
	${REINPLACE_CMD} 's|data doc po|data po|' \
25
		${WRKSRC}/Makefile
26
27
post-install:
28
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/editor
29
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/filter
30
24
.include <bsd.port.mk>
31
.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 / +2 lines)
Lines 1-5 Link Here
1
bin/editor
1
bin/editor
2
share/applications/editor.desktop
2
bin/filter
3
share/applications/deforaos-editor.desktop
3
share/locale/de/LC_MESSAGES/Editor.mo
4
share/locale/de/LC_MESSAGES/Editor.mo
4
share/locale/es/LC_MESSAGES/Editor.mo
5
share/locale/es/LC_MESSAGES/Editor.mo
5
share/locale/fr/LC_MESSAGES/Editor.mo
6
share/locale/fr/LC_MESSAGES/Editor.mo

Return to bug 197324