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

(-)textproc/raptor/Makefile (-6 / +4 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	raptor
9
PORTNAME=	raptor
10
PORTVERSION=	0.9.10
10
PORTVERSION=	0.9.11
11
PORTREVISION=	0
12
CATEGORIES=	textproc
11
CATEGORIES=	textproc
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
14
		http://www.redland.opensource.ac.uk/dist/source/
13
		http://www.redland.opensource.ac.uk/dist/source/
Lines 17-28 Link Here
17
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	RDF Parser Toolkit for Redland
17
COMMENT=	RDF Parser Toolkit for Redland
19
18
20
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 \
19
LIB_DEPENDS=	curl.2:${PORTSDIR}/ftp/curl \
21
		xmlparse.1:${PORTSDIR}/www/libwww \
20
		xmlparse.1:${PORTSDIR}/www/libwww
22
		curl.2:${PORTSDIR}/ftp/curl
23
21
24
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
25
USE_GNOME=	gnomehack
23
USE_GNOME=	glib20 gnomehack gnometarget libxml2
26
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
27
CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
25
CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
28
		--with-curl-config=${LOCALBASE}/bin/curl-config \
26
		--with-curl-config=${LOCALBASE}/bin/curl-config \
(-)textproc/raptor/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (raptor-0.9.10.tar.gz) = 7c4a3b7fb9f3df3de0430cbcf022d1bc
1
MD5 (raptor-0.9.11.tar.gz) = 3ccb466690e126a01ddfe5fb759d01f7

Return to bug 55066