diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-01 13:55:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-01 13:55:53 +0000 |
commit | 43a39ed675125bab815d177cd7a5374debac860e (patch) | |
tree | 854becfd27b4b16a93bf38f33d1048fd79eacc21 /textproc/rasqal | |
parent | 7251667b99b222bc9b4e3fc6a7d7a7c97f84482e (diff) | |
download | ports-43a39ed675125bab815d177cd7a5374debac860e.tar.gz ports-43a39ed675125bab815d177cd7a5374debac860e.zip |
Notes
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 6 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 4 | ||||
-rw-r--r-- | textproc/rasqal/pkg-plist | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index bcf8f1a11de4..cacd14813529 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -7,7 +7,7 @@ # PORTNAME= redland -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -28,8 +28,10 @@ LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 .elif ${WITH_BDB_VER} == 42 LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 +.elif ${WITH_BDB_VER} == 43 +LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 .else -.error WITH_BDB_VER must be one of 3, 4, 41 and 42 +.error WITH_BDB_VER must be one of 3, 4, 41, 42 or 43 .endif USE_GNOME= gnomehack gnometarget lthack pkgconfig diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index 9913cda11764..2f652215bc60 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,2 +1,2 @@ -MD5 (redland-1.0.0.tar.gz) = 5fcfa0f0a2eac0cf23f0e916a3b29924 -SIZE (redland-1.0.0.tar.gz) = 2578757 +MD5 (redland-1.0.1.tar.gz) = afd9414b9f3c385b3fe00c0ea7db9714 +SIZE (redland-1.0.1.tar.gz) = 2734353 diff --git a/textproc/rasqal/pkg-plist b/textproc/rasqal/pkg-plist index b4db302c388b..807a36b4ec9e 100644 --- a/textproc/rasqal/pkg-plist +++ b/textproc/rasqal/pkg-plist @@ -6,6 +6,8 @@ bin/roqet include/librdf.h include/rasqal.h include/rdf_concepts.h +include/rdf_digest.h +include/rdf_hash.h include/rdf_init.h include/rdf_iterator.h include/rdf_log.h |