diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-15 20:47:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-15 20:47:34 +0000 |
commit | 4c4e020d3640fd8d984db78120bad78a2e714de9 (patch) | |
tree | ca0ed86092679c5cf29f9be0c0ffb6a66b017c74 /textproc/redland | |
parent | f2710475b36922603606b398768583dcfa47341e (diff) | |
download | ports-4c4e020d3640fd8d984db78120bad78a2e714de9.tar.gz ports-4c4e020d3640fd8d984db78120bad78a2e714de9.zip |
- Update to 1.0.2
PR: ports/82246
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=137506
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 11 | ||||
-rw-r--r-- | textproc/redland/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index cacd14813529..356d2a0d0c35 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -7,7 +7,7 @@ # PORTNAME= redland -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://librdf.org/dist/source/ @@ -39,15 +39,12 @@ USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 -LIBTOOLFILES= configure raptor/configure rasqal/configure +LIBTOOLFILES= configure rasqal/configure -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --with-bdb-lib="${LOCALBASE}/lib" \ - --with-bdb-include="${LOCALBASE}/include/db${WITH_BDB_VER}" \ - --with-bdb-dbname="db${WITH_BDB_VER}" \ - --with-raptor=system \ +CONFIGURE_ARGS= --with-raptor=system \ --with-rasqal=internal \ --with-threestore=no diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index 2f652215bc60..4a1919e3f453 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -1,2 +1,2 @@ -MD5 (redland-1.0.1.tar.gz) = afd9414b9f3c385b3fe00c0ea7db9714 -SIZE (redland-1.0.1.tar.gz) = 2734353 +MD5 (redland-1.0.2.tar.gz) = 64c291f063e15b4929a276167359ccf7 +SIZE (redland-1.0.2.tar.gz) = 2806461 |