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

(-)b/textproc/libunibreak/Makefile (-3 / +7 lines)
Lines 1-8 Link Here
1
PORTNAME=	libunibreak
1
PORTNAME=	libunibreak
2
PORTVERSION=	5.1
2
DISTVERSION=	6.1
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	textproc
4
CATEGORIES=	textproc
5
MASTER_SITES=	https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/
5
MASTER_SITES=	https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${DISTVERSION:C/\./_/}/
6
6
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Implementation of the line and word breaking algorithm for Unicode
8
COMMENT=	Implementation of the line and word breaking algorithm for Unicode
Lines 12-20 LICENSE= ZLIB Link Here
12
LICENSE_FILE=	${WRKSRC}/LICENCE
12
LICENSE_FILE=	${WRKSRC}/LICENCE
13
13
14
USES=		libtool pathfix
14
USES=		libtool pathfix
15
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
16
INSTALL_TARGET=	install-strip
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
19
INSTALL_TARGET=	install-strip
20
TEST_TARGET=	check
21
18
MAKE_ARGS=	LN_S="${INSTALL_DATA}"
22
MAKE_ARGS=	LN_S="${INSTALL_DATA}"
19
23
20
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/textproc/libunibreak/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1678608217
1
TIMESTAMP = 1709408035
2
SHA256 (libunibreak-5.1.tar.gz) = dd1a92d4c5646aa0e457ff41d89812ec5243863be6c20bbcb5ee380f3dd78377
2
SHA256 (libunibreak-6.1.tar.gz) = cc4de0099cf7ff05005ceabff4afed4c582a736abc38033e70fdac86335ce93f
3
SIZE (libunibreak-5.1.tar.gz) = 658914
3
SIZE (libunibreak-6.1.tar.gz) = 855733
(-)b/textproc/libunibreak/pkg-plist (-2 / +3 lines)
Lines 1-3 Link Here
1
include/eastasianwidthdef.h
1
include/graphemebreak.h
2
include/graphemebreak.h
2
include/linebreak.h
3
include/linebreak.h
3
include/linebreakdef.h
4
include/linebreakdef.h
Lines 6-11 include/unibreakdef.h Link Here
6
include/wordbreak.h
7
include/wordbreak.h
7
lib/libunibreak.a
8
lib/libunibreak.a
8
lib/libunibreak.so
9
lib/libunibreak.so
9
lib/libunibreak.so.5
10
lib/libunibreak.so.6
10
lib/libunibreak.so.5.0.1
11
lib/libunibreak.so.6.0.1
11
libdata/pkgconfig/libunibreak.pc
12
libdata/pkgconfig/libunibreak.pc

Return to bug 277438