View | Details | Raw Unified | Return to bug 235072
Collapse All | Expand All

(-)Makefile (-10 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libexo
4
PORTNAME=	libexo
5
PORTVERSION=	0.12.3
5
PORTVERSION=	0.12.4
6
CATEGORIES=	x11 xfce
6
CATEGORIES=	x11 xfce
7
MASTER_SITES=	XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R}
7
MASTER_SITES=	XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R}
8
DISTNAME=	exo-${PORTVERSION}
8
DISTNAME=	exo-${PORTVERSION}
Lines 18-29 Link Here
18
18
19
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
19
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
20
		libfreetype.so:print/freetype2
20
		libfreetype.so:print/freetype2
21
BUILD_DEPENDS=	p5-URI>=1.60:net/p5-URI
21
BUILD_DEPENDS=	p5-URI>=1.70:net/p5-URI
22
RUN_DEPENDS=	p5-URI>=1.60:net/p5-URI
22
RUN_DEPENDS=	p5-URI>=1.70:net/p5-URI
23
23
24
USES=		desktop-file-utils gmake libtool pathfix perl5 \
24
USES=		desktop-file-utils gettext-tools gmake gnome libtool \
25
		pkgconfig gettext-tools xfce:gtk3 tar:bzip2
25
		pathfix perl5 pkgconfig tar:bzip2 xfce:gtk3
26
USE_GNOME=	cairo glib20 gtk20 gtk30 intltool intlhack
26
USE_GNOME=	cairo glib20 gtk20 gtk30 intltool
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
USE_XFCE=	libmenu
28
USE_XFCE=	libmenu
29
USE_XORG=	ice sm x11
29
USE_XORG=	ice sm x11
Lines 41-48 Link Here
41
NLS_CONFIGURE_ENABLE=	nls
41
NLS_CONFIGURE_ENABLE=	nls
42
OPTIONS_SUB=	yes
42
OPTIONS_SUB=	yes
43
43
44
post-patch:
45
	${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \
46
		${WRKSRC}/exo-open/exo-mail-reader.desktop.in
47
48
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1539668615
1
TIMESTAMP = 1547971700
2
SHA256 (xfce4/exo-0.12.3.tar.bz2) = b96fe86bb504aa9b3332b96105d755f5d9052c903fd6574b512a5ef76c0ad439
2
SHA256 (xfce4/exo-0.12.4.tar.bz2) = b0af60816bdb572ce53f19462fb1f3a5895a04017a878893dc03c166ea2050af
3
SIZE (xfce4/exo-0.12.3.tar.bz2) = 1233053
3
SIZE (xfce4/exo-0.12.4.tar.bz2) = 1235738

Return to bug 235072