diff options
author | roger <roger@FreeBSD.org> | 2003-08-28 14:44:56 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2003-08-28 14:44:56 +0800 |
commit | 7ae9287d7d9e589f17a1af1a5aee869fe6d4a636 (patch) | |
tree | 2c1f83ae97382fda577824b27c1eee7987417c63 /net/ekiga | |
parent | a6fa2d11388e1b53abcf2393360569fb8a37db2e (diff) | |
download | freebsd-ports-gnome-7ae9287d7d9e589f17a1af1a5aee869fe6d4a636.tar.gz freebsd-ports-gnome-7ae9287d7d9e589f17a1af1a5aee869fe6d4a636.tar.zst freebsd-ports-gnome-7ae9287d7d9e589f17a1af1a5aee869fe6d4a636.zip |
Upgrade to 0.98.0
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 11 | ||||
-rw-r--r-- | net/ekiga/distinfo | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index d08acd922142..968e1bfa9c7d 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnomemeeting -PORTVERSION= 0.96.1 -PORTREVISION= 1 +PORTVERSION= 0.98.0 CATEGORIES= net gnome -MASTER_SITES= http://www.gnomemeeting.org/downloads/0.96.1/sources/ +MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ MAINTAINER= roger@FreeBSD.org COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting @@ -30,13 +29,13 @@ CONFIGURE_TARGET= GNU_CONFIGURE= YES CONFIGURE_ENV= OSTYPE=${OPSYS} \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ - PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ + PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \ SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \ CPPFLAGS="-I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ - --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ +CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \ + --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \ --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \ --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \ --with-ldap-includes=${LOCALBASE}/include \ diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo index d7334db0ec52..0ab67daa7624 100644 --- a/net/ekiga/distinfo +++ b/net/ekiga/distinfo @@ -1 +1 @@ -MD5 (gnomemeeting-0.96.1.tar.gz) = 980825e1cde57c3294d209380af5a36b +MD5 (gnomemeeting-0.98.0.tar.gz) = 4da5099d044602c712b613c078020bf7 |