diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 12 | ||||
-rw-r--r-- | mail/contact-lookup-applet/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 81a1b8307..855277d93 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -6,18 +6,24 @@ # PORTNAME= contact -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= mail gnome MASTER_SITES= http://www.burtonini.com/computing/ PKGNAMESUFFIX= -lookup-applet DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= kwm@rainbow-runner.nl +MAINTAINER= kwm@FreeBSD.org COMMENT= Gnome pannel applet for easy evolution contact book access USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel evolutiondataserver +USE_REINPLACE= yes +USE_GNOME= gnomehier gnomeprefix gnomehack gnomepanel \ + evolutiondataserver gal2 + +post-patch: + @${REINPLACE_CMD} -e 's|mkdir}"|mkdir} -p"|g' \ + ${WRKSRC}/install-sh .include <bsd.port.mk> diff --git a/mail/contact-lookup-applet/distinfo b/mail/contact-lookup-applet/distinfo index a5a7dd716..bff5ca43a 100644 --- a/mail/contact-lookup-applet/distinfo +++ b/mail/contact-lookup-applet/distinfo @@ -1,2 +1,2 @@ -MD5 (contact-lookup-applet-0.6.tar.gz) = c15dc59264b262c5f3f140dde38e8457 -SIZE (contact-lookup-applet-0.6.tar.gz) = 96124 +MD5 (contact-lookup-applet-0.8.tar.gz) = 00edf0d199d14b0b03be3f46e01203b2 +SIZE (contact-lookup-applet-0.8.tar.gz) = 102077 |