diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-22 19:40:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-11-22 19:40:55 +0800 |
commit | dddce387ff17f1a11ca2916fb4da4afbd166664b (patch) | |
tree | 9a465c98090977e9cc4cb0e96e6ce7a4e144a2b5 /net-im | |
parent | 846c1f4847daa2e29cce6617bc15dbd3a4e90d13 (diff) | |
download | marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar.gz marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar.bz2 marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar.lz marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar.xz marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.tar.zst marcuscom-ports-dddce387ff17f1a11ca2916fb4da4afbd166664b.zip |
Update to 0.0.31.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16593 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-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 |