Index: head/devel/libatomic_ops/Makefile =================================================================== --- head/devel/libatomic_ops/Makefile (revision 447202) +++ head/devel/libatomic_ops/Makefile (revision 447203) @@ -1,25 +1,24 @@ # Created by: Stanislav Sedov # $FreeBSD$ PORTNAME= libatomic_ops -PORTVERSION= 7.4.6 -PORTREVISION= 1 +PORTVERSION= 7.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= rodrigo@FreeBSD.org COMMENT= Atomic operations access library LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi LIB_DEPENDS= libltdl.so:devel/libltdl USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= ivmai OPTIONS_DEFINE= DOCS .include Index: head/devel/libatomic_ops/distinfo =================================================================== --- head/devel/libatomic_ops/distinfo (revision 447202) +++ head/devel/libatomic_ops/distinfo (revision 447203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496266562 -SHA256 (ivmai-libatomic_ops-v7.4.6_GH0.tar.gz) = cf7e61f7f929651b65d6186a03446819805c867f4f75c7148c8f26321eb66260 -SIZE (ivmai-libatomic_ops-v7.4.6_GH0.tar.gz) = 119895 +TIMESTAMP = 1501749379 +SHA256 (ivmai-libatomic_ops-v7.6.0_GH0.tar.gz) = 3ba1ffea005d492c156e8c233b01643158a98078bae0342d36983b44036b1ddf +SIZE (ivmai-libatomic_ops-v7.6.0_GH0.tar.gz) = 132002 Index: head/devel/libatomic_ops/pkg-descr =================================================================== --- head/devel/libatomic_ops/pkg-descr (revision 447202) +++ head/devel/libatomic_ops/pkg-descr (revision 447203) @@ -1,14 +1,14 @@ This package provides semi-portable access to hardware provided atomic memory operations. These might allow you to write code: - That does more interesting things in signal handlers - Makes more effective use of multiprocessors by allowing you to write clever lock-free code. Note that such code is very difficult to get right, and will unavoidably be less portable than lock-based code. It is also not always faster than lock-based code. But it may occasionally be a large performance win - To experiment with new and much better thread programming paradigms, etc. For details and licensing restrictions, please see the documentation. -WWW: http://www.hboehm.info/gc/ +WWW: https://github.com/ivmai/libatomic_ops/