svn commit: r315008 - head/net/gssdp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 23 08:07:57 UTC 2013
Author: sunpoet
Date: Sat Mar 23 08:07:56 2013
New Revision: 315008
URL: http://svnweb.freebsd.org/changeset/ports/315008
Log:
- Update to 0.14.2
- Use USES=pathfix
- Add missing CONFIGURE_ARGS
Changes: http://git.gnome.org/browse/gssdp/tree/NEWS
Modified:
head/net/gssdp/Makefile
head/net/gssdp/distinfo
Modified: head/net/gssdp/Makefile
==============================================================================
--- head/net/gssdp/Makefile Sat Mar 23 08:06:54 2013 (r315007)
+++ head/net/gssdp/Makefile Sat Mar 23 08:07:56 2013 (r315008)
@@ -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
Modified: head/net/gssdp/distinfo
==============================================================================
--- head/net/gssdp/distinfo Sat Mar 23 08:06:54 2013 (r315007)
+++ head/net/gssdp/distinfo Sat Mar 23 08:07:56 2013 (r315008)
@@ -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
More information about the svn-ports-all
mailing list