mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 0.8.0 [1]
- Committer has become maintainer via private email - add bsd.thrift.mk include file PR: ports/163132 [1] Submitted by: Valery Komaorv <komarov@valerka.net> [1] Approved by: komarov@valerka.net (maintainer), gabor (mentor)
This commit is contained in:
parent
d46da3e743
commit
f09b4f01e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288715
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fb303
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= ${THRIFT_PORTVERSION}
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= APACHE
|
||||
@ -16,6 +16,8 @@ DISTNAME= thrift-${PORTVERSION}
|
||||
MAINTAINER= komarov@valerka.net
|
||||
COMMENT= The Facebook Bassline
|
||||
|
||||
LICENSE= ASL
|
||||
|
||||
LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \
|
||||
thrift:${PORTSDIR}/devel/thrift
|
||||
|
||||
@ -30,9 +32,6 @@ USE_PERL5_RUN= yes
|
||||
USE_PYTHON= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303
|
||||
|
||||
pre-configure:
|
||||
${CHMOD} 774 ${WRKSRC}/../../install-sh
|
||||
|
||||
post-build:
|
||||
(cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift)
|
||||
|
||||
@ -42,4 +41,5 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/gen-perl/Facebook/FB303/${FILE} ${PREFIX}/${SITE_PERL_REL}/Facebook/FB303
|
||||
.endfor
|
||||
|
||||
.include "../thrift/bsd.thrift.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (thrift-0.7.0.tar.gz) = ca830156f6f1f94e77823eb5db6ff8f532ed5ccb9e913df83d0c3d6c4ddb9009
|
||||
SIZE (thrift-0.7.0.tar.gz) = 2248326
|
||||
SHA256 (thrift-0.8.0.tar.gz) = 5e280097d88400f5e2db75595a04e1981538e48869cd6915bb9c4831605f0793
|
||||
SIZE (thrift-0.8.0.tar.gz) = 2336261
|
||||
|
Loading…
Reference in New Issue
Block a user