diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-08-06 16:26:07 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-08-06 16:26:07 +0000 |
commit | d3dfe534979cc2ca11120955e7c4b09c82fe31e8 (patch) | |
tree | fc37681cd11174576f1b7d920b568326e50fd0d3 | |
parent | - Fix build after recent repocopy (diff) |
Update to tint2-0.7.1 which contains a minor systray fix.
Notes
Notes:
svn path=/head/; revision=239035
-rw-r--r-- | x11/tint/Makefile | 7 | ||||
-rw-r--r-- | x11/tint/distinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 2e34e752b4c9..863cbed500e7 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -6,13 +6,15 @@ # PORTNAME= tint2 -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= dougb@FreeBSD.org COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock +MAKE_JOBS_SAFE= yes + LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo PROJECTHOST= tint2 @@ -37,6 +39,9 @@ post-patch: @${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed @${SED} -e "s# install-dist_docDATA##" \ ${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in + @${CP} ${WRKSRC}/src/tint.c ${WRKSRC}/src/tint.c.presed + @${SED} -e "s#SIGCLD#SIGCHLD#g" ${WRKSRC}/src/tint.c.presed > \ + ${WRKSRC}/src/tint.c pre-install: ${ECHO} "rmdir ${X11BASE}/etc/xdg 2>/dev/null || true" > \ diff --git a/x11/tint/distinfo b/x11/tint/distinfo index e48e7f4232d3..9d805d6dbd5d 100644 --- a/x11/tint/distinfo +++ b/x11/tint/distinfo @@ -1,3 +1,3 @@ -MD5 (tint2-0.7.tar.gz) = 03851e10d848ec35641d531c47e352ac -SHA256 (tint2-0.7.tar.gz) = ebfbc7ce272802cdaf5a3177c5ba0a3ed78e456785191a7e42b10a47f4027320 -SIZE (tint2-0.7.tar.gz) = 331084 +MD5 (tint2-0.7.1.tar.gz) = b7a740550a82093d4d0d8143499f3f13 +SHA256 (tint2-0.7.1.tar.gz) = 8c7c3b1a950ec082d9a8c54a4ad52b3dedbd73162b7ee44dce42b5823f8702e0 +SIZE (tint2-0.7.1.tar.gz) = 331432 |