- update to version 0.9.4
- pass maintainership to submitter - use INFO= - connect to License framework PR: ports/153530 Submitted by: Hung-Yi Chen <gaod _at_ hychen.org> (new maintainer) Approved by: Amatus <c11h15no2 _at_ yahoo.com> (old maintainer)
This commit is contained in:
parent
65ab66f32e
commit
8db6ba96ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267541
2 changed files with 12 additions and 11 deletions
|
@ -6,25 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= libmicrohttpd
|
||||
PORTVERSION= 0.4.2
|
||||
PORTVERSION= 0.9.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://gnunet.org/libmicrohttpd/download/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= libmicrohttpd
|
||||
|
||||
MAINTAINER= amatus@gnu.org
|
||||
MAINTAINER= gaod@hychen.org
|
||||
COMMENT= C library for embedding HTTP server functionality
|
||||
|
||||
LICENSE= LGPL21
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
|
||||
PLIST_FILES= lib/libmicrohttpd.so.6 \
|
||||
MAN3= libmicrohttpd.3
|
||||
INFO= microhttpd microhttpd-tutorial
|
||||
|
||||
PLIST_FILES= lib/libmicrohttpd.so.12 \
|
||||
lib/libmicrohttpd.la \
|
||||
lib/libmicrohttpd.so \
|
||||
lib/libmicrohttpd.a \
|
||||
libdata/pkgconfig/libmicrohttpd.pc \
|
||||
include/microhttpd.h \
|
||||
info/microhttpd.info
|
||||
|
||||
MAN3= libmicrohttpd.3
|
||||
include/microhttpd.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (libmicrohttpd-0.4.2.tar.gz) = 2853d8f32417e3c5f3b18fda38f96e52
|
||||
SHA256 (libmicrohttpd-0.4.2.tar.gz) = 1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f
|
||||
SIZE (libmicrohttpd-0.4.2.tar.gz) = 837392
|
||||
SHA256 (libmicrohttpd-0.9.4.tar.gz) = 109823c81a846211a88ecd59ab4b8d88448f85d6b217ed2cac14e5364a6f32f2
|
||||
SIZE (libmicrohttpd-0.9.4.tar.gz) = 751887
|
||||
|
|
Loading…
Reference in a new issue