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

Collapse All | Expand All

(-)Makefile (-7 / +5 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	devilspie
4
PORTNAME=	devilspie
5
PORTVERSION=	0.22
5
PORTVERSION=	0.23
6
PORTREVISION=	6
7
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://www.burtonini.com/computing/
7
MASTER_SITES=	http://www.burtonini.com/computing/
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	w.schwarzenfeld@utanet.at
11
COMMENT=	Window manipulation tool
10
COMMENT=	Window manipulation tool
12
11
EXTRACT_SUFX=	.tar.xz
13
OPTIONS_DEFINE=	DOCS
12
OPTIONS_DEFINE=	DOCS
14
13
14
LIB_DEPENDS=	libwnck-3.so:${PORTSDIR}/x11-toolkits/libwnck3
15
15
USE_GNOME=	libwnck intltool
16
USE_GNOME=	libwnck intltool
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
USES=		pkgconfig gettext gmake
18
USES=		pkgconfig gettext gmake
Lines 19-27 Link Here
19
LIBS+=		-L${LOCALBASE}/lib -lX11
20
LIBS+=		-L${LOCALBASE}/lib -lX11
20
21
21
PORTDOCS=	AUTHORS NEWS README TODO
22
PORTDOCS=	AUTHORS NEWS README TODO
22
PLIST_FILES=	bin/devilspie \
23
		man/man1/devilspie.1.gz \
24
		share/locale/de/LC_MESSAGES/devilspie.mo
25
23
26
post-patch:
24
post-patch:
27
	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
25
	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (devilspie-0.22.tar.gz) = e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf
1
SHA256 (devilspie-0.23.tar.xz) = 2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb
2
SIZE (devilspie-0.22.tar.gz) = 192646
2
SIZE (devilspie-0.23.tar.xz) = 130984
(-)pkg-plist (+16 lines)
Line 0 Link Here
1
bin/devilspie
2
man/man1/devilspie.1.gz
3
share/locale/ca/LC_MESSAGES/devilspie.mo
4
share/locale/cs/LC_MESSAGES/devilspie.mo
5
share/locale/da/LC_MESSAGES/devilspie.mo
6
share/locale/de/LC_MESSAGES/devilspie.mo
7
share/locale/en_GB/LC_MESSAGES/devilspie.mo
8
share/locale/es/LC_MESSAGES/devilspie.mo
9
share/locale/fr/LC_MESSAGES/devilspie.mo
10
share/locale/nb/LC_MESSAGES/devilspie.mo
11
share/locale/oc/LC_MESSAGES/devilspie.mo
12
share/locale/pt_BR/LC_MESSAGES/devilspie.mo
13
share/locale/ro/LC_MESSAGES/devilspie.mo
14
share/locale/sl/LC_MESSAGES/devilspie.mo
15
share/locale/sv/LC_MESSAGES/devilspie.mo
16
share/locale/zh_CN/LC_MESSAGES/devilspie.mo

Return to bug 204352