mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.0.2
PR: ports/82246 Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer)
This commit is contained in:
parent
f2710475b3
commit
4c4e020d36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137506
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user