mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.1
PR: ports/124495 Submitted by: David Barksdale <amatus gnu.org> Approved by: mentor (implicit)
This commit is contained in:
parent
0ae79367ca
commit
e8154dc669
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214833
2 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libmicrohttpd
|
PORTNAME= libmicrohttpd
|
||||||
PORTVERSION= 0.2.2
|
PORTVERSION= 0.3.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://gnunet.org/libmicrohttpd/download/
|
MASTER_SITES= http://gnunet.org/libmicrohttpd/download/
|
||||||
|
|
||||||
|
@ -16,11 +16,12 @@ COMMENT= C library for embedding HTTP server functionality
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= lib/libmicrohttpd.so.3 \
|
PLIST_FILES= lib/libmicrohttpd.so.4 \
|
||||||
lib/libmicrohttpd.la \
|
lib/libmicrohttpd.la \
|
||||||
lib/libmicrohttpd.so \
|
lib/libmicrohttpd.so \
|
||||||
lib/libmicrohttpd.a \
|
lib/libmicrohttpd.a \
|
||||||
include/microhttpd.h
|
include/microhttpd.h \
|
||||||
|
info/microhttpd.info
|
||||||
|
|
||||||
MAN3= libmicrohttpd.3
|
MAN3= libmicrohttpd.3
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libmicrohttpd-0.2.2.tar.gz) = 6b76c1232743ef307e81361e63dc22a8
|
MD5 (libmicrohttpd-0.3.1.tar.gz) = ae335b1f6f51488f2db3f216f71c852c
|
||||||
SHA256 (libmicrohttpd-0.2.2.tar.gz) = 25e0188f4b89c8898b242a63684252ad1fed66bb76594c749550715b35540850
|
SHA256 (libmicrohttpd-0.3.1.tar.gz) = c38e3d74c1a97e2bd0442147003d6423acbe791979cb52d5e78b5fcfe95168ff
|
||||||
SIZE (libmicrohttpd-0.2.2.tar.gz) = 477417
|
SIZE (libmicrohttpd-0.3.1.tar.gz) = 559463
|
||||||
|
|
Loading…
Add table
Reference in a new issue