- Update to 1.0.1

PR:		ports/81741
Submitted by:	Charles Swiger <chuck@pkix.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-06-01 13:55:53 +00:00
parent 7251667b99
commit 43a39ed675
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136598
6 changed files with 16 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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