Commit graph

12 commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Mark Linimon
28aaaf1992 This port requires USES=c++11-lang to build on architectures that
use GCC in base.  Also requires switching from freebsd-clang++ to
freebsd-g++ where GCC needs to be used.

PR:		232012
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-11-05 20:09:27 +00:00
Fernando Apesteguía
9558380e4f security/botan2: update to 2.8.0
* Bump PORTREVISION for dependent ports
* While here do some cleanup to the Makefile.

ChangeLog: https://botan.randombit.net/news.html#version-2-8-0-2018-10-01

PR:	231899
Submitted by:	tremere@cainites.net
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17413
2018-10-05 16:42:24 +00:00
Steve Wills
f2fb1be920 editors/encryptpad: Update to 0.4.0.4
PR:		231562
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-09-21 21:44:16 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Steve Wills
071682e2de security/botan2: update to 2.7.0
While here, bump PORTREVISION on dependent ports

PR:		230666
Submitted by:	Ralf van der Enden <tremere@cainites.net> (maintainer
MFH:		2018Q3
Security:	7762d7ad-2e38-41d2-9785-c51f653ba8bd
2018-08-17 21:07:58 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Kirill Ponomarev
3f7f59394e Bump PORTREVISION after security/botan2 update 2018-04-04 08:37:42 +00:00
Yuri Victorovich
1b0a8493be editors/encryptpad: Update to 0.4.0.2
Changelog:
https://github.com/evpo/EncryptPad/blob/v0.4.0.2/CHANGES.md

Additional port changes:
* Added a committed upstream patch that isn't yet released
* Changed dependency to security/botan2
* Moved USESxx statements to one section
* Added 256 512 icon sizes
* Installing DOCS with ${COPYTREE_SHARE} instead of ${CP}

PR:		225806
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-10 18:58:59 +00:00
Dmitry Marakasov
b30d0bae55 - Update WWW
- Pet portlint

Approved by:	portmgr blanket
2017-12-07 09:00:27 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Alexey Dokuchaev
5d6cba076e Add new port `editors/encryptpad', a minimalist secure text editor and
binary encryptor.

WWW: http://evpo.net/encryptpad/

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged
as this release.

PR:		215639
Submitted by:	Dmitri Goutnik
2017-03-19 09:21:01 +00:00