diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-12-16 02:35:11 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-12-16 02:35:11 +0800 |
commit | 8cbf0c844e9dc6edaa8296267495e0c3316923ee (patch) | |
tree | 862fa3c1d1f949530bd47f589cc2f64dfc7477a2 /textproc/raptor2 | |
parent | 226d5489deca46c84588eb67ac01aeeee7b76ff7 (diff) | |
download | freebsd-ports-gnome-8cbf0c844e9dc6edaa8296267495e0c3316923ee.tar.gz freebsd-ports-gnome-8cbf0c844e9dc6edaa8296267495e0c3316923ee.tar.zst freebsd-ports-gnome-8cbf0c844e9dc6edaa8296267495e0c3316923ee.zip |
- Update to 2.0.12.
- Set LICENSE.
- Adapt to the new LIB_DEPENDS format.
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 13 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 4 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 3 |
3 files changed, 13 insertions, 7 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 5e8c5baab8b9..401646984af7 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -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/source/ \ MAINTAINER= kde@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 diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index 037106dacab8..1db74c64a90e 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -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 diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index 63e7e6687a1a..cb90d6beb376 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -30,7 +30,8 @@ share/gtk-doc/html/raptor2/raptor-formats.html 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 |