Skip to content

Commit

Permalink
Update dbus-glib to 0.110.
Browse files Browse the repository at this point in the history
* Pet portlint
* Strip library.
  • Loading branch information
kwm81 committed Feb 25, 2019
1 parent 6186960 commit 10d6102
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions devel/dbus-glib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= dbus-glib
PORTVERSION= 0.108
PORTVERSION= 0.110
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/

Expand All @@ -12,16 +12,19 @@ COMMENT= GLib bindings for the D-BUS messaging system
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libdbus-1.so:devel/dbus
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libexpat.so:textproc/expat2

GNU_CONFIGURE= yes
USES= cpe gettext gmake libtool localbase pathfix pkgconfig
CPE_VENDOR= freedesktop
USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes

CPE_VENDOR= freedesktop
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
INSTALL_TARGET= install-strip

PLIST_SUB= VERSION="1.0"

Expand Down
6 changes: 3 additions & 3 deletions devel/dbus-glib/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1491087144
SHA256 (dbus-glib-0.108.tar.gz) = 9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c
SIZE (dbus-glib-0.108.tar.gz) = 812488
TIMESTAMP = 1551021235
SHA256 (dbus-glib-0.110.tar.gz) = 7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825
SIZE (dbus-glib-0.110.tar.gz) = 836497
2 changes: 1 addition & 1 deletion devel/dbus-glib/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include/dbus-%%VERSION%%/dbus/dbus-gvalue-parse-variant.h
lib/libdbus-glib-1.a
lib/libdbus-glib-1.so
lib/libdbus-glib-1.so.2
lib/libdbus-glib-1.so.2.3.3
lib/libdbus-glib-1.so.2.3.4
libdata/pkgconfig/dbus-glib-1.pc
libexec/dbus-bash-completion-helper
man/man1/dbus-binding-tool.1.gz
Expand Down

0 comments on commit 10d6102

Please sign in to comment.