mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Update to 0.1.27.
Use 'CONFIGURE_ARGS+=' directive for respect third-party configure arguments.
This commit is contained in:
parent
31496242fa
commit
e91c62d524
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132421
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.1.25
|
||||
PORTVERSION= 0.1.27
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
|
||||
@ -22,7 +22,7 @@ HTTP_PORT?= 80
|
||||
USE_REINPLACE= yes
|
||||
USE_RC_SUBR= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||
--with-cc-opt="-I ${LOCALBASE}/include" \
|
||||
--with-ld-opt="-L ${LOCALBASE}/lib" \
|
||||
--conf-path=${PREFIX}/etc/nginx/nginx.conf \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nginx-0.1.25.tar.gz) = afc92d951b2b024328d7a0d9002a2ac2
|
||||
SIZE (nginx-0.1.25.tar.gz) = 291125
|
||||
MD5 (nginx-0.1.27.tar.gz) = 666ebc078355ef1172552df7f82bada8
|
||||
SIZE (nginx-0.1.27.tar.gz) = 295404
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.1.25
|
||||
PORTVERSION= 0.1.27
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
|
||||
@ -22,7 +22,7 @@ HTTP_PORT?= 80
|
||||
USE_REINPLACE= yes
|
||||
USE_RC_SUBR= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
|
||||
--with-cc-opt="-I ${LOCALBASE}/include" \
|
||||
--with-ld-opt="-L ${LOCALBASE}/lib" \
|
||||
--conf-path=${PREFIX}/etc/nginx/nginx.conf \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nginx-0.1.25.tar.gz) = afc92d951b2b024328d7a0d9002a2ac2
|
||||
SIZE (nginx-0.1.25.tar.gz) = 291125
|
||||
MD5 (nginx-0.1.27.tar.gz) = 666ebc078355ef1172552df7f82bada8
|
||||
SIZE (nginx-0.1.27.tar.gz) = 295404
|
||||
|
Loading…
Reference in New Issue
Block a user