os: Visual Studio 2015 # Clone directly into GOPATH. clone_folder: C:\gopath\src\github.com\ethereum\go-ethereum clone_depth: 5 version: "{branch}.{build}" environment: global: GOPATH: C:\gopath CC: gcc.exe matrix: - GETH_ARCH: amd64 MSYS2_ARCH: x86_64 MSYS2_BITS: 64 MSYSTEM: MINGW64 PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH% - GETH_ARCH: 386 MSYS2_ARCH: i686 MSYS2_BITS: 32 MSYSTEM: MINGW32 PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% install: - git submodule update --init - rmdir C:\go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.1.windows-%GETH_ARCH%.zip - 7z x go1.10.1.windows-%GETH_ARCH%.zip -y -oC:\ > NUL - go version - gcc --version build_script: - go run build\ci.go install after_build: - go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds - go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload gethstore/builds test_script: - set CGO_ENABLED=1 - go run build\ci.go test -coverage x : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot2
Commit message (Expand)AuthorAgeFilesLines
* rc.d/dovecot allows for multiple concurrent dovecot setups, but in doingadamw2015-02-032-4/+6
* Dovecot reloads its configuration on HUP signal [1], so, add the reload commandadamw2014-12-122-1/+2
* Switch to USES=pgsqlcrees2014-11-231-1/+1
* Allow the port to build on arm.adamw2014-11-201-4/+0
* Remove the checkyesno dovecot_enable section, as it prevents onestart/onestopadamw2014-10-272-9/+8
* Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.adamw2014-10-262-9/+11
* Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT isadamw2014-10-221-0/+2
* Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole andadamw2014-10-153-11/+25
* Add CPE data to my ports.adamw2014-08-101-1/+1
* net/openldap24-*:tijl2014-07-252-40/+8
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
* Don't depend on dovecot itself to create DOCSDIR.adamw2014-07-021-2/+2
* Enable support for GSSAPI from ports using USES=gssapi magic. PORTREVISIONadamw2014-07-022-30/+41
* General tidying and cleanups. THe functional changes:adamw2014-07-013-62/+40
* Take this.adamw2014-06-301-1/+1
* mail/dovecot2: Reset maintainer after numerous PR timeoutsmarino2014-06-291-1/+1
* Upgrade to version 2.2.13.olgeni2014-06-08