diff options
author | markd <markd@pkgsrc.org> | 2009-07-25 11:52:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-07-25 11:52:55 +0000 |
commit | c254b495b41761484fe2be1aaf03dad89758419b (patch) | |
tree | 45e4cb26fb3d722df84cbb81290848297a464ecc /textproc/soprano | |
parent | a940163e705a9779016f47f2357ccb54661ccb75 (diff) | |
download | pkgsrc-c254b495b41761484fe2be1aaf03dad89758419b.tar.gz |
Fix location of SopranoAddOntology.cmake to somewhere cmake finds it.
Bump PKGREVISION.
Diffstat (limited to 'textproc/soprano')
-rw-r--r-- | textproc/soprano/Makefile | 3 | ||||
-rw-r--r-- | textproc/soprano/PLIST | 4 | ||||
-rw-r--r-- | textproc/soprano/distinfo | 3 | ||||
-rw-r--r-- | textproc/soprano/patches/patch-aa | 11 |
4 files changed, 17 insertions, 4 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile index 4c7f5b884eb..65121893087 100644 --- a/textproc/soprano/Makefile +++ b/textproc/soprano/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/07/23 09:46:37 markd Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/25 11:52:55 markd Exp $ DISTNAME= soprano-2.3.0 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soprano/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/soprano/PLIST b/textproc/soprano/PLIST index 9109dafc789..765da275444 100644 --- a/textproc/soprano/PLIST +++ b/textproc/soprano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/07/23 09:46:37 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/07/25 11:52:55 markd Exp $ bin/onto2vocabularyclass bin/sopranocmd bin/sopranod @@ -160,12 +160,12 @@ lib/soprano/libsoprano_nquadserializer.so lib/soprano/libsoprano_raptorparser.so lib/soprano/libsoprano_raptorserializer.so lib/soprano/libsoprano_redlandbackend.so -share/apps/cmake/modules/SopranoAddOntology.cmake share/dbus-1/interfaces/org.soprano.Model.xml share/dbus-1/interfaces/org.soprano.NodeIterator.xml share/dbus-1/interfaces/org.soprano.QueryResultIterator.xml share/dbus-1/interfaces/org.soprano.Server.xml share/dbus-1/interfaces/org.soprano.StatementIterator.xml +share/kde/apps/cmake/modules/SopranoAddOntology.cmake share/soprano/plugins/nquadparser.desktop share/soprano/plugins/nquadserializer.desktop share/soprano/plugins/raptorparser.desktop diff --git a/textproc/soprano/distinfo b/textproc/soprano/distinfo index aeb1807aa19..bcb11e7cacd 100644 --- a/textproc/soprano/distinfo +++ b/textproc/soprano/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.5 2009/07/23 09:46:37 markd Exp $ +$NetBSD: distinfo,v 1.6 2009/07/25 11:52:55 markd Exp $ SHA1 (soprano-2.3.0.tar.bz2) = 7452957588be84e212c46b54034e907e61c277c9 RMD160 (soprano-2.3.0.tar.bz2) = 7d42e97e04de5f0ebdfd4fb58d1a159a9223a51b Size (soprano-2.3.0.tar.bz2) = 1910821 bytes +SHA1 (patch-aa) = b9ad93e3d304872bed2c48d3379eb0dbe96ff0cd diff --git a/textproc/soprano/patches/patch-aa b/textproc/soprano/patches/patch-aa new file mode 100644 index 00000000000..239e50984c2 --- /dev/null +++ b/textproc/soprano/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2009/07/25 11:52:55 markd Exp $ + +--- cmake/modules/CMakeLists.txt.orig 2009-06-24 07:45:40.000000000 +1200 ++++ cmake/modules/CMakeLists.txt +@@ -1,5 +1,5 @@ + install(FILES + SopranoAddOntology.cmake + DESTINATION +- share/apps/cmake/modules ++ share/kde/apps/cmake/modules + ) |