diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-05-08 16:05:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-05-08 16:05:53 +0000 |
commit | 3b1a1bcee46ecd606ced4f7a48a13a887568c051 (patch) | |
tree | 38b3bcc97455c726c46897591091479c0a91c515 /comms | |
parent | 95955327416b9e6168e1a886a6cd3656dbf49827 (diff) |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
Notes
Notes:
svn path=/head/; revision=501030
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjtx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index fd02a9c4cc16..e8dcb3ee3cfa 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} |