diff options
-rw-r--r-- | net/gupnp/Makefile | 8 | ||||
-rw-r--r-- | net/gupnp/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 316f393c3cd3..578dd463529f 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.5 +PORTVERSION= 0.20.6 CATEGORIES= net MASTER_SITES= GNOME @@ -12,9 +12,9 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gssdp-1.0:${PORTSDIR}/net/gssdp \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libgssdp-1.0.so:${PORTSDIR}/net/gssdp \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" diff --git a/net/gupnp/distinfo b/net/gupnp/distinfo index f50d04c987f7..349be89ee076 100644 --- a/net/gupnp/distinfo +++ b/net/gupnp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.5.tar.xz) = be54bd5f3bfea36d689a5ce70679e51ec3ea3c94677e70ffc7c7ef160bffb260 -SIZE (gupnp-0.20.5.tar.xz) = 379288 +SHA256 (gupnp-0.20.6.tar.xz) = 1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa +SIZE (gupnp-0.20.6.tar.xz) = 379124 |