diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:55:01 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:55:01 +0000 |
commit | 483990fcf2585fc23f0c9d179e9dfd1b85082985 (patch) | |
tree | 845d6e9b9321493ec712abaf78d6afce9f7a233b /textproc/redland | |
parent | ccb1023f9c45d7eccfadba10cd532302c3faf36d (diff) | |
download | ports-483990fcf2585fc23f0c9d179e9dfd1b85082985.tar.gz ports-483990fcf2585fc23f0c9d179e9dfd1b85082985.zip |
Notes
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 8 | ||||
-rw-r--r-- | textproc/redland/distinfo | 4 | ||||
-rw-r--r-- | textproc/redland/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | textproc/redland/pkg-plist | 4 |
4 files changed, 9 insertions, 18 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index faf995f0b2fd..5363db688260 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -7,15 +7,15 @@ # PORTNAME= redland -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.14 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= kde@FreeBSD.org COMMENT= A high-level interface for RDF -LIB_DEPENDS= raptor.3:${PORTSDIR}/textproc/raptor \ - rasqal.2:${PORTSDIR}/textproc/rasqal +LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ + rasqal.3:${PORTSDIR}/textproc/rasqal USE_BDB= yes WITH_BDB_HIGHEST= yes @@ -26,8 +26,6 @@ USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-raptor=system \ --with-threestore=no diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index 900eb82a8114..5044ffba96a5 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,2 +1,2 @@ -SHA256 (redland-1.0.12.tar.gz) = 89041031aa5809a2422987fe6cd10c40c22614d6db4f81c55e49c925c5d80523 -SIZE (redland-1.0.12.tar.gz) = 1552241 +SHA256 (redland-1.0.14.tar.gz) = 130c3f0290868df1aa82f7648aee73677271a7e0867109cba16751fd120686c4 +SIZE (redland-1.0.14.tar.gz) = 1581695 diff --git a/textproc/redland/files/patch-Makefile.in b/textproc/redland/files/patch-Makefile.in deleted file mode 100644 index cbb15b307ba4..000000000000 --- a/textproc/redland/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 4 12:17:19 2004 -+++ Makefile.in Wed Aug 4 12:18:49 2004 -@@ -288,7 +288,7 @@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - - # Subdirectories to build/install/distribute etc. --SUBDIRS = $(subdirs) src examples utils demos docs data -+SUBDIRS = $(subdirs) src utils demos docs data - EXTRA_DIST = ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 \ - ChangeLog.5 ChangeLog.6 ChangeLog.7 \ - README NEWS LICENSE.txt TODO \ diff --git a/textproc/redland/pkg-plist b/textproc/redland/pkg-plist index 6af38683a482..25f724ff6ece 100644 --- a/textproc/redland/pkg-plist +++ b/textproc/redland/pkg-plist @@ -46,6 +46,9 @@ share/gtk-doc/html/redland/indexes.html share/gtk-doc/html/redland/introduction.html share/gtk-doc/html/redland/left.png share/gtk-doc/html/redland/objects.html +share/gtk-doc/html/redland/redland-changes-1-0-12-to-1-0-13.html +share/gtk-doc/html/redland/redland-changes-1-0-13-to-1-0-14.html +share/gtk-doc/html/redland/redland-changes.html share/gtk-doc/html/redland/redland-concepts.html share/gtk-doc/html/redland/redland-digest.html share/gtk-doc/html/redland/redland-files.html @@ -88,6 +91,7 @@ share/gtk-doc/html/redland/up.png %%MYSQL%%share/redland/mysql-v1.ttl %%MYSQL%%share/redland/mysql-v2.ttl %%DATADIR%%/Redland.i +@exec mkdir -p %D/lib/redland @dirrm lib/redland @dirrm %%DATADIR%% @exec mkdir -p %D/share/gtk-doc/html/redland |