diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 16:04:51 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 16:04:51 +0000 |
commit | 226a6ad8687707c495854a17cd5a40276899e7fb (patch) | |
tree | 24206607c1ada97a50464494225760057f9d0605 /devel | |
parent | 77a5626fb15f9775a366be1cd7279cae62698ff6 (diff) | |
download | pkgsrc-226a6ad8687707c495854a17cd5a40276899e7fb.tar.gz |
Bump PKGREVISION.
This should be commited with commit of PLIST.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libthrift/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 3f1df04474b..44e0940abac 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.43 2014/11/07 19:39:29 adam Exp $ +# $NetBSD: Makefile,v 1.44 2015/03/08 16:04:51 taca Exp $ DISTNAME= thrift-${THRIFT_VERSION} PKGNAME= libthrift-${THRIFT_VERSION} -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} +EXTRACT_SUFX= .tar.gz MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://incubator.apache.org/thrift/ |