diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-08-09 05:55:13 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-08-09 05:55:13 +0000 |
commit | d8c90b59c588602ea4c0009774aea65b39f41c3f (patch) | |
tree | 1f751dfe4b3a2e735bb77d22f8fbd5bfdea530b8 | |
parent | d2d73f63248495c6585f151733e1c37e140d21c4 (diff) |
Notes
-rw-r--r-- | devel/thrift/Makefile | 7 | ||||
-rw-r--r-- | devel/thrift/distinfo | 6 | ||||
-rw-r--r-- | devel/thrift/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index cb74783509f1..264f866f7615 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -6,13 +6,12 @@ # PORTNAME= thrift -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE MASTER_SITE_SUBDIR= incubator/thrift/${PORTVERSION}-incubating -DISTNAME= thrift-${PORTVERSION}-incubating +DISTNAME= thrift-${PORTVERSION} MAINTAINER= skv@FreeBSD.org COMMENT= Framework for scalable cross-language services development @@ -40,7 +39,7 @@ CONFIGURE_ENV+= ${MAKE_ENV} # For Ruby support, use devel/ruby-thrift. # Other languages are not yet supported, please feel free to contribute # using one of the leaf ports as an example. -CONFIGURE_ARGS+= \ +CONFIGURE_ARGS+= \ --without-csharp \ --without-erlang \ --without-java \ diff --git a/devel/thrift/distinfo b/devel/thrift/distinfo index 1821d5f1dbb4..eb5871051f53 100644 --- a/devel/thrift/distinfo +++ b/devel/thrift/distinfo @@ -1,3 +1,3 @@ -MD5 (thrift-0.2.0-incubating.tar.gz) = 9958c57c402c02171ba0bcc96183505c -SHA256 (thrift-0.2.0-incubating.tar.gz) = b56f4dcc2b7f4d1ee1c2577eec45f530cdaca0c97b28ae52affa618d7305f711 -SIZE (thrift-0.2.0-incubating.tar.gz) = 1514845 +MD5 (thrift-0.3.0.tar.gz) = a6c80ab3d8c7827365a9b40f5c9d66a3 +SHA256 (thrift-0.3.0.tar.gz) = 4bc4e133275380dc155772a66477f3b50a782f4800c2d9a1af4a32689d00bf21 +SIZE (thrift-0.3.0.tar.gz) = 1187866 diff --git a/devel/thrift/pkg-plist b/devel/thrift/pkg-plist index 0116a01532f4..fdb1522f0455 100644 --- a/devel/thrift/pkg-plist +++ b/devel/thrift/pkg-plist @@ -1,4 +1,5 @@ bin/thrift +include/thrift/TApplicationException.h include/thrift/TLogging.h include/thrift/TProcessor.h include/thrift/TReflectionLocal.h |