MD5 (qpopper4.0.9.tar.gz) = de2cd15f95cfd00d0d080fd16287acad SHA256 (qpopper4.0.9.tar.gz) = c98830ba61c20c38d64c2c2e84fe7f21642b25cfc15f6257f4cad474d01d4c5d SIZE (qpopper4.0.9.tar.gz) = 2767261 MD5 (qpopper4.0.9-ipv6-20060626.diff.gz) = 3b96ab200427f96803b22d58b4b4a943 SHA256 (qpopper4.0.9-ipv6-20060626.diff.gz) = 73070ad24cb088bf74e58745ccd61442caa32d0a0e61a0a4c33aa6998704d476 SIZE (qpopper4.0.9-ipv6-20060626.diff.gz) = 10986 ' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/akonadi-notes/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS options to ports that should have one.mat2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* Update KDE Applications to 18.08tcberner2018-08-251-1/+0
| | | | Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-2/+2
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540