pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/soprano Fix location of SopranoAddOntology.cm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6fca5a4be5e
branches:  trunk
changeset: 396474:c6fca5a4be5e
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 25 11:52:55 2009 +0000

description:
Fix location of SopranoAddOntology.cmake to somewhere cmake finds it.
Bump PKGREVISION.

diffstat:

 textproc/soprano/Makefile         |   3 ++-
 textproc/soprano/PLIST            |   4 ++--
 textproc/soprano/distinfo         |   3 ++-
 textproc/soprano/patches/patch-aa |  11 +++++++++++
 4 files changed, 17 insertions(+), 4 deletions(-)

diffs (61 lines):

diff -r da60b9b8eaa2 -r c6fca5a4be5e textproc/soprano/Makefile
--- a/textproc/soprano/Makefile Sat Jul 25 11:44:49 2009 +0000
+++ b/textproc/soprano/Makefile Sat Jul 25 11:52:55 2009 +0000
@@ -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 -r da60b9b8eaa2 -r c6fca5a4be5e textproc/soprano/PLIST
--- a/textproc/soprano/PLIST    Sat Jul 25 11:44:49 2009 +0000
+++ b/textproc/soprano/PLIST    Sat Jul 25 11:52:55 2009 +0000
@@ -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_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 -r da60b9b8eaa2 -r c6fca5a4be5e textproc/soprano/distinfo
--- a/textproc/soprano/distinfo Sat Jul 25 11:44:49 2009 +0000
+++ b/textproc/soprano/distinfo Sat Jul 25 11:52:55 2009 +0000
@@ -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 -r da60b9b8eaa2 -r c6fca5a4be5e textproc/soprano/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/soprano/patches/patch-aa Sat Jul 25 11:52:55 2009 +0000
@@ -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
+ )



Home | Main Index | Thread Index | Old Index