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

Collapse All | Expand All

(-)textproc/expat2/Makefile (-3 / +3 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/textproc/expat2/Makefile 444629 2017-06-29 08:39:45Z tijl $
2
# $FreeBSD: head/textproc/expat2/Makefile 444629 2017-06-29 08:39:45Z tijl $
3
3
4
PORTNAME=	expat
4
PORTNAME=	expat
5
PORTVERSION=	2.2.1
5
PORTVERSION=	2.2.5
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	SF
7
MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/
8
8
9
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	XML 1.0 parser written in C
10
COMMENT=	XML 1.0 parser written in C
Lines 13-20 Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
ALL_TARGET=	default
17
USES=		libtool pathfix tar:bz2
16
USES=		libtool pathfix tar:bz2
18
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
INSTALL_TARGET=	install-strip
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)textproc/expat2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497862160
1
TIMESTAMP = 1513211880
2
SHA256 (expat-2.2.1.tar.bz2) = 1868cadae4c82a018e361e2b2091de103cd820aaacb0d6cfa49bd2cd83978885
2
SHA256 (expat-2.2.5.tar.bz2) = d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
3
SIZE (expat-2.2.1.tar.bz2) = 405441
3
SIZE (expat-2.2.5.tar.bz2) = 510868
(-)textproc/expat2/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Expat is an XML 1.0 parser written in C. It aims to be fully
1
Expat is an XML 1.0 parser written in C. It aims to be fully
2
conforming. It is currently not a validating XML processor.
2
conforming. It is currently not a validating XML processor.
3
3
4
WWW: https://sourceforge.net/projects/expat/
4
WWW: https://github.com/libexpat/libexpat
(-)textproc/expat2/pkg-plist (-1 / +3 lines)
Lines 5-10 Link Here
5
lib/libexpat.a
5
lib/libexpat.a
6
lib/libexpat.so
6
lib/libexpat.so
7
lib/libexpat.so.1
7
lib/libexpat.so.1
8
lib/libexpat.so.1.6.3
8
lib/libexpat.so.1.6.7
9
libdata/pkgconfig/expat.pc
9
libdata/pkgconfig/expat.pc
10
man/man1/xmlwf.1.gz
10
man/man1/xmlwf.1.gz
11
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
12
%%PORTDOCS%%%%DOCSDIR%%/changelog

Return to bug 221634