diff options
author | mnag <mnag@FreeBSD.org> | 2006-06-09 21:12:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-06-09 21:12:03 +0800 |
commit | 172a970664b2ec6677cac4b2c9293ae1510cfa6e (patch) | |
tree | 0c980ffe1d4f26697e5b2fa9b39ac8697d9fd155 /security/webfwlog | |
parent | bcc1912c2914ff86d46c2de6564bf07ff420a195 (diff) | |
download | freebsd-ports-gnome-172a970664b2ec6677cac4b2c9293ae1510cfa6e.tar.gz freebsd-ports-gnome-172a970664b2ec6677cac4b2c9293ae1510cfa6e.tar.zst freebsd-ports-gnome-172a970664b2ec6677cac4b2c9293ae1510cfa6e.zip |
- Update to 0.92
PR: 98103
Submitted by: maintainer
Diffstat (limited to 'security/webfwlog')
-rw-r--r-- | security/webfwlog/Makefile | 9 | ||||
-rw-r--r-- | security/webfwlog/distinfo | 12 |
2 files changed, 10 insertions, 11 deletions
diff --git a/security/webfwlog/Makefile b/security/webfwlog/Makefile index 6210b0c216da..e5dfce3ee535 100644 --- a/security/webfwlog/Makefile +++ b/security/webfwlog/Makefile @@ -6,13 +6,13 @@ # PORTNAME= webfwlog -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= http://devel.webfwlog.net/download/patches/ -PATCHFILES= webfwlog-0.91-order_state.patch +PATCHFILES= webfwlog-0.92-date_syntax_url.patch PATCH_DIST_STRIP= -p1 MAINTAINER= zeus@ix.netcom.com @@ -49,9 +49,6 @@ USE_PGSQL= CONFIGURE_ARGS+=--with-pgsql .endif -BINGRP= ${WWWGRP} -BINMODE= 4550 - pre-install: @${MKDIR} ${PREFIX}/${HTML_DOC_ROOT} @@ -95,6 +92,8 @@ post-install: @${RM} -f ${PREFIX}/etc/webfwlog.conf.new @${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog @${CHMOD} 0555 ${PREFIX}/${HTML_DOC_ROOT}/webfwlog/include + @${CHOWN} :${WWWGRP} ${PREFIX}/bin/wfwl_syslog + @${CHMOD} o-wrx ${PREFIX}/bin/wfwl_syslog @${ECHO} @${CAT} ${PKGMESSAGE} diff --git a/security/webfwlog/distinfo b/security/webfwlog/distinfo index c5b1f266d907..c3e2dceb7a46 100644 --- a/security/webfwlog/distinfo +++ b/security/webfwlog/distinfo @@ -1,6 +1,6 @@ -MD5 (webfwlog-0.91.tar.gz) = c60ffe77ffa92f339410dd43cf8b4825 -SHA256 (webfwlog-0.91.tar.gz) = abb2ec8f41f1d7ee3f851c0104399c49489bc81b46540ffd560f84811551d7ba -SIZE (webfwlog-0.91.tar.gz) = 244307 -MD5 (webfwlog-0.91-order_state.patch) = 9e4af7759320e08957915fc394f2e0d1 -SHA256 (webfwlog-0.91-order_state.patch) = 3e3c478dcb10951d0189897697bd0be4b4006dc4d7f58311650dcc5389f53280 -SIZE (webfwlog-0.91-order_state.patch) = 1230 +MD5 (webfwlog-0.92.tar.gz) = c0c94543bdb5694febf40352a0fae0dd +SHA256 (webfwlog-0.92.tar.gz) = 374230f485a276036490a7fc9c500ebb00e9b7db5a83461fed5d50018175b1f7 +SIZE (webfwlog-0.92.tar.gz) = 246148 +MD5 (webfwlog-0.92-date_syntax_url.patch) = 9e30ea72a6724d6a9adff91754906aa8 +SHA256 (webfwlog-0.92-date_syntax_url.patch) = 11abd961fc327af4aad3d907ef4e8cfaf4ec0ec1d70acf2f478ef313856c255a +SIZE (webfwlog-0.92-date_syntax_url.patch) = 1147 |