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

(-)textproc/raptor/Makefile (-6 / +4 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	raptor
9
PORTNAME=	raptor
10
PORTVERSION=	1.3.1
10
PORTVERSION=	1.3.2
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://www.redland.opensource.ac.uk/dist/source/
13
		http://www.redland.opensource.ac.uk/dist/source/
Lines 16-32 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	RDF Parser Toolkit for Redland
17
COMMENT=	RDF Parser Toolkit for Redland
18
18
19
LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl \
19
LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
20
		xmlparse.1:${PORTSDIR}/www/libwww
21
20
21
USE_GNOME=	gnomehack gnometarget libxml2 lthack
22
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
23
USE_GNOME=	glib20 gnomehack gnometarget libxml2 lthack
24
USE_INC_LIBTOOL_VER=	13
23
USE_INC_LIBTOOL_VER=	13
25
CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
24
CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
26
		--with-curl-config=${LOCALBASE}/bin/curl-config \
25
		--with-curl-config=${LOCALBASE}/bin/curl-config \
27
		--with-libwww-config=${LOCALBASE}/bin/libwww-config \
28
		--with-pkg-config=${LOCALBASE}/bin/pkg-config \
26
		--with-pkg-config=${LOCALBASE}/bin/pkg-config \
29
		--with-xml-parser=libxml
27
		--with-xml-parser=libxml --with-www=curl
30
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
31
29
32
MAN1=		rapper.1 raptor-config.1
30
MAN1=		rapper.1 raptor-config.1
(-)textproc/raptor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (raptor-1.3.1.tar.gz) = c34bdf2d02b375947dfcfdc159003c66
1
MD5 (raptor-1.3.2.tar.gz) = ff76db43e24ae803e69ef3f7081c78e0
2
SIZE (raptor-1.3.1.tar.gz) = 652645
2
SIZE (raptor-1.3.2.tar.gz) = 654265

Return to bug 69583