diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-09 06:55:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-09 06:55:31 +0800 |
commit | 687f60515d0293e8fe0f232ca31febe6ffe8552b (patch) | |
tree | 16da081e7310d7f92de25a33100fe772564d477c /textproc/redland | |
parent | 8c902cea843a5364910f3a6325787dd1cf5c9f9b (diff) | |
download | freebsd-ports-gnome-687f60515d0293e8fe0f232ca31febe6ffe8552b.tar.gz freebsd-ports-gnome-687f60515d0293e8fe0f232ca31febe6ffe8552b.tar.zst freebsd-ports-gnome-687f60515d0293e8fe0f232ca31febe6ffe8552b.zip |
- Update to 1.0.5
PR: ports/106459
Submitted by: Charles Swiger (maintainer)
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 7 | ||||
-rw-r--r-- | textproc/redland/distinfo | 6 | ||||
-rw-r--r-- | textproc/redland/pkg-plist | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index f12f5cd65d03..3d7a73a3d882 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -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 diff --git a/textproc/redland/distinfo b/textproc/redland/distinfo index ef5cf2b571af..cc50e6d5ebaf 100644 --- a/textproc/redland/distinfo +++ b/textproc/redland/distinfo @@ -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 diff --git a/textproc/redland/pkg-plist b/textproc/redland/pkg-plist index b5b3a9431c30..69eeae69e878 100644 --- a/textproc/redland/pkg-plist +++ b/textproc/redland/pkg-plist @@ -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 |