diff options
author | pav <pav@FreeBSD.org> | 2005-06-16 04:47:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-16 04:47:34 +0800 |
commit | 5f5e6ea3e6a92d4019606ce4feebeba986c0ee72 (patch) | |
tree | 7f288e8e45a4c9554bb2541a3165a0de63216c37 /textproc/rasqal | |
parent | 52a0cf2859df6fb8d4e4a50c0dae6071b0af6a3e (diff) | |
download | freebsd-ports-gnome-5f5e6ea3e6a92d4019606ce4feebeba986c0ee72.tar.gz freebsd-ports-gnome-5f5e6ea3e6a92d4019606ce4feebeba986c0ee72.tar.zst freebsd-ports-gnome-5f5e6ea3e6a92d4019606ce4feebeba986c0ee72.zip |
- Update to 1.0.2
PR: ports/82246
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
Diffstat (limited to 'textproc/rasqal')
-rw-r--r-- | textproc/rasqal/Makefile | 11 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index cacd14813529..356d2a0d0c35 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/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/rasqal/distinfo b/textproc/rasqal/distinfo index 2f652215bc60..4a1919e3f453 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/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 |