diff options
author | taca <taca> | 2012-03-22 14:25:25 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-22 14:25:25 +0000 |
commit | a7bd2b09338468a5024012d4f42009c91920b485 (patch) | |
tree | 21b7e7b3ecfaa9d30383b3f83ee4ccb7700c32d2 /devel/libthrift | |
parent | 8b60bb681d622a93b2eb095cd95606c8a89b6d40 (diff) | |
download | pkgsrc-a7bd2b09338468a5024012d4f42009c91920b485.tar.gz |
Bump PKGREVISION reflecting the default Ruby's version change.
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 ee3b52d8790..d188847ef71 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2012/03/21 18:40:00 hans Exp $ +# $NetBSD: Makefile,v 1.17 2012/03/22 14:25:25 taca Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} EXTRACT_SUFX= .tar.gz |