svn commit: r336564 - head/textproc/raptor2
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Dec 15 18:35:13 UTC 2013
Author: rakuco
Date: Sun Dec 15 18:35:11 2013
New Revision: 336564
URL: http://svnweb.freebsd.org/changeset/ports/336564
Log:
- Update to 2.0.12.
- Set LICENSE.
- Adapt to the new LIB_DEPENDS format.
Modified:
head/textproc/raptor2/Makefile
head/textproc/raptor2/distinfo
head/textproc/raptor2/pkg-plist
Modified: head/textproc/raptor2/Makefile
==============================================================================
--- head/textproc/raptor2/Makefile Sun Dec 15 17:49:26 2013 (r336563)
+++ head/textproc/raptor2/Makefile Sun Dec 15 18:35:11 2013 (r336564)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= raptor2
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/ \
SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -10,9 +10,14 @@ MASTER_SITES= http://download.librdf.org
MAINTAINER= kde at FreeBSD.org
COMMENT= RDF Parser Toolkit for Redland
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- icuuc:${PORTSDIR}/devel/icu \
- yajl:${PORTSDIR}/devel/yajl
+# Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one
+# of its licenses is "GPLv2 or newer", which includes GPLv3.
+LICENSE= AL2 GPLv2 GPLv3 LGPL21
+LICENSE_COMB= dual
+
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
+ libicuuc.so:${PORTSDIR}/devel/icu \
+ libyajl.so:${PORTSDIR}/devel/yajl
CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
Modified: head/textproc/raptor2/distinfo
==============================================================================
--- head/textproc/raptor2/distinfo Sun Dec 15 17:49:26 2013 (r336563)
+++ head/textproc/raptor2/distinfo Sun Dec 15 18:35:11 2013 (r336564)
@@ -1,2 +1,2 @@
-SHA256 (raptor2-2.0.11.tar.gz) = ae033e10f8a87afda4e18ff47ddbbd201b288c38b6bd43932f987131b42371fc
-SIZE (raptor2-2.0.11.tar.gz) = 1849212
+SHA256 (raptor2-2.0.12.tar.gz) = b1955565f47e33f8872aa3d5d8e5f246c6c572e84ebeb4910966166e6d508498
+SIZE (raptor2-2.0.12.tar.gz) = 1859726
Modified: head/textproc/raptor2/pkg-plist
==============================================================================
--- head/textproc/raptor2/pkg-plist Sun Dec 15 17:49:26 2013 (r336563)
+++ head/textproc/raptor2/pkg-plist Sun Dec 15 18:35:11 2013 (r336564)
@@ -30,7 +30,8 @@ share/gtk-doc/html/raptor2/raptor-format
share/gtk-doc/html/raptor2/raptor-parsers.html
share/gtk-doc/html/raptor2/raptor-serializers.html
share/gtk-doc/html/raptor2/raptor2-changes-1-4-21-to-2-0-0.html
-share/gtk-doc/html/raptor2/raptor2-changes-2-0-10-to-2-0-10.html
+share/gtk-doc/html/raptor2/raptor2-changes-2-0-10-to-2-0-11.html
+share/gtk-doc/html/raptor2/raptor2-changes-2-0-11-to-2-0-12.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-3-to-2-0-4.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-4-to-2-0-5.html
share/gtk-doc/html/raptor2/raptor2-changes-2-0-5-to-2-0-6.html
More information about the svn-ports-all
mailing list