From 6748283c63d5ddad0ce1e6fa714eaa760cbaed9c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 31 Aug 2005 21:06:27 +0000 Subject: - Update to 0.2.2 - Disconnect tests on FreeBSD 4, they would need a dozen of patches to get going with gcc-2.95 PR: ports/85523 Submitted by: Andreas Kohn (maintainer) --- devel/libnotify/Makefile | 17 ++++++++++++++--- devel/libnotify/distinfo | 4 ++-- devel/libnotify/pkg-descr | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) (limited to 'devel/libnotify') diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index fcae9d68cda6..703c7f32f9f3 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnotify -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel gnome MASTER_SITES= http://www.galago.info/files/releases/source/libnotify/ @@ -16,11 +16,22 @@ COMMENT= A library for desktop notifications LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \ popt.0:${PORTSDIR}/devel/popt -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack glib20 +USE_GNOME= gnomehack gnometarget intlhack glib20 USE_GMAKE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include +.include + +.if ${OSVERSION} < 500000 + +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in + +.endif + +.include diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo index 7159993c1ab8..dd4d460967b7 100644 --- a/devel/libnotify/distinfo +++ b/devel/libnotify/distinfo @@ -1,2 +1,2 @@ -MD5 (libnotify-0.2.1.tar.gz) = 8c66c7ece5a6387d2391f9c2f5beb1ce -SIZE (libnotify-0.2.1.tar.gz) = 316429 +MD5 (libnotify-0.2.2.tar.gz) = cbf2ff0a8a62eb1f310367a0a174a273 +SIZE (libnotify-0.2.2.tar.gz) = 316520 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr index 7b1f59f7c813..2d9eec8fc53d 100644 --- a/devel/libnotify/pkg-descr +++ b/devel/libnotify/pkg-descr @@ -4,7 +4,7 @@ user of something without interrupting their work with a dialog box that they must close. Passive popups can automatically disappear after a short period of time. -This port contains the only library and a small command line client. +This port contains the library and a small command line client. See deskutils/notification-daemon for the daemon. WWW: http://www.galago.info/specs/notification/index.php -- cgit v1.2.3