diff options
-rw-r--r-- | textproc/rasqal/Makefile | 5 | ||||
-rw-r--r-- | textproc/rasqal/PLIST | 3 | ||||
-rw-r--r-- | textproc/rasqal/distinfo | 9 | ||||
-rw-r--r-- | textproc/rasqal/patches/patch-configure | 13 |
4 files changed, 8 insertions, 22 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile index 72d04ce93b4..6433df8b17f 100644 --- a/textproc/rasqal/Makefile +++ b/textproc/rasqal/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/12/16 01:52:35 obache Exp $ +# $NetBSD: Makefile,v 1.19 2013/01/29 06:15:51 wiz Exp $ -DISTNAME= rasqal-0.9.29 -PKGREVISION= 2 +DISTNAME= rasqal-0.9.30 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/rasqal/PLIST b/textproc/rasqal/PLIST index 81e9734a418..e3f1590d860 100644 --- a/textproc/rasqal/PLIST +++ b/textproc/rasqal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/05/29 14:38:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/01/29 06:15:51 wiz Exp $ bin/rasqal-config bin/roqet include/rasqal/rasqal.h @@ -19,6 +19,7 @@ share/gtk-doc/html/rasqal/rasqal-changes-0-9-24-to-0-9-25.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-25-to-0-9-26.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-26-to-0-9-27.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-28-to-0-9-29.html +share/gtk-doc/html/rasqal/rasqal-changes-0-9-29-to-0-9-30.html share/gtk-doc/html/rasqal/rasqal-changes.html share/gtk-doc/html/rasqal/rasqal-section-data.html share/gtk-doc/html/rasqal/rasqal-section-expression.html diff --git a/textproc/rasqal/distinfo b/textproc/rasqal/distinfo index 7073365442d..7bb82a9f495 100644 --- a/textproc/rasqal/distinfo +++ b/textproc/rasqal/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/05/29 14:38:49 wiz Exp $ +$NetBSD: distinfo,v 1.9 2013/01/29 06:15:51 wiz Exp $ -SHA1 (rasqal-0.9.29.tar.gz) = a005556bf62d44a8fa1cc2faf931f78ed4516852 -RMD160 (rasqal-0.9.29.tar.gz) = 50f8c44966a43648dbfed3ab96c3a5033880763f -Size (rasqal-0.9.29.tar.gz) = 1550144 bytes -SHA1 (patch-configure) = ec546fe65d291d40b53c49daa46cc0c6a766ff11 +SHA1 (rasqal-0.9.30.tar.gz) = 8e104acd68fca9b3b97331746e08d53d07d2e20a +RMD160 (rasqal-0.9.30.tar.gz) = 8315761da9343c8f247ac0ddcda93d8be191dad5 +Size (rasqal-0.9.30.tar.gz) = 1469921 bytes diff --git a/textproc/rasqal/patches/patch-configure b/textproc/rasqal/patches/patch-configure deleted file mode 100644 index 7209fb28e74..00000000000 --- a/textproc/rasqal/patches/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2012/03/19 09:26:23 markd Exp $ - ---- configure.orig 2012-01-22 08:15:01.000000000 +0000 -+++ configure -@@ -13994,7 +13994,7 @@ $as_echo "#define RANDOM_ALGO_RAND 1" >> - esac - done - --if test "$random_approach" == none; then -+if test "$random_approach" = none; then - as_fn_error $? "No random number generator approach. POSIX rand should always be available" "$LINENO" 5 - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $random_approach" >&5 |