Date: Mon, 23 May 2016 08:59:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209705] x11/xbindkeys: take over MAINTAINER'ship Message-ID: <bug-209705-13-B0COmOh2qk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209705-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209705-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209705 --- Comment #2 from Matthias Apitz <guru@unixarea.de> --- Created attachment 170561 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170561&action= =3Dedit patch to change MAINTAINER in Makefile I did: $ cd x11/xbindkeys $ svn up $ vi Makefile=20 $ LANG=3DC svn diff Makefile Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 415703) +++ Makefile (working copy) @@ -7,7 +7,7 @@ CATEGORIES=3D x11 MASTER_SITES=3D http://www.nongnu.org/xbindkeys/ -MAINTAINER=3D ports@FreeBSD.org +MAINTAINER=3D guru@unixarea.de COMMENT=3D Allows you to launch shell commands under X with your key= board LICENSE=3D GPLv2 $ su # make stage # make check-orphans # make package # make install # make deinstall # pkg add package-filename $ make package # i.e. as normal user $ portlint -cam $ cd .. $ shar `find xbindkeys` > xbindkeys.shar --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209705-13-B0COmOh2qk>