Upgrade to version 0.9.0 Ports devel/thrift, devel/fb30, devel/php5-thrift, devel/node-thrift, devel/rubygem-thrift.txt must be commit together Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->scheidell scheidell@ wants his PRs (via the GNATS Auto Assign Tool)
Author: scheidell Date: Tue Feb 26 16:20:16 2013 New Revision: 312991 URL: http://svnweb.freebsd.org/changeset/ports/312991 Log: - Update to 0.9.0 PR: ports/172807 Modified: head/devel/fb303/Makefile (contents, props changed) head/devel/fb303/distinfo (contents, props changed) head/devel/fb303/pkg-plist (contents, props changed) Modified: head/devel/fb303/Makefile ============================================================================== --- head/devel/fb303/Makefile Tue Feb 26 16:18:10 2013 (r312990) +++ head/devel/fb303/Makefile Tue Feb 26 16:20:16 2013 (r312991) @@ -1,7 +1,4 @@ -# New ports collection makefile for: fb303 -# Date created: 2009-08-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ # @@ -32,6 +29,8 @@ USE_PERL5_RUN= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + post-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/thrift --gen perl ${WRKSRC}/if/fb303.thrift) Modified: head/devel/fb303/distinfo ============================================================================== --- head/devel/fb303/distinfo Tue Feb 26 16:18:10 2013 (r312990) +++ head/devel/fb303/distinfo Tue Feb 26 16:20:16 2013 (r312991) @@ -1,2 +1,2 @@ -SHA256 (thrift-0.8.0.tar.gz) = 5e280097d88400f5e2db75595a04e1981538e48869cd6915bb9c4831605f0793 -SIZE (thrift-0.8.0.tar.gz) = 2336261 +SHA256 (thrift-0.9.0.tar.gz) = 71d129c49a2616069d9e7a93268cdba59518f77b3c41e763e09537cb3f3f0aac +SIZE (thrift-0.9.0.tar.gz) = 2794605 Modified: head/devel/fb303/pkg-plist ============================================================================== --- head/devel/fb303/pkg-plist Tue Feb 26 16:18:10 2013 (r312990) +++ head/devel/fb303/pkg-plist Tue Feb 26 16:20:16 2013 (r312991) @@ -7,7 +7,6 @@ lib/libfb303.a %%SITE_PERL%%/Facebook/FB303/Constants.pm %%SITE_PERL%%/Facebook/FB303/FacebookService.pm %%SITE_PERL%%/Facebook/FB303/Types.pm -%%PYTHON_SITELIBDIR%%/fb303-1.0-py2.7.egg-info %%PYTHON_SITELIBDIR%%/fb303/FacebookBase.py %%PYTHON_SITELIBDIR%%/fb303/FacebookBase.pyc %%PYTHON_SITELIBDIR%%/fb303/FacebookService.py @@ -22,6 +21,7 @@ lib/libfb303.a %%PYTHON_SITELIBDIR%%/fb303_scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/fb303_scripts/fb303_simple_mgmt.py %%PYTHON_SITELIBDIR%%/fb303_scripts/fb303_simple_mgmt.pyc +%%PYTHON_SITELIBDIR%%/thrift-%%PORTVERSION%%-py2.7.egg-info %%DATADIR%%/if/fb303.thrift @dirrm %%DATADIR%%/if @dirrm %%DATADIR%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!