devel/libatomic_ops: Use release archive
Use release archive instead of USE_GITHUB as suggested by "Porters Handbook" ; this also remove the need to use USES= autoreconf. Also remove libltdl dependency PR: 260877 Reported by: diizzy
This commit is contained in:
parent
8f5e5d20fe
commit
ac03e21bac
2 changed files with 6 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# Created by: Stanislav Sedov <stas@FreeBSD.org>
|
||||
|
||||
PORTNAME= libatomic_ops
|
||||
PORTVERSION= 7.6.12
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 7.6.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/ivmai/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Atomic operations access library
|
||||
|
@ -12,12 +12,8 @@ LICENSE= BSD2CLAUSE GPLv2
|
|||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libltdl.so:devel/libltdl
|
||||
|
||||
USES= autoreconf cpe libtool pathfix
|
||||
USES= cpe libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ivmai
|
||||
|
||||
CPE_VENDOR= libatomic_ops_project
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1636754901
|
||||
SHA256 (ivmai-libatomic_ops-v7.6.12_GH0.tar.gz) = 18091d5f3cb7008b0432016390ff437b9d1d76c10b92c8e63ff63f0c1331b030
|
||||
SIZE (ivmai-libatomic_ops-v7.6.12_GH0.tar.gz) = 138325
|
||||
TIMESTAMP = 1641509848
|
||||
SHA256 (libatomic_ops-7.6.12.tar.gz) = f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e
|
||||
SIZE (libatomic_ops-7.6.12.tar.gz) = 506313
|
||||
|
|
Loading…
Reference in a new issue