aboutsummaryrefslogtreecommitdiff
path: root/net-im/gossip
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-03-23 04:32:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-03-23 04:32:22 +0000
commit68dda2847cfd80402abec8567152f1a3f6190cf1 (patch)
tree320822737b2465f30effb7c39f9a3cb675a5dcca /net-im/gossip
parent71d2d836b95813bd94b33571f30c07bb60a79bfd (diff)
downloadports-68dda2847cfd80402abec8567152f1a3f6190cf1.tar.gz
ports-68dda2847cfd80402abec8567152f1a3f6190cf1.zip
Update to 0.10.2.
Notes
Notes: svn path=/head/; revision=157991
Diffstat (limited to 'net-im/gossip')
-rw-r--r--net-im/gossip/Makefile17
-rw-r--r--net-im/gossip/distinfo6
2 files changed, 16 insertions, 7 deletions
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
index 28b81db9ac06..41f0e19afc1a 100644
--- a/net-im/gossip/Makefile
+++ b/net-im/gossip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gossip
-PORTVERSION= 0.10.1
+PORTVERSION= 0.10.2
CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@@ -24,11 +24,20 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
INSTALLS_OMF= yes
-CONFIGURE_ARGS= --enable-dbus=yes \
- --enable-libnotify=no
+CONFIGURE_ARGS= --enable-dbus=yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gossip.schemas
-.include <bsd.port.mk>
+OPTIONS= NOTIFY "Enable libnotify support" on
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NOTIFY)
+LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
+.else
+CONFIGURE_ARGS+= --enable-libnotify=no
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-im/gossip/distinfo b/net-im/gossip/distinfo
index 2414c89b97b9..989a519c0ee6 100644
--- a/net-im/gossip/distinfo
+++ b/net-im/gossip/distinfo
@@ -1,3 +1,3 @@
-MD5 (gossip-0.10.1.tar.bz2) = 2cf3be244b3983da193ef0ef35302782
-SHA256 (gossip-0.10.1.tar.bz2) = ffd3a2ff3ee9f89add1064bc9fe20db54c9b19c0a29be2646e0f55bdc93263c4
-SIZE (gossip-0.10.1.tar.bz2) = 1058923
+MD5 (gossip-0.10.2.tar.bz2) = f53dbf1fa951c620dbf4b95560e51c8c
+SHA256 (gossip-0.10.2.tar.bz2) = e33282f710e7ccd8aa8f478e850eabed7394add1be312ce6bcb8479c5cf8df83
+SIZE (gossip-0.10.2.tar.bz2) = 1072148