Index: head/devel/rubygem-bacon/pkg-descr =================================================================== --- head/devel/rubygem-bacon/pkg-descr (revision 521726) +++ head/devel/rubygem-bacon/pkg-descr (revision 521727) @@ -1,4 +1,4 @@ Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless providing all essential features. -WWW: https://github.com/chneukirchen/bacon +WWW: https://github.com/leahneukirchen/bacon Index: head/mail/mblaze/Makefile =================================================================== --- head/mail/mblaze/Makefile (revision 521726) +++ head/mail/mblaze/Makefile (revision 521727) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= mblaze DISTVERSIONPREFIX= v DISTVERSION= 0.4 CATEGORIES= mail MAINTAINER= loader@FreeBSD.org COMMENT= Unix utilities to deal with Maildir LICENSE= CC0-1.0 MIT PD LICENSE_COMB= multi USES= gmake perl5 USE_GITHUB= yes USE_PERL5= test -GH_ACCOUNT= chneukirchen +GH_ACCOUNT= leahneukirchen MAKEFILE= GNUmakefile TEST_TARGET= check .include Index: head/mail/mblaze/distinfo =================================================================== --- head/mail/mblaze/distinfo (revision 521726) +++ head/mail/mblaze/distinfo (revision 521727) @@ -1,3 +1,3 @@ TIMESTAMP = 1534418112 -SHA256 (chneukirchen-mblaze-v0.4_GH0.tar.gz) = 83dffd7fe74fa871642e97db94e27c04506f746fa4d6ba2f95c1a880638d6e0c -SIZE (chneukirchen-mblaze-v0.4_GH0.tar.gz) = 85934 +SHA256 (leahneukirchen-mblaze-v0.4_GH0.tar.gz) = 83dffd7fe74fa871642e97db94e27c04506f746fa4d6ba2f95c1a880638d6e0c +SIZE (leahneukirchen-mblaze-v0.4_GH0.tar.gz) = 85934 Index: head/mail/mblaze/pkg-descr =================================================================== --- head/mail/mblaze/pkg-descr (revision 521726) +++ head/mail/mblaze/pkg-descr (revision 521727) @@ -1,4 +1,4 @@ The mblaze message system is a set of Unix utilities for processing and interacting with mail messages which are stored in maildir folders. -WWW: https://github.com/chneukirchen/mblaze +WWW: https://github.com/leahneukirchen/mblaze Index: head/security/signify/Makefile =================================================================== --- head/security/signify/Makefile (revision 521726) +++ head/security/signify/Makefile (revision 521727) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= signify DISTVERSIONPREFIX= v DISTVERSION= 0.7 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org COMMENT= Create and verify cryptographic signatures # outils includes signify from OpenBSD's base system which is under an # ISC license. The parts of liboutils that signify uses are licensed # under ISCL/BSD3/BSD4. LICENSE= ISCL BSD4CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes -GH_ACCOUNT= chneukirchen +GH_ACCOUNT= leahneukirchen GH_PROJECT= outils ALL_TARGET= src/usr.bin/signify/signify post-patch: # The sys/* overrides are not needed on FreeBSD @${RM} ${WRKSRC}/src/liboutils/include/sys/* # Replace /etc/signify paths in man page and signify's safe path to # point to /usr/local/etc/signify @${REINPLACE_CMD} 's|/etc/signify|${ETCDIR}|g' \ ${WRKSRC}/src/usr.bin/signify/signify.c \ ${WRKSRC}/src/usr.bin/signify/signify.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/usr.bin/signify/signify \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/usr.bin/signify/signify.1 \ ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/openbsd-*.pub \ ${STAGEDIR}${ETCDIR} .include Index: head/security/signify/distinfo =================================================================== --- head/security/signify/distinfo (revision 521726) +++ head/security/signify/distinfo (revision 521727) @@ -1,3 +1,3 @@ TIMESTAMP = 1522916615 -SHA256 (chneukirchen-outils-v0.7_GH0.tar.gz) = 97db119c6e4c64e670ae149f77440f80d84507a3e0c27a5919af0b49027a1662 -SIZE (chneukirchen-outils-v0.7_GH0.tar.gz) = 279245 +SHA256 (leahneukirchen-outils-v0.7_GH0.tar.gz) = 97db119c6e4c64e670ae149f77440f80d84507a3e0c27a5919af0b49027a1662 +SIZE (leahneukirchen-outils-v0.7_GH0.tar.gz) = 279245 Index: head/security/signify/pkg-descr =================================================================== --- head/security/signify/pkg-descr (revision 521726) +++ head/security/signify/pkg-descr (revision 521727) @@ -1,9 +1,9 @@ The signify utility creates and verifies cryptographic signatures. This version of signify is part of outils, a portable collection of non-standard OpenBSD tools. This port comes with OpenBSD's release public keys allowing you to verify an OpenBSD release before installation. -WWW: https://github.com/chneukirchen/outils/ +WWW: https://github.com/leahneukirchen/outils/ Index: head/sysutils/nq/Makefile =================================================================== --- head/sysutils/nq/Makefile (revision 521726) +++ head/sysutils/nq/Makefile (revision 521727) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= nq DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Unix command line queue utility LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 USE_GITHUB= yes -GH_ACCOUNT= chneukirchen +GH_ACCOUNT= leahneukirchen USE_PERL5= test MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" MANDIR="${PREFIX}/man" TEST_TARGET= check post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fq ${STAGEDIR}${PREFIX}/bin/nq @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/_nq ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_nq .include Index: head/sysutils/nq/distinfo =================================================================== --- head/sysutils/nq/distinfo (revision 521726) +++ head/sysutils/nq/distinfo (revision 521727) @@ -1,3 +1,3 @@ TIMESTAMP = 1520422165 -SHA256 (chneukirchen-nq-v0.3.1_GH0.tar.gz) = 8897a747843fe246a6f8a43e181ae79ef286122a596214480781a02ef4ea304b -SIZE (chneukirchen-nq-v0.3.1_GH0.tar.gz) = 11015 +SHA256 (leahneukirchen-nq-v0.3.1_GH0.tar.gz) = 8897a747843fe246a6f8a43e181ae79ef286122a596214480781a02ef4ea304b +SIZE (leahneukirchen-nq-v0.3.1_GH0.tar.gz) = 11015 Index: head/sysutils/nq/pkg-descr =================================================================== --- head/sysutils/nq/pkg-descr (revision 521726) +++ head/sysutils/nq/pkg-descr (revision 521727) @@ -1,11 +1,11 @@ These small utilities allow creating very lightweight job queue systems which require no setup, maintenance, supervision, or any long-running processes. The intended purpose is ad-hoc queuing of command lines (e.g. for building several targets of a Makefile, downloading multiple files one at a time, running benchmarks in several configurations, or simply as a glorified nohup), but as any good Unix tool, it can be abused for whatever you like. -WWW: https://github.com/chneukirchen/nq +WWW: https://github.com/leahneukirchen/nq Index: head/sysutils/snooze/Makefile =================================================================== --- head/sysutils/snooze/Makefile (revision 521726) +++ head/sysutils/snooze/Makefile (revision 521727) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= snooze DISTVERSIONPREFIX= v DISTVERSION= 0.3 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Run a command at a particular time LICENSE= CC0-1.0 USE_GITHUB= yes -GH_ACCOUNT= chneukirchen +GH_ACCOUNT= leahneukirchen MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" MANDIR="${PREFIX}/man" PLIST_FILES= bin/snooze \ man/man1/snooze.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/snooze post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/snooze/distinfo =================================================================== --- head/sysutils/snooze/distinfo (revision 521726) +++ head/sysutils/snooze/distinfo (revision 521727) @@ -1,3 +1,3 @@ TIMESTAMP = 1525757791 -SHA256 (chneukirchen-snooze-v0.3_GH0.tar.gz) = 92c404b860b2c60c6d8781e7b1ef85d8e0f40f23b5ff42f1cf4ba469f76e3ae9 -SIZE (chneukirchen-snooze-v0.3_GH0.tar.gz) = 7189 +SHA256 (leahneukirchen-snooze-v0.3_GH0.tar.gz) = 92c404b860b2c60c6d8781e7b1ef85d8e0f40f23b5ff42f1cf4ba469f76e3ae9 +SIZE (leahneukirchen-snooze-v0.3_GH0.tar.gz) = 7189 Index: head/sysutils/snooze/pkg-descr =================================================================== --- head/sysutils/snooze/pkg-descr (revision 521726) +++ head/sysutils/snooze/pkg-descr (revision 521727) @@ -1,22 +1,22 @@ Snooze waits until a particular time and then runs a command. Together with a service supervision system such as runsv(8) (from sysutils/runit), this can be used to replace cron(8). Benefits over cron(8): - mnemonic syntax - no overlapping job runs possible - filtering by ISO week and day of year - no centralized daemon required (no fuzzing with multiple users/permissions) - can easily disable jobs or force their execution instantly - have custom logs - very robust with respect to external time changes - can use a file timestamp to ensure minimum waiting time between two runs, even across reboots - randomized delays - variable slack - ad-hoc usage possible, just run the program from command line -WWW: https://github.com/chneukirchen/snooze +WWW: https://github.com/leahneukirchen/snooze Index: head/sysutils/xe/Makefile =================================================================== --- head/sysutils/xe/Makefile (revision 521726) +++ head/sysutils/xe/Makefile (revision 521727) @@ -1,32 +1,32 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= xe DISTVERSIONPREFIX= v DISTVERSION= 0.11 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org COMMENT= Simple xargs and apply replacement LICENSE= CC0-1.0 USE_GITHUB= yes -GH_ACCOUNT= chneukirchen +GH_ACCOUNT= leahneukirchen USES= perl5 USE_PERL5= test MAKE_ARGS= CFLAGS="${CFLAGS}" \ PREFIX="${PREFIX}" \ MANDIR="${PREFIX}/man" TEST_TARGET= check PLIST_FILES= bin/xe \ man/man1/xe.1.gz \ share/zsh/site-functions/_xe post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xe .include Index: head/sysutils/xe/distinfo =================================================================== --- head/sysutils/xe/distinfo (revision 521726) +++ head/sysutils/xe/distinfo (revision 521727) @@ -1,3 +1,3 @@ TIMESTAMP = 1510064060 -SHA256 (chneukirchen-xe-v0.11_GH0.tar.gz) = 4087d40be2db3df81a836f797e1fed17d6ac1c788dcf0fd6a904f2d2178a6f1a -SIZE (chneukirchen-xe-v0.11_GH0.tar.gz) = 13578 +SHA256 (leahneukirchen-xe-v0.11_GH0.tar.gz) = 4087d40be2db3df81a836f797e1fed17d6ac1c788dcf0fd6a904f2d2178a6f1a +SIZE (leahneukirchen-xe-v0.11_GH0.tar.gz) = 13578 Index: head/sysutils/xe/pkg-descr =================================================================== --- head/sysutils/xe/pkg-descr (revision 521726) +++ head/sysutils/xe/pkg-descr (revision 521727) @@ -1,11 +1,11 @@ xe is a tool for constructing command lines from file listings or arguments, which includes the best features of xargs(1) and apply(1). Benefits over xargs: - Sane defaults (behaves like xargs -d'\n' -I{} -n1 -r). - No weird parsing, arguments are separated linewise or by NUL byte. - Can also take arguments from command-line. - No shell involved unless -s is used. - {} replacing possible with multiple arguments. -WWW: https://github.com/chneukirchen/xe/ +WWW: https://github.com/leahneukirchen/xe/ Index: head/x11-wm/cwm/Makefile =================================================================== --- head/x11-wm/cwm/Makefile (revision 521726) +++ head/x11-wm/cwm/Makefile (revision 521727) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= cwm DISTVERSION= 6.3 CATEGORIES= x11-wm -MASTER_SITES= http://chneukirchen.org/releases/ +MASTER_SITES= https://leahneukirchen.org/releases/ MAINTAINER= tobik@FreeBSD.org COMMENT= Minimalistic window manager for X11 based on evilwm LICENSE= ISCL LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= pkgconfig shebangfix xorg USE_XORG= x11 xft xinerama xrandr PLIST_FILES= bin/cwm \ bin/cwm-migrate-config.pl \ man/man1/cwm.1.gz \ man/man5/cwmrc.5.gz SHEBANG_FILES= migrate-config.pl .include post-patch: @${REINPLACE_CMD} 's@/usr/X11R6@${LOCALBASE}@' ${WRKSRC}/cwmrc.5 @${REINPLACE_CMD} -e 's@strlcpy.o strlcat.o@@' \ -e 's@strtonum.o@@' ${WRKSRC}/Makefile .if ${OPSYS} == FreeBSD @${REINPLACE_CMD} 's@reallocarray.o@@' ${WRKSRC}/Makefile .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cwm ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/migrate-config.pl \ ${STAGEDIR}${PREFIX}/bin/cwm-migrate-config.pl ${INSTALL_MAN} ${WRKSRC}/cwm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/cwmrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 .include Index: head/x11-wm/cwm/pkg-descr =================================================================== --- head/x11-wm/cwm/pkg-descr (revision 521726) +++ head/x11-wm/cwm/pkg-descr (revision 521727) @@ -1,5 +1,5 @@ cwm is a window manager for X11 initially inspired by evilwm. cwm has several novel features, including the ability to search for windows. it features a very simple and attractive aesthetic. -WWW: https://github.com/chneukirchen/cwm +WWW: https://github.com/leahneukirchen/cwm