mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.0.5
PR: ports/106459 Submitted by: Charles Swiger (maintainer)
This commit is contained in:
parent
696f55fde9
commit
628b77d12f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179220
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redland
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://librdf.org/dist/source/
|
||||
@ -31,9 +31,10 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-raptor=system \
|
||||
--with-rasqal=internal \
|
||||
--with-threestore=no
|
||||
--with-threestore=no \
|
||||
--mandir=${PREFIX}/man
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \
|
||||
redland-db-upgrade.1 roqet.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redland-1.0.4.tar.gz) = 3ee58cbf5486c97ef3bc0c4368a344cc
|
||||
SHA256 (redland-1.0.4.tar.gz) = 1846817e98f8231ca15299fcabee0fd1f1a2a9afa12f7b34c98a6fe63cf880ab
|
||||
SIZE (redland-1.0.4.tar.gz) = 3374125
|
||||
MD5 (redland-1.0.5.tar.gz) = 43d909ff6ffa7f7559ad9af5620c8cbf
|
||||
SHA256 (redland-1.0.5.tar.gz) = 3bb39e8446c4de50008ceec87475eccc1a4c17bf8bc0cf9689dedd4bdcafd9a4
|
||||
SIZE (redland-1.0.5.tar.gz) = 3313157
|
||||
|
@ -46,6 +46,7 @@ share/gtk-doc/html/rasqal/rasqal-section-literal.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-prefix.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query-results.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-triple.html
|
||||
share/gtk-doc/html/rasqal/rasqal.devhelp
|
||||
share/gtk-doc/html/rasqal/rasqal.devhelp2
|
||||
@ -96,3 +97,4 @@ share/gtk-doc/html/redland/up.png
|
||||
@dirrm share/gtk-doc/html/rasqal
|
||||
@exec mkdir -p %D/share/gtk-doc/html/redland
|
||||
@dirrm share/gtk-doc/html/redland
|
||||
@dirrmtry share/gtk-doc
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redland
|
||||
PORTVERSION= 1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://librdf.org/dist/source/
|
||||
@ -31,9 +31,10 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-raptor=system \
|
||||
--with-rasqal=internal \
|
||||
--with-threestore=no
|
||||
--with-threestore=no \
|
||||
--mandir=${PREFIX}/man
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= rasqal-config.1 rdfproc.1 redland-config.1 \
|
||||
redland-db-upgrade.1 roqet.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redland-1.0.4.tar.gz) = 3ee58cbf5486c97ef3bc0c4368a344cc
|
||||
SHA256 (redland-1.0.4.tar.gz) = 1846817e98f8231ca15299fcabee0fd1f1a2a9afa12f7b34c98a6fe63cf880ab
|
||||
SIZE (redland-1.0.4.tar.gz) = 3374125
|
||||
MD5 (redland-1.0.5.tar.gz) = 43d909ff6ffa7f7559ad9af5620c8cbf
|
||||
SHA256 (redland-1.0.5.tar.gz) = 3bb39e8446c4de50008ceec87475eccc1a4c17bf8bc0cf9689dedd4bdcafd9a4
|
||||
SIZE (redland-1.0.5.tar.gz) = 3313157
|
||||
|
@ -46,6 +46,7 @@ share/gtk-doc/html/rasqal/rasqal-section-literal.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-prefix.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query-results.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-query-results-formatter.html
|
||||
share/gtk-doc/html/rasqal/rasqal-section-triple.html
|
||||
share/gtk-doc/html/rasqal/rasqal.devhelp
|
||||
share/gtk-doc/html/rasqal/rasqal.devhelp2
|
||||
@ -96,3 +97,4 @@ share/gtk-doc/html/redland/up.png
|
||||
@dirrm share/gtk-doc/html/rasqal
|
||||
@exec mkdir -p %D/share/gtk-doc/html/redland
|
||||
@dirrm share/gtk-doc/html/redland
|
||||
@dirrmtry share/gtk-doc
|
||||
|
Loading…
Reference in New Issue
Block a user