diff options
-rw-r--r-- | net-im/farsight2/Makefile | 11 | ||||
-rw-r--r-- | net-im/farsight2/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile index 599abd103..3b0235caa 100644 --- a/net-im/farsight2/Makefile +++ b/net-im/farsight2/Makefile @@ -3,13 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/farsight2/Makefile,v 1.6 2011/08/11 19:48:47 kwm Exp $ +# $MCom: ports/net-im/farsight2/Makefile,v 1.7 2011/10/17 21:03:58 kwm Exp $ PORTNAME= farsight2 -PORTVERSION= 0.0.29 +PORTVERSION= 0.0.31 CATEGORIES= net-im devel -MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ \ - LOCAL/kwm +MASTER_SITES= http://farsight.freedesktop.org/releases/farsight2/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of GStreamer modules and libraries for videoconferencing @@ -23,7 +22,7 @@ USE_PYTHON= yes USE_GNOME= gnomehack pkgconfig glib20 ltverhack USE_GSTREAMER= core good bad python USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/net-im/farsight2/distinfo b/net-im/farsight2/distinfo index 57b2c3db5..07486ea0d 100644 --- a/net-im/farsight2/distinfo +++ b/net-im/farsight2/distinfo @@ -1,2 +1,2 @@ -SHA256 (farsight2-0.0.29.tar.gz) = 4001ad9e7c61ab3cbca37d6cf3f66260778cf9da0c2fede94f032b522a27e6e5 -SIZE (farsight2-0.0.29.tar.gz) = 1187510 +SHA256 (farsight2-0.0.31.tar.gz) = 55ce219c67a93bc55bcf30d6a5bfcadf09e1c5349d179b2da9ccb74c42271f9b +SIZE (farsight2-0.0.31.tar.gz) = 1231416 |