diff options
author | makc <makc@FreeBSD.org> | 2010-09-03 05:03:22 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-03 05:03:22 +0800 |
commit | b045e23df388c339935d56cc06944c3fab7f9f79 (patch) | |
tree | 19b9eb3b380a0641200bbd0508986d95bea4a039 /textproc | |
parent | 0ff7ee082e5fad9bcb4b797fc82319ab2a6a75fd (diff) | |
download | freebsd-ports-gnome-b045e23df388c339935d56cc06944c3fab7f9f79.tar.gz freebsd-ports-gnome-b045e23df388c339935d56cc06944c3fab7f9f79.tar.zst freebsd-ports-gnome-b045e23df388c339935d56cc06944c3fab7f9f79.zip |
Update to 2.5.0 for KDE SC 4.5
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/soprano/Makefile | 9 | ||||
-rw-r--r-- | textproc/soprano/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index a65357d9b5eb..83cdfd448940 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ PORTNAME= soprano -PORTVERSION= 2.4.4 +PORTVERSION= 2.5.0 CATEGORIES?= textproc MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION} MAINTAINER= kde@FreeBSD.org -COMMENT= QT4 RDF framework +COMMENT= Qt4 RDF framework LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \ raptor.3:${PORTSDIR}/textproc/raptor \ rdf.0:${PORTSDIR}/textproc/redland \ iodbc.3:${PORTSDIR}/databases/libiodbc -OPTIONS+= SESAME2 "Use Sesame2 as storage backend (requires Java)" off +OPTIONS= SESAME2 "Use Sesame2 as storage backend (requires Java)" off USE_BZIP2= yes USE_QT_VER= 4 @@ -44,8 +44,7 @@ PLIST_SUB+= SESAME2="@comment " .include <bsd.port.pre.mk> post-patch: - ${REINPLACE_CMD} -E -e "s,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig," \ - -e 's,VERSION STR(LESS|EQUAL|GREATER) "([^"]+)",VERSION VERSION_\1 \2,g' \ + ${REINPLACE_CMD} -e "s,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig," \ ${WRKSRC}/CMakeLists.txt ${REINPLACE_CMD} -e "s,soprano/cmake,cmake/Modules," \ ${WRKSRC}/cmake/modules/CMakeLists.txt diff --git a/textproc/soprano/distinfo b/textproc/soprano/distinfo index bf3894ca40f6..f7691764583c 100644 --- a/textproc/soprano/distinfo +++ b/textproc/soprano/distinfo @@ -1,3 +1,3 @@ -MD5 (soprano-2.4.4.tar.bz2) = 11a83941f290e8719883df49a4cd8faa -SHA256 (soprano-2.4.4.tar.bz2) = 78ca3b0e2c9092b88c486c380a158ad0f4ab116272e7b96239914ec34d30110b -SIZE (soprano-2.4.4.tar.bz2) = 1945464 +MD5 (soprano-2.5.0.tar.bz2) = ec09dd93e97a6ef8cb9bb83297206891 +SHA256 (soprano-2.5.0.tar.bz2) = b65b2485b921a1823cad557b13782e395af3f9ba41def0c4ab26ebd939d4e005 +SIZE (soprano-2.5.0.tar.bz2) = 1944118 |