aboutsummaryrefslogtreecommitdiff
path: root/devel/libnotify
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-31 21:06:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-31 21:06:27 +0000
commit6748283c63d5ddad0ce1e6fa714eaa760cbaed9c (patch)
tree0593611df111dd977ab3761eaff688f3fe959022 /devel/libnotify
parent20d7a1e937646cbf9f3d4e18baa4b7354ea62158 (diff)
downloadports-6748283c63d5ddad0ce1e6fa714eaa760cbaed9c.tar.gz
ports-6748283c63d5ddad0ce1e6fa714eaa760cbaed9c.zip
- 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 <andreas@syndrom23.de> (maintainer)
Notes
Notes: svn path=/head/; revision=141633
Diffstat (limited to 'devel/libnotify')
-rw-r--r--devel/libnotify/Makefile17
-rw-r--r--devel/libnotify/distinfo4
-rw-r--r--devel/libnotify/pkg-descr2
3 files changed, 17 insertions, 6 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+
+USE_REINPLACE= yes
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in
+
+.endif
+
+.include <bsd.port.post.mk>
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