aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-23 08:09:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-23 08:09:34 +0000
commit6dd995dd6185f229fb37df9a344f80a02d9a6d25 (patch)
tree31166e80fb63403e0e628f8ce9f9b44d730a31ca /net/gupnp/Makefile
parentdf7cb31af5f759f34731823a402c97d77a9e9886 (diff)
downloadports-6dd995dd6185f229fb37df9a344f80a02d9a6d25.tar.gz
ports-6dd995dd6185f229fb37df9a344f80a02d9a6d25.zip
- Update to 0.20.1
- Use USES=pathfix - Cleanup Makefile header Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
Notes
Notes: svn path=/head/; revision=315009
Diffstat (limited to 'net/gupnp/Makefile')
-rw-r--r--net/gupnp/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index 76b706523ce3..fdd07fce7a41 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: gupnp
-# Date created: 2009-12-26
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gupnp
-PORTVERSION= 0.18.4
+PORTVERSION= 0.20.1
CATEGORIES= net
MASTER_SITES= GNOME
@@ -21,15 +17,16 @@ LIB_DEPENDS= gssdp-1.0:${PORTSDIR}/net/gssdp \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
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_PYTHON= yes
USE_XZ= yes
+USES= pathfix
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/tools/gupnp-binding-tool
+ @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/tools/gupnp-binding-tool
.include <bsd.port.mk>