diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-10-05 22:10:10 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-10-05 22:10:10 +0800 |
commit | 6af5396b920bff971d1a9ed4839d8c2b96a7bf4f (patch) | |
tree | 3ad9192db0ed45bcf6095c7137e5b4580e3ac9a4 /devel | |
parent | fa137dcfca3564a323122c0a472e63e09ee901d0 (diff) | |
download | freebsd-ports-gnome-6af5396b920bff971d1a9ed4839d8c2b96a7bf4f.tar.gz freebsd-ports-gnome-6af5396b920bff971d1a9ed4839d8c2b96a7bf4f.tar.zst freebsd-ports-gnome-6af5396b920bff971d1a9ed4839d8c2b96a7bf4f.zip |
- Update to 0.7.92
- Update WWW line
- Remove dirrms
PR: 193996
Submitted by: cmt@burggraben.net (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/librest/Makefile | 3 | ||||
-rw-r--r-- | devel/librest/distinfo | 4 | ||||
-rw-r--r-- | devel/librest/pkg-descr | 2 | ||||
-rw-r--r-- | devel/librest/pkg-plist | 8 |
4 files changed, 4 insertions, 13 deletions
diff --git a/devel/librest/Makefile b/devel/librest/Makefile index 15c9645f89c4..fef16e857cd5 100644 --- a/devel/librest/Makefile +++ b/devel/librest/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rest -PORTVERSION= 0.7.91 -PORTREVISION= 2 +PORTVERSION= 0.7.92 CATEGORIES= devel www MASTER_SITES= GNOME diff --git a/devel/librest/distinfo b/devel/librest/distinfo index 60723775f9d1..9dde92da21b6 100644 --- a/devel/librest/distinfo +++ b/devel/librest/distinfo @@ -1,2 +1,2 @@ -SHA256 (rest-0.7.91.tar.xz) = 838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a -SIZE (rest-0.7.91.tar.xz) = 321120 +SHA256 (rest-0.7.92.tar.xz) = 07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec +SIZE (rest-0.7.92.tar.xz) = 321580 diff --git a/devel/librest/pkg-descr b/devel/librest/pkg-descr index 50616b561d21..7455cb48fc6b 100644 --- a/devel/librest/pkg-descr +++ b/devel/librest/pkg-descr @@ -5,4 +5,4 @@ It comprises of two parts: the first aims to make it easier to make requests by providing a wrapper around libsoup, the second aids with XML parsing by wrapping libxml2. -WWW: https://live.gnome.org/Librest +WWW: https://wiki.gnome.org/Projects/Librest diff --git a/devel/librest/pkg-plist b/devel/librest/pkg-plist index d5d9ed726707..a5ee89c394f3 100644 --- a/devel/librest/pkg-plist +++ b/devel/librest/pkg-plist @@ -58,11 +58,3 @@ share/gtk-doc/html/rest-0.7/rest-RestParams.html share/gtk-doc/html/rest-0.7/right.png share/gtk-doc/html/rest-0.7/style.css share/gtk-doc/html/rest-0.7/up.png -@dirrm share/gtk-doc/html/rest-0.7 -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrmtry share/gir-1.0 -@dirrmtry lib/girepository-1.0 -@dirrm include/rest-0.7/rest-extras -@dirrm include/rest-0.7/rest -@dirrm include/rest-0.7 |