svn commit: r309677 - head/textproc/redland
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Dec 30 16:28:10 UTC 2012
Author: rakuco
Date: Sun Dec 30 16:28:08 2012
New Revision: 309677
URL: http://svnweb.freebsd.org/changeset/ports/309677
Log:
- Update to 1.0.16.
- Trim Makefile header.
- Remove library versions from LIB_DEPENDS.
- Do not create lib/redland while the MYSQL, PGSQL, SQLITE and
VIRTUOSO options are unconditionally disabled.
With hat: kde@
Modified:
head/textproc/redland/Makefile
head/textproc/redland/distinfo
head/textproc/redland/pkg-plist
Modified: head/textproc/redland/Makefile
==============================================================================
--- head/textproc/redland/Makefile Sun Dec 30 16:19:08 2012 (r309676)
+++ head/textproc/redland/Makefile Sun Dec 30 16:28:08 2012 (r309677)
@@ -1,22 +1,16 @@
-# ex:ts=8
-# New ports collection makefile for: redland
-# Date created: Nov 22, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= redland
-PORTVERSION= 1.0.15
-PORTREVISION= 1
+PORTVERSION= 1.0.16
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
MAINTAINER= kde at FreeBSD.org
COMMENT= High-level interface for RDF
-LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \
- rasqal.3:${PORTSDIR}/textproc/rasqal
+LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \
+ rasqal:${PORTSDIR}/textproc/rasqal
USE_AUTOTOOLS= libltdl
USE_GNOME= gnomehack libxml2 lthack
Modified: head/textproc/redland/distinfo
==============================================================================
--- head/textproc/redland/distinfo Sun Dec 30 16:19:08 2012 (r309676)
+++ head/textproc/redland/distinfo Sun Dec 30 16:28:08 2012 (r309677)
@@ -1,2 +1,2 @@
-SHA256 (redland-1.0.15.tar.gz) = 0e1f5825b6357c9b490da866c95ae1d895dbb5f445013d2511c37df822ee9ec6
-SIZE (redland-1.0.15.tar.gz) = 1600090
+SHA256 (redland-1.0.16.tar.gz) = d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd
+SIZE (redland-1.0.16.tar.gz) = 1624112
Modified: head/textproc/redland/pkg-plist
==============================================================================
--- head/textproc/redland/pkg-plist Sun Dec 30 16:19:08 2012 (r309676)
+++ head/textproc/redland/pkg-plist Sun Dec 30 16:28:08 2012 (r309677)
@@ -49,6 +49,8 @@ share/gtk-doc/html/redland/objects.html
share/gtk-doc/html/redland/redland-changes-1-0-12-to-1-0-13.html
share/gtk-doc/html/redland/redland-changes-1-0-13-to-1-0-14.html
share/gtk-doc/html/redland/redland-changes-1-0-14-to-1-0-15.html
+share/gtk-doc/html/redland/redland-changes-1-0-15-to-1-0-16.html
+share/gtk-doc/html/redland/redland-changes-1-0-16-to-1-0-16.html
share/gtk-doc/html/redland/redland-changes.html
share/gtk-doc/html/redland/redland-concepts.html
share/gtk-doc/html/redland/redland-digest.html
@@ -92,8 +94,8 @@ share/gtk-doc/html/redland/up.png
%%MYSQL%%share/redland/mysql-v1.ttl
%%MYSQL%%share/redland/mysql-v2.ttl
%%DATADIR%%/Redland.i
- at exec mkdir -p %D/lib/redland
- at dirrm lib/redland
+ at comment @exec mkdir -p %D/lib/redland
+ at comment @dirrm lib/redland
@dirrm %%DATADIR%%
@exec mkdir -p %D/share/gtk-doc/html/redland
@dirrm share/gtk-doc/html/redland
More information about the svn-ports-head
mailing list