Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 14:05:57 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36534: [MAINTAINER UPDATE] update port x11/xbindkeys to 1.5.0
Message-ID:  <20020330130557.AE68C5A545@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>Number:         36534
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] update port x11/xbindkeys to 1.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 30 05:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

* update xbindkeys to Version 1.5.0 [ xbindkeys is now capable to trigger
  commands by catching mouse button events. ]
* do not install manpage for xbindkeys_show, unless xbindkeys_show will
  be installed

Regards,
         Olli

>How-To-Repeat:
>Fix:


diff -ruN xbindkeys.old/Makefile xbindkeys/Makefile
--- xbindkeys.old/Makefile	Wed Mar 27 17:29:23 2002
+++ xbindkeys/Makefile	Sat Mar 30 13:57:13 2002
@@ -7,14 +7,13 @@
 #
 
 PORTNAME=	xbindkeys
-PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	x11
 MASTER_SITES=	http://hocwp.free.fr/xbindkeys/
 
 MAINTAINER=	obraun@informatik.unibw-muenchen.de
 
-INSTALL_TARGET=	install-binPROGRAMS install-man
+INSTALL_TARGET=	install-binPROGRAMS
 
 .if defined(WITH_GUI)
 RUN_DEPENDS=	wish:${PORTSDIR}/x11-toolkits/tk83
@@ -27,7 +26,10 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include"
 
-MAN1=	xbindkeys.1 xbindkeys_show.1
+MAN1=	xbindkeys.1
+.if defined(WITH_GUI)
+MAN1+=	 xbindkeys_show.1
+.endif
 
 pre-fetch:
 .if !defined(WITH_GUI)
@@ -36,10 +38,14 @@
 	@${ECHO} ""
 .endif
 
-.if !defined(NOPORTDOCS)
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR}
+.endif
+	${INSTALL_MAN} ${WRKSRC}/xbindkeys.1 ${MANPREFIX}/man/man1
+.if defined(WITH_GUI)
+	${INSTALL_MAN} ${WRKSRC}/xbindkeys_show.1 ${MANPREFIX}/man/man1
 .endif
 
 .include <bsd.port.mk>
diff -ruN xbindkeys.old/distinfo xbindkeys/distinfo
--- xbindkeys.old/distinfo	Fri Mar  8 16:02:58 2002
+++ xbindkeys/distinfo	Sat Mar 30 08:52:21 2002
@@ -1 +1 @@
-MD5 (xbindkeys-1.4.1.tar.gz) = 0f3c7dfa4a2cce4365ace4d19cadbaed
+MD5 (xbindkeys-1.5.0.tar.gz) = 64126c9d0af6a5c8835f0c3b9e18d0e7


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330130557.AE68C5A545>