git: a71901712861 - main - net/gfbgraph: update to 0.2.4
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jul 17 18:44:29 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a719017128610bb5d54f7705a677a09cf2ae0efc
commit a719017128610bb5d54f7705a677a09cf2ae0efc
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-17 18:10:44 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-17 18:43:39 +0000
net/gfbgraph: update to 0.2.4
---
net/gfbgraph/Makefile | 25 +++++++++++++------------
net/gfbgraph/distinfo | 5 +++--
net/gfbgraph/files/patch-Makefile.am | 11 +++++++++++
net/gfbgraph/pkg-plist | 1 -
4 files changed, 27 insertions(+), 15 deletions(-)
diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile
index f9e89feb3afa..c0088b677f00 100644
--- a/net/gfbgraph/Makefile
+++ b/net/gfbgraph/Makefile
@@ -1,7 +1,7 @@
# Created by: Gustau Perez <gustau.perez at gmail.com>
PORTNAME= gfbgraph
-PORTVERSION= 0.2.3
+DISTVERSION= 0.2.4
CATEGORIES= net www
MASTER_SITES= GNOME
@@ -11,19 +11,20 @@ COMMENT= GObject library for Facebook Graph API
BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc
LIB_DEPENDS= librest-0.7.so:devel/librest \
libgoa-1.0.so:net/gnome-online-accounts \
- libjson-glib-1.0.so:devel/json-glib
+ libjson-glib-1.0.so:devel/json-glib \
+ libsoup-2.4.so:devel/libsoup
-USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
-USE_GNOME= glib20 intlhack introspection:build
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
+USES= autoreconf gettext gmake gnome libtool localbase:ldflags pathfix \
+ pkgconfig tar:xz
+USE_GNOME= glib20 intlhack introspection:build libxml2
INSTALLS_ICONS= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-gtk-doc
+
+INSTALL_TARGET= install install-strip
-post-patch:
- ${REINPLACE_CMD} -e 's|/doc/libgfbgraph|/share/doc/libgfbgraph|g' \
- ${WRKSRC}/Makefile.in
+pre-configure:
+ @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh
.include <bsd.port.mk>
diff --git a/net/gfbgraph/distinfo b/net/gfbgraph/distinfo
index dcca363e4ebc..598d97ef014d 100644
--- a/net/gfbgraph/distinfo
+++ b/net/gfbgraph/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gfbgraph-0.2.3.tar.xz) = da1179083cde2b649d7491c745250a00d292e390fd620b7dd2dd95a122dae0b6
-SIZE (gfbgraph-0.2.3.tar.xz) = 270772
+TIMESTAMP = 1626543889
+SHA256 (gfbgraph-0.2.4.tar.xz) = 6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379
+SIZE (gfbgraph-0.2.4.tar.xz) = 39520
diff --git a/net/gfbgraph/files/patch-Makefile.am b/net/gfbgraph/files/patch-Makefile.am
new file mode 100644
index 000000000000..3be1bfe904df
--- /dev/null
+++ b/net/gfbgraph/files/patch-Makefile.am
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2021-07-17 17:48:32 UTC
++++ Makefile.am
+@@ -1,7 +1,7 @@
+ SUBDIRS = gfbgraph docs tests
+ ACLOCAL_AMFLAGS = -I m4
+
+-libgfbgraphdocdir = ${prefix}/doc/libgfbgraph
++libgfbgraphdocdir = ${prefix}/share/doc/libgfbgraph
+ libgfbgraphdoc_DATA = \
+ README\
+ COPYING\
diff --git a/net/gfbgraph/pkg-plist b/net/gfbgraph/pkg-plist
index c1a9f7b93065..68ab071bcf0b 100644
--- a/net/gfbgraph/pkg-plist
+++ b/net/gfbgraph/pkg-plist
@@ -39,7 +39,6 @@ share/gtk-doc/html/gfbgraph-0.2/gfbgraph-GFBGraphConnectable.html
share/gtk-doc/html/gfbgraph-0.2/gfbgraph-gfbgraph-common.html
share/gtk-doc/html/gfbgraph-0.2/home.png
share/gtk-doc/html/gfbgraph-0.2/index.html
-share/gtk-doc/html/gfbgraph-0.2/index.sgml
share/gtk-doc/html/gfbgraph-0.2/left-insensitive.png
share/gtk-doc/html/gfbgraph-0.2/left.png
share/gtk-doc/html/gfbgraph-0.2/object-tree.html
More information about the dev-commits-ports-all
mailing list