- Update to 4.132
PR: 112813 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
This commit is contained in:
parent
4798ce66f3
commit
14160c7047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192050
4 changed files with 15 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= munger
|
||||
PORTVERSION= 4.129
|
||||
PORTVERSION= 4.132
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (munger-4.129.tar.gz) = 3b36a8bfc0465e2dea4c913384a6f042
|
||||
SHA256 (munger-4.129.tar.gz) = deff827321c25af5a5cee906d65c63ba3a84254f385a97e8f763dcf6109f7d28
|
||||
SIZE (munger-4.129.tar.gz) = 305478
|
||||
MD5 (munger-4.132.tar.gz) = fc31a2b49cdf2b9f7f429845213bb82c
|
||||
SHA256 (munger-4.132.tar.gz) = ddb5aedb537c10e017b759cfb326b480805c93503c53a0a7fe3ac70cc66ea40d
|
||||
SIZE (munger-4.132.tar.gz) = 316117
|
||||
|
|
|
@ -4,4 +4,12 @@
|
|||
* install and configfure mod_fastcgi from *
|
||||
* ${PORTSDIR}/www/mod_fastcgi *
|
||||
* *
|
||||
* Note that mod_fastcgi 2.4.2 DOES NOT work with Apache-2.2 *
|
||||
* IT DOES work with apache 2.0 *
|
||||
* *
|
||||
* Note that you cannot use Munger to write FastCGI scripts *
|
||||
* for webservers that do not act, or have a module which *
|
||||
* acts as the FastCGI server. Munger is only linked against *
|
||||
* the client library. *
|
||||
* *
|
||||
******************************************************************
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
bin/munger
|
||||
lib/libmunger.so.22
|
||||
lib/libmunger.so.25
|
||||
%%DKNS_BIN%%
|
||||
%%DATADIR%%/ipdatabase.munger
|
||||
%%DATADIR%%/httpd.munger
|
||||
%%DATADIR%%/ip2country.munger
|
||||
%%DATADIR%%/echo.munger
|
||||
%%DATADIR%%/msh.munger
|
||||
|
@ -10,6 +11,7 @@ lib/libmunger.so.22
|
|||
%%DATADIR%%/xml2sqlite.munger
|
||||
%%DATADIR%%/xmlsqlite.munger
|
||||
%%DATADIR%%/login.css
|
||||
%%DATADIR%%/httpd.munger
|
||||
%%DATADIR%%/login.fcgi
|
||||
%%DATADIR%%/incorporation.munger
|
||||
%%DATADIR%%/blog.css
|
||||
|
|
Loading…
Reference in a new issue