[Bug 209705] x11/xbindkeys: take over MAINTAINER'ship

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 23 08:59:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209705

--- Comment #2 from Matthias Apitz <guru at unixarea.de> ---
Created attachment 170561
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170561&action=edit
patch to change MAINTAINER in Makefile



I did:

$ cd x11/xbindkeys
$ svn up

$ vi Makefile 
$ LANG=C svn diff Makefile
Index: Makefile
===================================================================
--- Makefile    (revision 415703)
+++ Makefile    (working copy)
@@ -7,7 +7,7 @@
 CATEGORIES=    x11
 MASTER_SITES=  http://www.nongnu.org/xbindkeys/

-MAINTAINER=    ports at FreeBSD.org
+MAINTAINER=    guru at unixarea.de
 COMMENT=       Allows you to launch shell commands under X with your keyboard

 LICENSE=       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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list