mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to 2.7.5.
Also remove the SESAME2 option: the sesame2 backend has not been maintained upstream for years, so enabling it would only cause us, users and upstream headaches.
This commit is contained in:
parent
c7b2770816
commit
265f55c05e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292691
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= soprano
|
||||
PORTVERSION= 2.7.4
|
||||
PORTVERSION= 2.7.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION}
|
||||
|
||||
@ -16,8 +16,6 @@ LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \
|
||||
rdf.0:${PORTSDIR}/textproc/redland \
|
||||
iodbc.3:${PORTSDIR}/databases/libiodbc
|
||||
|
||||
OPTIONS= SESAME2 "Use Sesame2 as storage backend (requires Java)" off
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib dbus qtestlib network \
|
||||
@ -25,21 +23,8 @@ QT_COMPONENTS= corelib dbus qtestlib network \
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_SESAME2)
|
||||
CATEGORIES+= java
|
||||
CMAKE_ENV+= JAVA_HOME=${JAVA_HOME}
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
JAVA_OS= native
|
||||
PLIST_SUB+= SESAME2=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DSOPRANO_DISABLE_SESAME2_BACKEND=yes
|
||||
PLIST_SUB+= SESAME2="@comment "
|
||||
.endif
|
||||
CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
|
||||
-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (soprano-2.7.4.tar.bz2) = 17d6f6b10d6e30a740e1267b50ea8b3a94a41942de26ede88a0492b8d278d338
|
||||
SIZE (soprano-2.7.4.tar.bz2) = 1953706
|
||||
SHA256 (soprano-2.7.5.tar.bz2) = 6c28e0001b4194c2ddf8bc4b787f0d514e1542dc2fadf126049f37813e893b3d
|
||||
SIZE (soprano-2.7.5.tar.bz2) = 1953685
|
||||
|
@ -151,7 +151,6 @@ lib/soprano/libsoprano_nquadserializer.so
|
||||
lib/soprano/libsoprano_raptorparser.so
|
||||
lib/soprano/libsoprano_raptorserializer.so
|
||||
lib/soprano/libsoprano_redlandbackend.so
|
||||
%%SESAME2%%lib/soprano/libsoprano_sesame2backend.so
|
||||
lib/soprano/libsoprano_virtuosobackend.so
|
||||
libdata/pkgconfig/soprano.pc
|
||||
libdata/pkgconfig/sopranoclient.pc
|
||||
@ -167,15 +166,9 @@ share/dbus-1/interfaces/org.soprano.StatementIterator.xml
|
||||
%%DATADIR%%/plugins/raptorparser.desktop
|
||||
%%DATADIR%%/plugins/raptorserializer.desktop
|
||||
%%DATADIR%%/plugins/redlandbackend.desktop
|
||||
%%SESAME2%%%%DATADIR%%/plugins/sesame2backend.desktop
|
||||
%%DATADIR%%/plugins/virtuosobackend.desktop
|
||||
%%DATADIR%%/rules/nrl.rules
|
||||
%%DATADIR%%/rules/rdfs.rules
|
||||
%%SESAME2%%%%DATADIR%%/sesame2/openrdf-sesame-2.2.4-onejar.jar
|
||||
%%SESAME2%%%%DATADIR%%/sesame2/slf4j-api-1.5.5.jar
|
||||
%%SESAME2%%%%DATADIR%%/sesame2/slf4j-simple-1.5.5.jar
|
||||
%%SESAME2%%%%DATADIR%%/sesame2/SopranoSesame2Wrapper.class
|
||||
%%SESAME2%%@dirrm %%DATADIR%%/sesame2
|
||||
@dirrm %%DATADIR%%/rules
|
||||
@dirrm %%DATADIR%%/plugins
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user