diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-12-04 05:50:02 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-12-04 05:50:02 +0000 |
commit | fb578f00a3c1425ef90a7f6616a9cfc352900baf (patch) | |
tree | 6ff3450ce6715c4797befb747df3715be8aad60e | |
parent | 961d452c544fe48ab85c0f903be56351e34c4d87 (diff) | |
download | ports-fb578f00a3c1425ef90a7f6616a9cfc352900baf.tar.gz ports-fb578f00a3c1425ef90a7f6616a9cfc352900baf.zip |
Notes
-rw-r--r-- | devel/libdombey/Makefile | 2 | ||||
-rw-r--r-- | devel/libdombey/distinfo | 4 | ||||
-rw-r--r-- | devel/libdombey/pkg-descr | 5 |
3 files changed, 3 insertions, 8 deletions
diff --git a/devel/libdombey/Makefile b/devel/libdombey/Makefile index 4fc5e7a82c8a..85a574ed0d87 100644 --- a/devel/libdombey/Makefile +++ b/devel/libdombey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libdombey -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ diff --git a/devel/libdombey/distinfo b/devel/libdombey/distinfo index a4c0728e07b8..82c62f2add3a 100644 --- a/devel/libdombey/distinfo +++ b/devel/libdombey/distinfo @@ -1,2 +1,2 @@ -SHA256 (libdombey-1.12.tar.gz) = 85ba44ead1f12ef451fc0fbe9e283a0c7bdf45697c255e49595fd18c76041ed5 -SIZE (libdombey-1.12.tar.gz) = 14386 +SHA256 (libdombey-1.13.tar.gz) = e5b91ef44bd11e794de157e1790834f62a1c443ebb28f688b371f3647726453f +SIZE (libdombey-1.13.tar.gz) = 14466 diff --git a/devel/libdombey/pkg-descr b/devel/libdombey/pkg-descr index dc72bca4296d..52d4ac25373b 100644 --- a/devel/libdombey/pkg-descr +++ b/devel/libdombey/pkg-descr @@ -4,9 +4,4 @@ function and a function to generate responses, then compiles and links his or her code against the library to create a complete multi-process SCGI application server. -libdombey is intended for use in applications where client requests are -either GET requests or POST requests encoded with x-www-form-urlencoding. -It drops connections over which it receives POST requests encoded as -multipart/form-data. - WWW: http://www.mammothcheese.ca/libdombey.html |