mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.5.4
- Fix comment in cherokee.sh.in PR: ports/100564 Submitted by: KATO Tsuguru
This commit is contained in:
parent
c8a48dcaf1
commit
20928188f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168261
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cherokee
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION}
|
||||
@ -17,15 +16,16 @@ COMMENT= An extremely fast and flexible web server
|
||||
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_RC_SUBR= cherokee.sh
|
||||
USE_GCC= 3.4+
|
||||
USE_BISON= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-wwwroot=${PREFIX}/www
|
||||
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \
|
||||
--with-wwwroot=${PREFIX}/www
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= cget.1 cherokee-config.1 cherokee.1 cherokee_logrotate.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cherokee-0.5.3.tar.gz) = 9e8dfc46f94ee150515be5d31bd40d16
|
||||
SHA256 (cherokee-0.5.3.tar.gz) = c91699fe8cd2140e3b236257e7cb5ca4cd42e587a8f3eb932363f82f0e7212ef
|
||||
SIZE (cherokee-0.5.3.tar.gz) = 1547870
|
||||
MD5 (cherokee-0.5.4.tar.gz) = 4e207961bc8204a2e2026391649dd8af
|
||||
SHA256 (cherokee-0.5.4.tar.gz) = f44f16e8cf581ba8a7b22e4c9631e432967f43c9af50cf706432e8ad58a9c331
|
||||
SIZE (cherokee-0.5.4.tar.gz) = 1556342
|
||||
|
@ -11,7 +11,7 @@
|
||||
# cherokee_enable (bool): Set it to "YES" to enable cherokee
|
||||
# Default is "NO".
|
||||
# cherokee_conf (path): Set full path to config file.
|
||||
# Default is "%%PREFIX%%/etc/cherokee.conf".
|
||||
# Default is "%%PREFIX%%/etc/cherokee/cherokee.conf".
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cherokee
|
||||
PORTVERSION= 0.5.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION}
|
||||
@ -17,15 +16,16 @@ COMMENT= An extremely fast and flexible web server
|
||||
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_BISON= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_RC_SUBR= cherokee.sh
|
||||
USE_GCC= 3.4+
|
||||
USE_BISON= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-wwwroot=${PREFIX}/www
|
||||
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \
|
||||
--with-wwwroot=${PREFIX}/www
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= cget.1 cherokee-config.1 cherokee.1 cherokee_logrotate.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cherokee-0.5.3.tar.gz) = 9e8dfc46f94ee150515be5d31bd40d16
|
||||
SHA256 (cherokee-0.5.3.tar.gz) = c91699fe8cd2140e3b236257e7cb5ca4cd42e587a8f3eb932363f82f0e7212ef
|
||||
SIZE (cherokee-0.5.3.tar.gz) = 1547870
|
||||
MD5 (cherokee-0.5.4.tar.gz) = 4e207961bc8204a2e2026391649dd8af
|
||||
SHA256 (cherokee-0.5.4.tar.gz) = f44f16e8cf581ba8a7b22e4c9631e432967f43c9af50cf706432e8ad58a9c331
|
||||
SIZE (cherokee-0.5.4.tar.gz) = 1556342
|
||||
|
@ -11,7 +11,7 @@
|
||||
# cherokee_enable (bool): Set it to "YES" to enable cherokee
|
||||
# Default is "NO".
|
||||
# cherokee_conf (path): Set full path to config file.
|
||||
# Default is "%%PREFIX%%/etc/cherokee.conf".
|
||||
# Default is "%%PREFIX%%/etc/cherokee/cherokee.conf".
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
Loading…
Reference in New Issue
Block a user