diff options
Diffstat (limited to 'textproc/elasticsearch-plugin-hq/Makefile')
-rw-r--r-- | textproc/elasticsearch-plugin-hq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/elasticsearch-plugin-hq/Makefile b/textproc/elasticsearch-plugin-hq/Makefile index 424bf9a7e1bf..3122016845c3 100644 --- a/textproc/elasticsearch-plugin-hq/Makefile +++ b/textproc/elasticsearch-plugin-hq/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ PORTNAME= hq -PORTVERSION= 2014.10.02 +PORTVERSION= 1.0.0 +DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= textproc PKGNAMEPREFIX= elasticsearch-plugin- @@ -15,7 +17,6 @@ RUN_DEPENDS= elasticsearch>=0.90.9:${PORTSDIR}/textproc/elasticsearch USE_GITHUB= yes GH_ACCOUNT= royrusso GH_PROJECT= elasticsearch-HQ -GH_TAGNAME= 603ae9e NO_BUILD= yes |