# $FreeBSD$ PORTNAME= jfrog-cli PORTVERSION= 1.23.1 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= CLI client for Artifactory BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_TUPLE= jfrog:jfrog-cli-go:${PORTVERSION}:DEFAULT/src/github.com/jfrog/jfrog-cli-go \ jfrog:jfrog-client-go:v0.2.1:client/src/github.com/jfrog/jfrog-client-go \ codegangsta:cli:v1.20.0:cli/src/github.com/codegangsta/cli \ buger:jsonparser:6acdf747ae99:jsonparser/src/github.com/buger/jsonparser \ chzyer:readline:2972be24d48e:readline/src/github.com/chzyer/readline \ jfrog:gofrog:v1.0.2:gofrog/src/github.com/jfrog/gofrog \ mholt:archiver:v2.1.0:archiver/src/github.com/mholt/archiver \ dsnet:compress:cc9eb1d:compress/src/github.com/dsnet/compress \ golang:snappy:2e65f85255db:snappy/src/github.com/golang/snappy \ mattn:go-shellwords:v1.0.3:shellwords/src/github.com/mattn/go-shellwords \ nwaples:rardecode:e06696f847ae:rardecode/src/github.com/nwaples/rardecode \ pierrec:lz4:v2.0.5:lz4/src/github.com/pierrec/lz4 \ spf13:viper:v1.2.1:viper/src/github.com/spf13/viper \ fsnotify:fsnotify:v1.4.7:fsnotify/src/github.com/fsnotify/fsnotify \ hashicorp:hcl:v1.0.0:hcl/src/github.com/hashicorp/hcl \ magiconair:properties:v1.8.0:properties/src/github.com/magiconair/properties \ mitchellh:mapstructure:v1.0.0:mapstructure/src/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.2.0:pelletier/src/github.com/pelletier/go-toml \ spf13:afero:v1.1.2:afera/src/github.com/spf13/afero \ spf13:cast:v1.2.0:cast/src/github.com/spf13/cast \ spf13:jwalterweatherman:v1.0.0:jwalterweatherman/src/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.2:pflag/src/github.com/spf13/pflag \ ulikunitz:xz:v0.5.4:xz/src/github.com/ulikunitz/xz \ xanzy:ssh-agent:v0.2.0:sshagent/src/github.com/xanzy/ssh-agent \ golang:crypto:505ab14:crypto/src/golang.org/x/crypto \ golang:sys:8cf3aee42992:sys/src/golang.org/x/sys \ golang:text:v0.3.0:text/src/golang.org/x/text \ src-d:go-git:v4.7.0:gogit/src/gopkg.in/src-d/go-git.v4 \ emirpasic:gods:v1.12.0:gods/src/github.com/emirpasic/gods \ jbenet:go-context:d14ea06fba99:context/src/github.com/jbenet/go-context \ kevinburke:ssh_config:81db2a75821e:sshconfig/src/github.com/kevinburke/ssh_config \ mitchellh:go-homedir:v1.0.0:homedir/src/github.com/mitchellh/go-homedir \ pelletier:go-buffruneio:v0.2.0:buffruneio/src/github.com/pelletier/go-buffruneio \ sergi:go-diff:v1.0.0:godiff/src/github.com/sergi/go-diff \ src-d:gcfg:v1.3.0:gcfg/src/github.com/src-d/gcfg \ golang:net:4dfa2610cdf3:net/src/golang.org/x/net \ src-d:go-billy:v4.3.0:gobilly/src/gopkg.in/src-d/go-billy.v4 \ go-yaml:yaml:v2.2.2:yaml/src/gopkg.in/yaml.v2 \ go-warnings:warnings:v0.1.2:warnings/src/gopkg.in/warnings.v0 PLIST_FILES= bin/jfrog do-build: @cd ${WRKSRC}/src/github.com/jfrog/jfrog-cli-go/jfrog-cli/jfrog ; \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go install ./... do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/jfrog ${STAGEDIR}${PREFIX}/bin/jfrog .include les/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmms
Commit message (Expand)AuthorAgeFilesLines
* Remove expired ports:rene2018-12-2115-530/+0
* Finish glib12 deprecationantoine2018-10-121-0/+3
* Hoist LDFLAGS_${ARCH} logic into bsd.port.mkemaste2018-09-181-2/+0
* multimedia/xmms: add -znotext to LDFLAGS on i386, for lldemaste2018-09-161-0/+3
* multimedia/xmms:tobik2017-08-061-21/+6
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
* Drop maintainership for xmms and ancillary ports.naddy2016-09-201-1/+1
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* Remove the bitrotted remains of the RusXMMS patches, commented outnaddy2015-02-232-44/+2
* Fix segfault in MikMod plugin with modern libmikmod.naddy2014-12-242-1/+22
* Disentangle overlapping patches, rename and regenerate. No code changes.naddy2014-12-2411-240/+217
* Simplify plistbapt2014-10-311-11/+1
* Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1
* Comment out the RUSXMMS_PATCHES option, which is actually brokennaddy2014-05-131-38/+38
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on alltijl2014-05-052-23/+6
* - Chase libmikmod upgradeswills2014-04-171-1/+1
* * Drop provisions for long-dead slave ports.naddy2014-04-102-36/+28
* Block attempts to remove this port.naddy2014-04-101-4/+1
* Reapply r348889antoine2014-04-091-0/+1
* Fix for integer overflow and underflow vulnerabilities in thenaddy2014-04-082-5/+45
* Set an expiration date for multimedia/xmmsantoine2014-03-241-0/+1
* Mark xmms as forbiddenbapt2014-03-061-0/+1
* Deprecate, no expiration date yetantoine2014-02-241-0/+2
* - Fix Stageingmiwi2014-02-181-0/+16
* Only provide SIMD option on i386.tijl2013-10-251-3/+5
* Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.tijl2013-10-231-1/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* - Fix CONFLICTS. [1]tijl2013-10-221-1/+3
* multimedia/xmms:tijl2013-10-2212-252/+143
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-3/+2
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* . make use of the ports infrastructure to create the desktop file;bsam2013-03-252-4/+6
* - Add gettext library to xmms-config --libsgahr2013-03-082-2/+15
* Hand the port to a new volunteer (as per ports/154352 and confirmedbsam2013-02-091-1/+1
* Revert Chris Petrik's ports to the pool. Thank you for all your work so far,...eadler2012-12-101-1/+1
* Apparently, in some cases (per what I observe here) using empty(...) fordanfe2012-11-101-2/+2
* - Resolve issue on amd64 [1]zi2012-10-10