mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Upgrade to version 1.0.0.
This commit is contained in:
parent
2324d41b4f
commit
a8150f98a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363989
@ -1,32 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cowboy
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Small, fast and modular HTTP server written in Erlang
|
||||
|
||||
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \
|
||||
cowlib>=0.6.2:${PORTSDIR}/devel/cowlib
|
||||
cowlib>=1.0.0:${PORTSDIR}/devel/cowlib
|
||||
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \
|
||||
cowlib>=0.6.2:${PORTSDIR}/devel/cowlib \
|
||||
ranch>=0.10.0:${PORTSDIR}/net/ranch
|
||||
cowlib>=1.0.0:${PORTSDIR}/devel/cowlib \
|
||||
ranch>=1.0.0:${PORTSDIR}/net/ranch
|
||||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= extend
|
||||
GH_ACCOUNT= ninenines
|
||||
GH_PROJECT= cowboy
|
||||
GH_COMMIT= ee3ad5e
|
||||
GH_COMMIT= 021f4f6
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/guide/* ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/cowboy-${PORTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cowboy-0.10.0.tar.gz) = a9672d1fc6a07087b2d28b6dbc22a59d01538c021358e27dcbf814a55eace239
|
||||
SIZE (cowboy-0.10.0.tar.gz) = 3990523
|
||||
SHA256 (cowboy-1.0.0.tar.gz) = 62e0c37dd96094914d9d565b15c8f8c02a72514dd32ffefb36fea6f9ab3c7f60
|
||||
SIZE (cowboy-1.0.0.tar.gz) = 4790037
|
||||
|
@ -3,12 +3,12 @@ $FreeBSD$
|
||||
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -13,7 +13,7 @@
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
# Dependencies.
|
||||
|
||||
-DEPS = cowlib ranch
|
||||
+DEPS =
|
||||
dep_cowlib = pkg://cowlib 0.6.2
|
||||
dep_ranch = pkg://ranch 0.10.0
|
||||
TEST_DEPS = ct_helper gun
|
||||
dep_ct_helper = git https://github.com/extend/ct_helper.git master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user