diff options
-rw-r--r-- | net/gssdp/Makefile | 8 | ||||
-rw-r--r-- | net/gssdp/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 87db9c46c68e..0757e170cc8a 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gssdp -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.2 CATEGORIES= net MASTER_SITES= GNOME @@ -18,18 +18,22 @@ OPTIONS_DEFINE= GTK2 OPTIONS_DEFAULT=GTK2 CONFIGURE_ARGS= --enable-introspection=yes +CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes USE_XZ= yes +USES= pathfix .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} +CONFIGURE_ARGS+=--with-gtk USE_GNOME+= gtk20 PLIST_SUB= GTK="" .else +CONFIGURE_ARGS+=--without-gtk PLIST_SUB= GTK="@comment " .endif diff --git a/net/gssdp/distinfo b/net/gssdp/distinfo index 369573238a1d..6e25d638b38a 100644 --- a/net/gssdp/distinfo +++ b/net/gssdp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gssdp-0.13.0.tar.xz) = d4bdd7d25d31108a5b97e357cbc23e401c73ba305ff73d48568eb413c7448200 -SIZE (gssdp-0.13.0.tar.xz) = 272848 +SHA256 (gssdp-0.14.2.tar.xz) = a1a255ed45b45fbf0004dfc5d8e566551f4857bc16599e7f756965733f9411fc +SIZE (gssdp-0.14.2.tar.xz) = 274208 |