Skip to content

Commit

Permalink
misc: Update maintainership of my ports to include my GitHub handle
Browse files Browse the repository at this point in the history
for g in */ ; do
    sed -i '' '/maintainers/s/\([^{]\)jeremyhu/\1{jeremyhu @jeremyhu}/g' $g/*/Portfile
done

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
  • Loading branch information
jeremyhu committed Feb 11, 2017
1 parent 90aa20f commit 9ef889e
Show file tree
Hide file tree
Showing 266 changed files with 266 additions and 266 deletions.
2 changes: 1 addition & 1 deletion audio/cdparanoia/Portfile
Expand Up @@ -7,7 +7,7 @@ epoch 20050508
version 10.2
revision 1
categories audio
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license GPL-2+ LGPL-2.1+
description An audio extraction tool for sampling CDs.
long_description \
Expand Down
2 changes: 1 addition & 1 deletion audio/libopus/Portfile
Expand Up @@ -9,7 +9,7 @@ version 1.1.4
categories audio
license BSD
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description The Opus Audio Codec (IETF RFC 6716), refrence implementation

long_description \
Expand Down
2 changes: 1 addition & 1 deletion audio/opus-tools/Portfile
Expand Up @@ -9,7 +9,7 @@ version 0.1.10
categories audio
license BSD
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description The Opus Audio Codec (IETF RFC 6716), refrence implementation tools

long_description \
Expand Down
2 changes: 1 addition & 1 deletion devel/cctools-headers/Portfile
Expand Up @@ -4,7 +4,7 @@ version 862
revision 1
categories devel
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license APSL-2

replaced_by libmacho-headers
Expand Down
2 changes: 1 addition & 1 deletion devel/cctools/Portfile
Expand Up @@ -7,7 +7,7 @@ revision 4
set ld64_version 274.1
categories devel
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license {APSL-2 GPL-2+}
installs_libs no
description Compiler Tools for Mac OS X and Darwin
Expand Down
2 changes: 1 addition & 1 deletion devel/dyld-headers/Portfile
Expand Up @@ -3,7 +3,7 @@ name dyld-headers
version 239.3
revision 1
categories devel
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
platforms darwin
license APSL-2

Expand Down
2 changes: 1 addition & 1 deletion devel/gdb-apple/Portfile
Expand Up @@ -8,7 +8,7 @@ version 1824
revision 1
categories devel
license GPL-2+
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description GDB: The GNU Project Debugger with Apple Modifications (based on 6.3.50)

long_description \
Expand Down
2 changes: 1 addition & 1 deletion devel/ld64/Portfile
Expand Up @@ -7,7 +7,7 @@ version 3
set dyld_version 421.2
categories devel
platforms darwin
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
homepage http://opensource.apple.com/source/${name}/
master_sites http://opensource.apple.com/tarballs/${name} \
http://opensource.apple.com/tarballs/dyld
Expand Down
2 changes: 1 addition & 1 deletion devel/libmacho/Portfile
Expand Up @@ -6,7 +6,7 @@ version 895
subport ${name}-headers { }
categories devel
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license APSL-2
description libmacho is a library for managing mach-o files (parsing sections, etc)
long_description ${description} \
Expand Down
2 changes: 1 addition & 1 deletion devel/libunwind/Portfile
Expand Up @@ -8,7 +8,7 @@ epoch 1
categories devel
platforms darwin
license MIT NCSA
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description A version of Apple's libunwind library that is included in libSystem
long_description Apple's libunwind library (part of libSystem) was released as OSS and is \
now stewarded by the LLVM Project. This version installs headers outside \
Expand Down
2 changes: 1 addition & 1 deletion emulators/xhyve/Portfile
Expand Up @@ -10,7 +10,7 @@ categories emulators
platforms darwin
supported_archs x86_64
license BSD
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
description a lightweight OS X virtualization solution
long_description \
The xhyve hypervisor is a port of bhyve to OS X. \
Expand Down
2 changes: 1 addition & 1 deletion gnome/libsecret/Portfile
Expand Up @@ -6,7 +6,7 @@ PortGroup gobject_introspection 1.0
name libsecret
version 0.18.5
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
categories gnome
platforms darwin
license LGPL-2.1
Expand Down
2 changes: 1 addition & 1 deletion lang/apple-gcc42/Portfile
Expand Up @@ -9,7 +9,7 @@ revision 15
categories lang
platforms darwin
license {GPL-2+ Permissive}
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer

description Apple's version of gcc 4.2
long_description Apple's version of the GNU compiler collection, \
Expand Down
2 changes: 1 addition & 1 deletion lang/dragonegg-3.3/Portfile
Expand Up @@ -34,7 +34,7 @@ subport ${name}-gcc-4.8 {
dist_subdir llvm
categories lang
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license GPL-2

description DragonEgg is a LLVM plug-in for GCC
Expand Down
2 changes: 1 addition & 1 deletion lang/dragonegg-3.4/Portfile
Expand Up @@ -34,7 +34,7 @@ subport ${name}-gcc-4.8 {
dist_subdir llvm
categories lang
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
license GPL-2

description DragonEgg is a LLVM plug-in for GCC
Expand Down
2 changes: 1 addition & 1 deletion lang/libcxx/Portfile
Expand Up @@ -7,7 +7,7 @@ epoch 1
categories lang
platforms darwin
license MIT NCSA
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
description libc++ is a new implementation of the C++ standard library with support for C++11 and portions of C++14.
long_description ${description} \
Because objects cannot be passed between different versions of the C++ runtime, this port must \
Expand Down
2 changes: 1 addition & 1 deletion lang/libcxxabi/Portfile
Expand Up @@ -7,7 +7,7 @@ epoch 1
categories lang
platforms darwin
license MIT NCSA
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
description libc++abi is a new implementation of low level support for a C++ runtime.
long_description ${description} \
Because objects cannot be passed between different versions of the C++ runtime, this port must \
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.3/Portfile
Expand Up @@ -14,7 +14,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} == "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.4/Portfile
Expand Up @@ -17,7 +17,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.5/Portfile
Expand Up @@ -13,7 +13,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.6/Portfile
Expand Up @@ -13,7 +13,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.7/Portfile
Expand Up @@ -14,7 +14,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.8/Portfile
Expand Up @@ -18,7 +18,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-3.9/Portfile
Expand Up @@ -18,7 +18,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-4.0/Portfile
Expand Up @@ -21,7 +21,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-devel/Portfile
Expand Up @@ -21,7 +21,7 @@ dist_subdir llvm
categories lang
platforms darwin
license NCSA
maintainers jeremyhu larryv
maintainers {jeremyhu @jeremyhu} larryv

if {${subport} eq "llvm-${llvm_version}"} {
homepage http://llvm.org/
Expand Down
2 changes: 1 addition & 1 deletion lang/llvm-gcc42/Portfile
Expand Up @@ -9,7 +9,7 @@ set gcc_version 4.2.1
categories lang
platforms darwin
license {GPL-2+ Permissive}
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
description llvm-gcc42 is a gcc compiler frontend for llvm
long_description llvm-gcc42 integrates the LLVM optimizers and code \
generator with the GCC 4.2 parser. This allows LLVM to \
Expand Down
2 changes: 1 addition & 1 deletion multimedia/MPlayer/Portfile
Expand Up @@ -8,7 +8,7 @@ version 1.3.0
revision 1
categories multimedia
license GPL-2+
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
platforms darwin

description The MPlayer movie player built from SVN.
Expand Down
2 changes: 1 addition & 1 deletion multimedia/ffmpeg-devel/Portfile
Expand Up @@ -13,7 +13,7 @@ conflicts ffmpeg
version 20170119
license LGPL-2.1+
categories multimedia
maintainers devans jeremyhu openmaintainer
maintainers devans {jeremyhu @jeremyhu} openmaintainer

description FFmpeg is a complete solution to play, record, convert and \
stream audio and video.
Expand Down
2 changes: 1 addition & 1 deletion multimedia/ffmpeg/Portfile
Expand Up @@ -13,7 +13,7 @@ version 3.2.2
revision 3
license LGPL-2.1+
categories multimedia
maintainers devans jeremyhu openmaintainer
maintainers devans {jeremyhu @jeremyhu} openmaintainer

description FFmpeg is a complete solution to play, record, convert and \
stream audio and video.
Expand Down
2 changes: 1 addition & 1 deletion multimedia/libbluray/Portfile
Expand Up @@ -7,7 +7,7 @@ version 0.9.2
categories multimedia
license LGPL-2.1
platforms darwin
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description an open-source library designed for Blu-Ray Discs playback

long_description ${description}
Expand Down
2 changes: 1 addition & 1 deletion multimedia/libquicktime-devel/Portfile
Expand Up @@ -7,7 +7,7 @@ version 1.2.4
revision 20160423
categories multimedia
platforms darwin
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
license LGPL-2.1
description library for reading and writing quicktime files
long_description ${description}
Expand Down
2 changes: 1 addition & 1 deletion multimedia/mplayer-devel/Portfile
Expand Up @@ -8,7 +8,7 @@ version 37869
revision 1
categories multimedia
license GPL-2+
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
platforms darwin

set dvdnav_ver 1294
Expand Down
2 changes: 1 addition & 1 deletion net/tcp_wrappers/Portfile
Expand Up @@ -4,7 +4,7 @@ version 20
revision 2
categories net
license Permissive
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description Security wrappers for TCP services
long_description \
TCP Wrappers provides tiny daemon wrapper programs that can be installed \
Expand Down
2 changes: 1 addition & 1 deletion net/wol/Portfile
Expand Up @@ -4,7 +4,7 @@ name wol
version 0.7.1
categories net
license GPL-2+
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description Wake-On-Lan command line application
platforms darwin freebsd

Expand Down
2 changes: 1 addition & 1 deletion security/libressl-devel/Portfile
Expand Up @@ -11,7 +11,7 @@ distname libressl-${version}
categories security devel
platforms darwin
license OpenSSL SSLeay
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer

description LibreSSL SSL/TLS cryptography library
long_description LibreSSL is composed of four parts: \
Expand Down
2 changes: 1 addition & 1 deletion security/libressl/Portfile
Expand Up @@ -9,7 +9,7 @@ version 2.4.5
categories security devel
platforms darwin
license OpenSSL SSLeay
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer

description LibreSSL SSL/TLS cryptography library
long_description LibreSSL is composed of four parts: \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/clang_select/Portfile
Expand Up @@ -6,7 +6,7 @@ version 2
categories sysutils
platforms darwin
license BSD
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
supported_archs noarch
description common files for selecting default clang version
long_description clang_select installs files that allow 'port select' to \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/llvm_select/Portfile
Expand Up @@ -6,7 +6,7 @@ version 2
categories sysutils
platforms darwin
license BSD
maintainers jeremyhu
maintainers {jeremyhu @jeremyhu}
supported_archs noarch
description common files for selecting default llvm version
long_description llvm_select installs files that allow 'port select' to \
Expand Down
2 changes: 1 addition & 1 deletion textproc/hyphen/Portfile
Expand Up @@ -4,7 +4,7 @@ name hyphen
version 2.8.8
categories textproc
license GPL-2 LGPL-2.1 MPL-1.1
maintainers jeremyhu openmaintainer
maintainers {jeremyhu @jeremyhu} openmaintainer
description ALTLinux hyphenation library
homepage http://hunspell.sf.net
platforms darwin macosx
Expand Down
2 changes: 1 addition & 1 deletion www/webkit-gtk-2.0/Portfile
Expand Up @@ -10,7 +10,7 @@ version 2.0.4
revision 8
description Apple's WebKit HTML rendering library for GTK+
long_description ${description}
maintainers jeremyhu devans
maintainers {jeremyhu @jeremyhu} devans
categories www gnome
platforms darwin freebsd
license LGPL-2+ BSD
Expand Down
2 changes: 1 addition & 1 deletion www/webkit-gtk/Portfile
Expand Up @@ -16,7 +16,7 @@ version 2.4.11
revision 1
description Apple's WebKit HTML rendering library for GTK+
long_description ${description}
maintainers jeremyhu devans
maintainers {jeremyhu @jeremyhu} devans
categories www gnome
platforms darwin freebsd
license LGPL-2+ BSD
Expand Down
2 changes: 1 addition & 1 deletion www/webkit2-gtk-devel/Portfile
Expand Up @@ -15,7 +15,7 @@ name webkit2-gtk-devel
conflicts webkit2-gtk
description Apple's WebKit2 HTML rendering library for GTK+3 (with optional support for GTK+2 plugins)
long_description ${description}
maintainers jeremyhu devans
maintainers {jeremyhu @jeremyhu} devans
categories www gnome
platforms darwin freebsd
license LGPL-2+ BSD
Expand Down
2 changes: 1 addition & 1 deletion www/webkit2-gtk/Portfile
Expand Up @@ -16,7 +16,7 @@ version 2.14.2
revision 1
description Apple's WebKit2 HTML rendering library for GTK+3 (with optional support for GTK+2 plugins)
long_description ${description}
maintainers jeremyhu devans
maintainers {jeremyhu @jeremyhu} devans
categories www gnome
platforms darwin freebsd
license LGPL-2+ BSD
Expand Down

0 comments on commit 9ef889e

Please sign in to comment.