diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-07-20 19:31:11 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2014-07-20 19:31:11 +0000 |
commit | 586ceb34f724fdf446e6349eff91175e1bbf3eae (patch) | |
tree | fe397f7f0aea9c9d3327b8a2b43fa2147b6d43a8 | |
parent | . Introduce a DIST_BUILD_NUMBER variable and refer to that in both DISTNAME (diff) |
- update WWW
- remove deprecated mirror
PR: ports/191764
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=362357
-rw-r--r-- | devel/libatomic_ops/Makefile | 3 | ||||
-rw-r--r-- | devel/libatomic_ops/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index a51907631e0d..17c09e290147 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -4,8 +4,7 @@ PORTNAME= libatomic_ops DISTVERSION= 7.4.0 CATEGORIES= devel -MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \ - http://www.hboehm.info/gc/gc_source/ +MASTER_SITES= http://www.hboehm.info/gc/gc_source/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Atomic operations access library diff --git a/devel/libatomic_ops/pkg-descr b/devel/libatomic_ops/pkg-descr index 4c37a914fc64..adf02166cbf5 100644 --- a/devel/libatomic_ops/pkg-descr +++ b/devel/libatomic_ops/pkg-descr @@ -11,4 +11,4 @@ operations. These might allow you to write code: For details and licensing restrictions, please see the documentation. -WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ +WWW: http://www.hboehm.info/gc/ |