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

(-)editors/xcoral/Makefile (-4 / +4 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	xcoral
8
PORTNAME=	xcoral
9
PORTVERSION=	3.46
9
PORTVERSION=	3.47
10
PORTREVISION=	2
11
CATEGORIES=	editors
10
CATEGORIES=	editors
12
MASTER_SITES=	http://xcoral.free.fr/
11
MASTER_SITES=	http://xcoral.free.fr/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A multiwindow mouse-based text editor for X
14
COMMENT=	A multiwindow mouse-based text editor for X
16
15
17
GNU_CONFIGURE=	yes
18
USE_XORG=	x11
16
USE_XORG=	x11
19
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
17
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	LIBS="-lgnuregex"
18
CONFIGURE_ENV=	LIBS="-lgnuregex"
19
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
20
21
PLIST_SUB=	VERSION="${PORTVERSION}"
21
PLIST_SUB=	VERSION="${PORTVERSION}"
22
22
23
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
(-)editors/xcoral/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xcoral-3.46.tar.gz) = 522965010fb27e399d53dcc79548d6a6
1
MD5 (xcoral-3.47.tar.gz) = 81406e93c92bcdb7dbcb43e031d76ffd
2
SHA256 (xcoral-3.46.tar.gz) = 913d1c59a2e134fe1b20eb1a98877a494935bcc44322cdc9aa2368073e3b853b
2
SHA256 (xcoral-3.47.tar.gz) = 886e02eeb96e494d32969fcf41dcd09133896b717b714eb42affed1f460af3dd
3
SIZE (xcoral-3.46.tar.gz) = 2755488
3
SIZE (xcoral-3.47.tar.gz) = 2760763
(-)editors/xcoral/pkg-plist (+1 lines)
Lines 34-39 Link Here
34
%%DATADIR%%/shell-script.sc
34
%%DATADIR%%/shell-script.sc
35
%%DATADIR%%/sun-keydef.sc
35
%%DATADIR%%/sun-keydef.sc
36
%%DATADIR%%/title.sc
36
%%DATADIR%%/title.sc
37
%%DATADIR%%/title.sc.gen
37
%%DATADIR%%/top-ten.sc
38
%%DATADIR%%/top-ten.sc
38
%%DATADIR%%/utilities.sc
39
%%DATADIR%%/utilities.sc
39
%%DATADIR%%/version.sc
40
%%DATADIR%%/version.sc

Return to bug 123083