diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-13 16:09:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-13 16:09:20 +0800 |
commit | 7bd92a7dc661febadb411fe4c27b4582c06dc309 (patch) | |
tree | 1d192559b89327a0ebde690bbdb78d8da299ca27 /net-im | |
parent | f463429d5b89422dc5a7072b7ac7827ff1c0c0b6 (diff) | |
download | freebsd-ports-gnome-7bd92a7dc661febadb411fe4c27b4582c06dc309.tar.gz freebsd-ports-gnome-7bd92a7dc661febadb411fe4c27b4582c06dc309.tar.zst freebsd-ports-gnome-7bd92a7dc661febadb411fe4c27b4582c06dc309.zip |
* Update to 1.0.3 [1]
* Add optional Evolution support
Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1]
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 12 | ||||
-rw-r--r-- | net-im/gaim/distinfo | 4 | ||||
-rw-r--r-- | net-im/gaim/files/patch-plugins_Makefile.in | 12 | ||||
-rw-r--r-- | net-im/gaim/pkg-plist | 1 |
4 files changed, 13 insertions, 16 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index e0baf88abbd7..275baa60e809 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -5,8 +5,7 @@ # PORTNAME= gaim -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,6 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gtk20 +WANT_GNOME= yes USE_PERL5= yes USE_BZIP2= yes INSTALLS_SHLIB= yes @@ -39,6 +39,14 @@ MAN1= gaim.1 gaim-remote.1 WITH_GNUTLS= yes .endif +.if ${HAVE_GNOME:Mevolutiondataserver}!="" +USE_GNOME+= evolutiondataserver +PLIST_SUB+= EVO="" +.else +CONFIGURE_ARGS+=--disable-gevolution +PLIST_SUB+= EVO="@comment " +.endif + .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else diff --git a/net-im/gaim/distinfo b/net-im/gaim/distinfo index 1bb42aaa8c13..68fbb87acb74 100644 --- a/net-im/gaim/distinfo +++ b/net-im/gaim/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-1.0.2.tar.bz2) = 80fbe23c6206ca6c0c62c30d5091d7e4 -SIZE (gaim-1.0.2.tar.bz2) = 4809084 +MD5 (gaim-1.0.3.tar.bz2) = d0c40cbb57a80813fd495d3ffc6259df +SIZE (gaim-1.0.3.tar.bz2) = 4810182 diff --git a/net-im/gaim/files/patch-plugins_Makefile.in b/net-im/gaim/files/patch-plugins_Makefile.in deleted file mode 100644 index 3d74afc3ece1..000000000000 --- a/net-im/gaim/files/patch-plugins_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/Makefile.in.orig Sun May 30 17:53:41 2004 -+++ plugins/Makefile.in Sun May 30 17:54:22 2004 -@@ -285,7 +285,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker -+DIST_SUBDIRS = docklet gaim-remote gestures perl ssl tcl ticker --@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = gevolution -+@BUILD_GEVOLUTION_TRUE@GEVOLUTION_DIR = - @USE_PERL_TRUE@PERL_DIR = perl - diff --git a/net-im/gaim/pkg-plist b/net-im/gaim/pkg-plist index 22d034664b70..eed406c01d32 100644 --- a/net-im/gaim/pkg-plist +++ b/net-im/gaim/pkg-plist @@ -74,6 +74,7 @@ lib/gaim/docklet.so lib/gaim/extplacement.so lib/gaim/gaim-remote.so lib/gaim/gestures.so +%%EVO%%lib/gaim/gevolution.so lib/gaim/history.so lib/gaim/iconaway.so lib/gaim/idle.so |