1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.10.2.

This commit is contained in:
Joe Marcus Clarke 2006-03-23 04:32:22 +00:00
parent 71d2d836b9
commit 68dda2847c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157991
2 changed files with 16 additions and 7 deletions

View File

@ -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>

View File

@ -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