aboutsummaryrefslogtreecommitdiff
path: root/www/webmachine/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2013-11-16 23:35:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2013-11-16 23:35:39 +0000
commit3e7ce55facb9864540b288df6286ccd3953b0f58 (patch)
tree89d6ec1fa7f4627ba88a7ae15e018012b538198e /www/webmachine/Makefile
parenta1c803102d2d1f877c79ff90a0f44d931db9e505 (diff)
downloadports-3e7ce55facb9864540b288df6286ccd3953b0f58.tar.gz
ports-3e7ce55facb9864540b288df6286ccd3953b0f58.zip
Notes
Diffstat (limited to 'www/webmachine/Makefile')
-rw-r--r--www/webmachine/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/webmachine/Makefile b/www/webmachine/Makefile
index 0af62dc1f3d3..60426fba2edc 100644
--- a/www/webmachine/Makefile
+++ b/www/webmachine/Makefile
@@ -1,10 +1,8 @@
# $FreeBSD$
PORTNAME= webmachine
-PORTVERSION= 1.10.1
-PORTREVISION= 1
+PORTVERSION= 1.10.5
CATEGORIES= www devel
-MASTER_SITES= GH
MAINTAINER= olgeni@FreeBSD.org
COMMENT= HTTP semantic awareness on top mochiweb
@@ -21,11 +19,15 @@ PLIST_SUB= VERSION="${PORTVERSION}"
USE_GITHUB= yes
GH_ACCOUNT= basho
GH_PROJECT= webmachine
-GH_COMMIT= d600c0e
+GH_COMMIT= 4e2d89c
GH_TAGNAME= ${PORTVERSION}
PORTDOCS= *
+post-patch:
+ @${REINPLACE_CMD} -e "s/{vsn, git}/{vsn,\"${PORTVERSION}\"}/" ${WRKSRC}/src/webmachine.app.src
+ @${RM} ${WRKSRC}/src/*.bak
+
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
for FILE in README.org; do \