Index: head/audio/pianobar/Makefile =================================================================== --- head/audio/pianobar/Makefile (revision 476590) +++ head/audio/pianobar/Makefile (revision 476591) @@ -1,36 +1,36 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= pianobar PORTVERSION= 2017.08.30 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://6xq.net/${PORTNAME}/ PATCH_SITES= https://github.com/PromyLOPh/${PORTNAME}/commit/ PATCHFILES= 38b16f9957a7.patch:-p1 -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Command-line Pandora online radio player LICENSE= MIT LIB_DEPENDS= libao.so:audio/libao \ libfaad.so:audio/faad \ libmad.so:audio/libmad \ libgnutls.so:security/gnutls \ libjson-c.so:devel/json-c \ libgcrypt.so:security/libgcrypt \ libavcodec.so:multimedia/ffmpeg \ libcurl.so:ftp/curl PLIST_FILES= bin/pianobar \ man/man1/pianobar.1.gz USES= alias gmake pkgconfig tar:bzip2 MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -std=c99 LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/audio/pithos/Makefile =================================================================== --- head/audio/pithos/Makefile (revision 476590) +++ head/audio/pithos/Makefile (revision 476591) @@ -1,32 +1,32 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= pithos PORTVERSION= 1.0.0 PORTREVISION= 2 CATEGORIES= audio -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Pandora client for the GNOME desktop LICENSE= GPLv3 USE_GITHUB= yes RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/gi/overrides/Gst.py:multimedia/py-gstreamer1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \ git:devel/git USE_GNOME= gtk30 pygobject3 USES= python:3.4+ USE_PYTHON= distutils autoplist optsuffix USE_GSTREAMER= core good bad soup post-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) (cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) .include Index: head/devel/py-minio/Makefile =================================================================== --- head/devel/py-minio/Makefile (revision 476590) +++ head/devel/py-minio/Makefile (revision 476591) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= minio DISTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Minio library for Amazon S3 compatible cloud storage LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/net/libstorj/Makefile =================================================================== --- head/net/libstorj/Makefile (revision 476590) +++ head/net/libstorj/Makefile (revision 476591) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= libstorj PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= net -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= C library and CLI for encrypted file transfer on the Storj network LICENSE= LGPL21+ BROKEN_aarch64= fails to build: invokes x86 assembler BROKEN_armv6= fails to build: invokes x86 assembler BROKEN_armv7= fails to build: invokes x86 assembler BROKEN_mips= fails to build: invokes x86 assembler BROKEN_mips64= fails to build: invokes x86 assembler BROKEN_powerpc64= fails to compile: storj.c:135: 'for' loop initial declaration used outside C99 mode LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ libcurl.so:ftp/curl \ libnettle.so:security/nettle \ libmicrohttpd.so:www/libmicrohttpd USES= autoreconf gmake libtool localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= Storj GNU_CONFIGURE= yes USE_LDCONFIG= yes #CFLAGS+= -I. -I${LOCALBASE}/include #LDFLAGS+= -L. -L${LOCALBASE}/lib .include Index: head/net/nsq/Makefile =================================================================== --- head/net/nsq/Makefile (revision 476590) +++ head/net/nsq/Makefile (revision 476591) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= nsq PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -compat CATEGORIES= net -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Realtime distributed messaging platform LICENSE= MIT BUILD_DEPENDS= go>=1.7:lang/go ONLY_FOR_ARCHS= amd64 USE_RC_SUBR= nsqd nsqlookupd nsqadmin USES= compiler go USE_GITHUB= yes GH_ACCOUNT= nsqio GH_SUBDIR= src/github.com/nsqio/nsq GH_TUPLE= BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ judwhite:go-svc:v1.0.0:go_svc/src/github.com/judwhite/go-svc \ mreiferson:go-options:77551d2:go_options/src/github.com/mreiferson/go-options \ mreiferson:go-snappystream:v0.2.3:go_snappystream/src/github.com/mreiferson/go-snappystream\ bitly:go-hostpool:d0e59c2:go_hostpool/src/github.com/bitly/go-hostpool \ bitly:go-simplejson:v0.5.0:go_simplejson/src/github.com/bitly/go-simplejson\ bitly:timer_metrics:afad179:timer_metrics/src/github.com/bitly/timer_metrics \ blang:semver:v3.3.0:semver/src/github.com/blang/semver \ bmizerany:perks:d9a9656:perks/src/github.com/bmizerany/perks \ julienschmidt:httprouter:8a45e95:httprouter/src/github.com/julienschmidt/httprouter \ golang:snappy:553a641:snappy/src/github.com/golang/snappy \ nsqio:go-diskqueue:d7805f8:go_diskqueue/src/github.com/nsqio/go-diskqueue \ nsqio:go-nsq:v1.0.6:go_nsq/src/github.com/nsqio/go-nsq TARGETS= nsqd nsqlookupd nsqadmin nsq_pubsub nsq_to_nsq nsq_to_file \ nsq_to_http nsq_tail nsq_stat to_nsq .for _t in ${TARGETS} build-${_t}: cd ${GO_WRKSRC}/apps/${_t}; \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/${_t} install-${_t}: ${INSTALL_PROGRAM} ${GO_WRKSRC}/apps/${_t}/bin/${_t} \ ${STAGEDIR}${PREFIX}/bin/${_t} build_targets+= build-${_t} install_targets+= install-${_t} .endfor do-build: ${build_targets} do-install: ${install_targets} .include .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/net/py-libstorj/Makefile =================================================================== --- head/net/py-libstorj/Makefile (revision 476590) +++ head/net/py-libstorj/Makefile (revision 476591) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= libstoraj PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Python bindings for libstorj LICENSE= LGPL21+ BROKEN= fails to build BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libstorj.so:net/libstorj USES= localbase python:2.7 USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= Storj GH_PROJECT= python-libstorj GH_TAGNAME= b344699 GH_TUPLE= Storj:libstorj:v1.0.2:libstorj pre-build: @cd ${WRKSRC}; ${CP} -a ${WRKSRC_libstorj}/ ${WRKSRC}/ext/libstorj; \ ${LOCALBASE}/bin/swig3.0 -c++ -python -outdir lib/ext lib/ext/python_libstorj.i post-install: ${INSTALL_PROGRAM} ${WRKSRC}/lib/ext/_python_libstorj.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_python_libstorj.so .include Index: head/net/py-zeroconf/Makefile =================================================================== --- head/net/py-zeroconf/Makefile (revision 476590) +++ head/net/py-zeroconf/Makefile (revision 476591) @@ -1,25 +1,25 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= zeroconf PORTVERSION= 0.20.0 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Pure python implementation of multicast DNS service discovery LICENSE= LGPL21+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.6:net/py-netifaces@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes GH_ACCOUNT= jstasiak GH_PROJECT= python-zeroconf NO_ARCH= yes .include Index: head/security/ngrok/Makefile =================================================================== --- head/security/ngrok/Makefile (revision 476590) +++ head/security/ngrok/Makefile (revision 476591) @@ -1,29 +1,29 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= ngrok PORTVERSION= 2.2.8 CATEGORIES= security MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/ DISTNAME= ${PORTNAME}-stable-freebsd-${ARCH:S/i386/386/:S/x86_64/amd64/} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Secure tunnels to localhost # run 'ngrok credits' for details LICENSE= NONE APACHE20 BSD3CLAUSE CC0-1.0 LGPL3+ MIT LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 i386 NO_WRKSUBDIR= yes PLIST_FILES= bin/ngrok NO_BUILD= yes USES= zip do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/consul-alerts/Makefile =================================================================== --- head/sysutils/consul-alerts/Makefile (revision 476590) +++ head/sysutils/consul-alerts/Makefile (revision 476591) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= consul-alerts PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Simple daemon to send notifications based on Consul health checks LICENSE= GPLv2+ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USES= compiler go USE_GITHUB= yes GH_ACCOUNT= AcalephStorage GH_SUBDIR= src/github.com/AcalephStorage/consul-alerts GH_TUPLE= aws:aws-sdk-go:v1.8.30:aws_sdk_go/src/github.com/aws/aws-sdk-go \ imdario:mergo:0.2.2:mergo/src/github.com/imdario/mergo \ mitchellh:hashstructure:9204ce5:hashstructure/src/github.com/mitchellh/hashstructure PLIST_FILES= ${PREFIX}/bin/${PORTNAME} USE_RC_SUBR= ${PORTNAME} do-build: cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${GO_WRKSRC}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/sysutils/consul-replicate/Makefile =================================================================== --- head/sysutils/consul-replicate/Makefile (revision 476590) +++ head/sysutils/consul-replicate/Makefile (revision 476591) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= consul-replicate PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Consul cross-DC KV replication daemon LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} USE_RC_SUBR= consul-replicate PLIST_FILES= bin/${PORTNAME} USERS= consul GROUPS= consul post-extract: @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \ ${SETENV} CGO_ENABLED=0 ${BUILD_ENV} GOCACHE=off GOPATH=${WRKSRC} \ go build -v -x -ldflags "\ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.Version=${PORTVERSION} \ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.GitCommit=675a2c2 \ -X github.com/${GH_ACCOUNT}/${PORTNAME}/version.GitDescribe=v${PORTVERSION} \ " -o bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include # golang assumes that if clang is in use, it is called "clang" and not "cc". If # it's called "cc", go fails. .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/sysutils/ipfs-go/Makefile =================================================================== --- head/sysutils/ipfs-go/Makefile (revision 476590) +++ head/sysutils/ipfs-go/Makefile (revision 476591) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= ipfs PORTVERSION= 0.4.15 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://dist.ipfs.io/go-ipfs/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMESUFFIX= -go DISTNAME= go-ipfs_${DISTVERSIONPREFIX}${DISTVERSION}_freebsd-${ARCH} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go LICENSE= MIT ONLY_FOR_ARCHS= amd64 PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX} NO_BUILD= yes WRKSRC= ${WRKDIR}/go-ipfs USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} .include Index: head/sysutils/mtpfs/Makefile =================================================================== --- head/sysutils/mtpfs/Makefile (revision 476590) +++ head/sysutils/mtpfs/Makefile (revision 476591) @@ -1,26 +1,26 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= mtpfs PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.adebenham.com/files/mtp/ -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= MTP device filesystem LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmtp.so:multimedia/libmtp \ libid3.so:audio/id3lib \ libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad USES= fuse pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/mtpfs .include Index: head/sysutils/nomad/Makefile =================================================================== --- head/sysutils/nomad/Makefile (revision 476590) +++ head/sysutils/nomad/Makefile (revision 476591) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= nomad DISTVERSIONPREFIX= v DISTVERSION= 0.8.4 CATEGORIES= sysutils -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Cluster manager and scheduler LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= On i386: go compiler crashes: https://github.com/golang/go/issues/23763 BUILD_DEPENDS= go:lang/go USES= compiler USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad USE_RC_SUBR= nomad USERS= nomad GROUPS= nomad do-build: @cd ${WRKSRC}/src/github.com/hashicorp/nomad && \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/nomad do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/nomad/bin/nomad ${STAGEDIR}${PREFIX}/bin/nomad @${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/client.hcl \ ${STAGEDIR}${PREFIX}/etc/nomad/client.hcl.sample ${INSTALL_DATA} ${WRKSRC}/src/github.com/hashicorp/nomad/dist/server.hcl \ ${STAGEDIR}${PREFIX}/etc/nomad/server.hcl.sample .include .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/sysutils/py-consul/Makefile =================================================================== --- head/sysutils/py-consul/Makefile (revision 476590) +++ head/sysutils/py-consul/Makefile (revision 476591) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= py-consul PORTVERSION= 0.7.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Python client for consul LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} USES= python:3.3+ USE_GITHUB= yes GH_ACCOUNT= cablehead GH_PROJECT= python-consul USE_PYTHON= distutils autoplist .include Index: head/sysutils/py-nomad/Makefile =================================================================== --- head/sysutils/py-nomad/Makefile (revision 476590) +++ head/sysutils/py-nomad/Makefile (revision 476591) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= py-nomad PORTVERSION= 0.5.0 CATEGORIES= sysutils PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Python client for nomad LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests@${PY_FLAVOR} USES= python:3.3+ USE_GITHUB= yes GH_ACCOUNT= jrxFive GH_PROJECT= python-nomad USE_PYTHON= distutils autoplist .include Index: head/www/grafana3/Makefile =================================================================== --- head/www/grafana3/Makefile (revision 476590) +++ head/www/grafana3/Makefile (revision 476591) @@ -1,155 +1,155 @@ # $FreeBSD$ PORTNAME= grafana PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v PORTREVISION= 3 PKGNAMESUFFIX= 3 CATEGORIES= www -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go RUN_DEPENDS= ${LOCALBASE}/bin/phantomjs:lang/phantomjs \ webfonts>=0:x11-fonts/webfonts ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= grafana3 USES= compiler USE_GITHUB= yes GH_TUPLE= \ BurntSushi:toml:v0.2.0:toml/src/github.com/BurntSushi/toml \ Unknwon:com:v1:com/src/github.com/Unknwon/com \ aws:aws-sdk-go:v1.1.36:aws_sdk_go/src/github.com/aws/aws-sdk-go \ bmizerany:assert:release.r60:assert/src/github.com/bmizerany/assert \ bradfitz:gomemcache:release.r60:gomemcache/src/github.com/bradfitz/gomemcache \ codegangsta:cli:v1.17.0:cli/src/github.com/codegangsta/cli \ davecgh:go-spew:5215b55:go_spew/src/github.com/davecgh/go-spew \ fatih:color:v0.1:color/src/github.com/fatih/color \ franela:goreq:fc08df6:goreq/src/github.com/franela/goreq \ go-ini:ini:v1.12.0:ini/src/gopkg.in/ini.v1 \ go-ldap:ldap:v2.3.0:ldap/src/github.com/go-ldap/ldap \ go-macaron:binding:bd00823:binding/src/github.com/go-macaron/binding \ go-macaron:gzip:cad1c65:gzip/src/github.com/go-macaron/gzip \ go-macaron:inject:c5ab7bf:inject/src/github.com/go-macaron/inject \ go-macaron:session:66031fc:session/src/github.com/go-macaron/session \ go-sql-driver:mysql:v1.2:mysql/src/github.com/go-sql-driver/mysql \ go-stack:stack:v1.5.2:stack/src/github.com/go-stack/stack \ go-xorm:core:v0.5.3:core/src/github.com/go-xorm/core \ go-xorm:xorm:v0.5.3:xorm/src/github.com/go-xorm/xorm \ gorilla:websocket:v1.0.0:websocket/src/github.com/gorilla/websocket \ gosimple:slug:v1.0:slug/src/github.com/gosimple/slug \ hashicorp:go-version:0181db4:go_version/src/github.com/hashicorp/go-version \ inconshreveable:log15:v2.11:log15/src/github.com/inconshreveable/log15 \ jmespath:go-jmespath:0b12d6b:go_jmespath/src/github.com/jmespath/go-jmespath \ jtolds:gls:v4.2.0:gls/src/github.com/jtolds/gls \ klauspost:compress:v1.0:compress/src/github.com/klauspost/compress \ klauspost:cpuid:v1.0:cpuid/src/github.com/klauspost/cpuid \ klauspost:crc32:v1.0:crc32/src/github.com/klauspost/crc32 \ kr:pretty:add1dbc:pretty/src/github.com/kr/pretty \ kr:text:7cafcd8:text/src/github.com/kr/text \ lib:pq:e2402a7:pq/src/github.com/lib/pq \ mattn:go-colorable:v0.0.5:go_colorable/src/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.1:go_isatty/src/github.com/mattn/go-isatty \ mattn:go-sqlite3:v1.1.0:go_sqlite3/src/github.com/mattn/go-sqlite3 \ rainycape:unidecode:cb7f23e:unidecode/src/github.com/rainycape/unidecode \ smartystreets:goconvey:c53abc9:goconvey/src/github.com/smartystreets/goconvey \ streadway:amqp:2e25825:amqp/src/github.com/streadway/amqp \ golang:net:bc3663d:net/src/golang.org/x/net \ golang:oauth2:65a8d08:oauth2/src/golang.org/x/oauth2 \ golang:sys:62bee03:sys/src/golang.org/x/sys \ go-asn1-ber:asn1-ber:v1:asn1_ber/src/gopkg.in/asn1-ber.v1 \ go-bufio:bufio:v1:bufio/src/gopkg.in/bufio.v1 \ go-macaron:macaron:v1:macaron/src/gopkg.in/macaron.v1 \ go-redis:redis:v2:redis/src/gopkg.in/redis.v2 \ jhixson74:grafana_public:${DISTVERSIONFULL}:grafana_public GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana USERS= ${GRAFANA_USER} GROUPS= ${GRAFANA_GROUP} GRAFANAHOMEDIR= ${PREFIX}/share/grafana/ GRAFANADATADIR= /var/db/${PKGBASE}/ GRAFANALOGDIR= /var/log/${PKGBASE}/ GRAFANAPIDDIR= /var/run/${PKGBASE}/ GRAFANAPLUGINDIR= /var/db/${PKGBASE}/plugins GRAFANADASHBOARDDIR= /var/db/${PKGBASE}/dashboards SUB_FILES= grafana3 grafana3.conf SUB_LIST+= GRAFANA_USER=${GRAFANA_USER} \ GRAFANA_GROUP=${GRAFANA_GROUP} \ GRAFANADATADIR=${GRAFANADATADIR} \ GRAFANALOGDIR=${GRAFANALOGDIR} \ GRAFANAPIDDIR=${GRAFANAPIDDIR} \ GRAFANAHOMEDIR=${GRAFANAHOMEDIR} \ GRAFANAPLUGINDIR=${GRAFANAPLUGINDIR} \ GRAFANADASHBOARDDIR=${GRAFANADASHBOARDDIR} PLIST_SUB+= GRAFANAHOMEDIR=${GRAFANAHOMEDIR} post-extract: @${MKDIR} ${WRKSRC}/src/github.com/grafana/grafana .for src in .bowerrc .bra.toml .editorconfig .github .gitignore .hooks \ .jscs.json .jsfmtrc .jshintrc appveyor.yml benchmarks bower.json \ build.go CHANGELOG.md circle.yml conf docker docs emails examples \ Godeps Gruntfile.js karma.conf.js latest.json LICENSE.md Makefile \ NOTICE.md package.json packaging pkg README.md symlink_git_hooks.sh \ tasks test.sh tests trigger_grafana_packer.sh tsconfig.json \ tsd.json tslint.json vendor @${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/grafana/grafana .endfor ${RM} -r ${WRKSRC}/src/github.com/grafana/grafana/public ${MV} ${WRKSRC_grafana_public}/public ${WRKSRC}/src/github.com/grafana/grafana/public ${MV} ${WRKSRC_grafana_public}/public_gen ${WRKSRC}/src/github.com/grafana/grafana/public_gen ${MV} ${WRKSRC_grafana_public}/node_modules ${WRKSRC}/src/github.com/grafana/grafana/node_modules do-build: cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana; \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go run build.go build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/grafana/grafana/bin/grafana-server \ ${STAGEDIR}${PREFIX}/bin/grafana-server ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/grafana/grafana/bin/grafana-cli \ ${STAGEDIR}${PREFIX}/bin/grafana-cli cd ${WRKSRC}/src/github.com/grafana/grafana && \ ${COPYTREE_SHARE} public ${STAGEDIR}${PREFIX}/share/grafana cd ${WRKSRC}/src/github.com/grafana/grafana && \ ${COPYTREE_SHARE} public_gen ${STAGEDIR}${PREFIX}/share/grafana cd ${WRKSRC}/src/github.com/grafana/grafana && \ ${COPYTREE_SHARE} node_modules ${STAGEDIR}${PREFIX}/share/grafana ${MKDIR} ${STAGEDIR}${GRAFANAPIDDIR} ${MKDIR} ${STAGEDIR}${GRAFANALOGDIR} ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR} ${MKDIR} ${STAGEDIR}${GRAFANADATADIR} ${MKDIR} ${STAGEDIR}${GRAFANAPLUGINDIR} ${MKDIR} ${STAGEDIR}${GRAFANADASHBOARDDIR} ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/conf ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/data ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/data/log ${INSTALL_DATA} ${WRKSRC}/src/github.com/grafana/grafana/conf/defaults.ini \ ${STAGEDIR}${GRAFANAHOMEDIR}/conf/defaults.ini ${INSTALL_DATA} ${WRKDIR}/grafana3.conf ${STAGEDIR}${PREFIX}/etc/grafana3.conf.sample ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/vendor/phantomjs/ ${INSTALL_DATA} ${WRKSRC}/src/github.com/grafana/grafana/vendor/phantomjs/render.js \ ${STAGEDIR}${GRAFANAHOMEDIR}/vendor/phantomjs/ ${LN} -s /usr/local/bin/phantomjs ${STAGEDIR}${GRAFANAHOMEDIR}/vendor/phantomjs/phantomjs .include .if ${COMPILER_TYPE} == clang BUILD_ENV= CC=clang .endif .include Index: head/www/minio-client/Makefile =================================================================== --- head/www/minio-client/Makefile (revision 476590) +++ head/www/minio-client/Makefile (revision 476591) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= minio-client PORTVERSION= ${GH_TAGNAME:S/RELEASE.//:S/Z//:S/T/-/:S/-/./g} CATEGORIES= www -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Replacement for ls, cp, mkdir, diff and rsync commands for filesystems LICENSE= APACHE20 BUILD_DEPENDS= go>=1.9.4:lang/go \ bash:shells/bash OPTIONS_DEFINE= MC MC_DESC= Install as mc .include .if ${PORT_OPTIONS:MMC} MC= mc .else MC= ${PORTNAME} .endif USE_GITHUB= yes GH_ACCOUNT= minio GH_PROJECT= mc GH_TAGNAME= RELEASE.2018-06-09T02-18-09Z GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go COMMIT_ID= 8cf797da5fc629af4f7850858b611fc980478e2f PLIST_FILES= bin/${MC} do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; \ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} CGO_ENABLED=0 go build -v -x \ --ldflags '-X github.com/minio/mc/cmd.Version=${GH_TAGNAME:C/RELEASE\.//:C|(..)-(..)-(..)Z|\1:\2:\3Z|} -X github.com/minio/mc/cmd.ReleaseTag=${GH_TAGNAME} -X github.com/minio/mc/cmd.CommitID=${COMMIT_ID} -X github.com/minio/mc/cmd.GOPATH=${WRKSRC} -s -w' -o ${WRKSRC}/bin/${MC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/bin/${MC} \ ${STAGEDIR}${PREFIX}/bin/${MC} .include Index: head/www/py-django-json-rpc/Makefile =================================================================== --- head/www/py-django-json-rpc/Makefile (revision 476590) +++ head/www/py-django-json-rpc/Makefile (revision 476591) @@ -1,21 +1,21 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= django-json-rpc PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Simple JSON-RPC implementation for Django RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR} LICENSE= MIT USES= python USE_PYTHON= distutils autoplist .include Index: head/www/py-django-simple-captcha/Makefile =================================================================== --- head/www/py-django-simple-captcha/Makefile (revision 476590) +++ head/www/py-django-simple-captcha/Makefile (revision 476591) @@ -1,37 +1,37 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= django-simple-captcha PORTVERSION= 0.5.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Simple, yet powerful, Django captcha application LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.7.0:www/py-django111@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-ranged-response>=0.2.0:www/py-django-ranged-response@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=2.2.2:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${PY_FLAVOR} USES= python zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS MIGRATIONS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" MIGRATIONS_DESC= Schema and data migration support (via south) MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>0:databases/py-south@${PY_FLAVOR} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") .include Index: head/www/py-djangotoolbox/Makefile =================================================================== --- head/www/py-djangotoolbox/Makefile (revision 476590) +++ head/www/py-djangotoolbox/Makefile (revision 476591) @@ -1,21 +1,21 @@ # Created by: John Hixson # $FreeBSD$ PORTNAME= djangotoolbox PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jhixson@gmail.com +MAINTAINER= jhixson@FreeBSD.org COMMENT= Common API for running Django on non-relational/NoSQL databases LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist .include