diff options
author | adam <adam> | 2014-11-07 19:39:24 +0000 |
---|---|---|
committer | adam <adam> | 2014-11-07 19:39:24 +0000 |
commit | 8c2d081861f2b0e3a2c3258abf7361cb75673b19 (patch) | |
tree | a5a5e8f2567d29e95ce8ef41c90b2597bae01cae /devel/libthrift | |
parent | fa20e8c9bf25edf6c7ebbab154a763e96afe664c (diff) | |
download | pkgsrc-8c2d081861f2b0e3a2c3258abf7361cb75673b19.tar.gz |
Revbump after updating boost
Diffstat (limited to 'devel/libthrift')
-rw-r--r-- | devel/libthrift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 5071c6a1834..3f1df04474b 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2014/10/07 16:47:23 adam Exp $ +# $NetBSD: Makefile,v 1.43 2014/11/07 19:39:29 adam Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} |