- Update to 1.0
PR: 124023 Submitted by: Hung-Yi Chen
This commit is contained in:
parent
3b10b8ff6b
commit
d8b433830f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213876
3 changed files with 8 additions and 7 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= miniupnpc
|
||||
PORTVERSION= 0.1.0.11
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://miniupnp.free.fr/files/
|
||||
DISTNAME= ${PORTNAME}-1.0-RC11
|
||||
DISTNAME= ${PORTNAME}-1.0
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= UPnP IGD client lightweight library
|
||||
|
@ -20,6 +20,6 @@ USE_LDCONFIG= yes
|
|||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's|--mode=|-m |' -e 's|--symbolic|-s|' \
|
||||
-e 's| -Wall | -Wall -fPIC |' ${WRKSRC}/Makefile
|
||||
-e 's| -Wall | -Wall -fPIC |' -e 's|--force|-f|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (miniupnpc-1.0-RC11.tar.gz) = 75d46c646e538829fad7ccac97f2cdf9
|
||||
SHA256 (miniupnpc-1.0-RC11.tar.gz) = f6e8a2607973ee13f0e25e946b6f3a5d3e690bb3bceb6718d20631b6dc0e4227
|
||||
SIZE (miniupnpc-1.0-RC11.tar.gz) = 32161
|
||||
MD5 (miniupnpc-1.0.tar.gz) = a64dd09dded59014ef11c5d5fd1fa711
|
||||
SHA256 (miniupnpc-1.0.tar.gz) = 0b4e6dae3fe6322c6ac7e6f833b11ad2fcd177f4d2ff37326e6f07926180a529
|
||||
SIZE (miniupnpc-1.0.tar.gz) = 36223
|
||||
|
|
|
@ -3,7 +3,8 @@ include/miniupnpc/miniupnpc.h
|
|||
include/miniupnpc/miniwget.h
|
||||
include/miniupnpc/upnpcommands.h
|
||||
include/miniupnpc/upnpreplyparse.h
|
||||
include/miniupnpc/upnperrors.h
|
||||
lib/libminiupnpc.a
|
||||
lib/libminiupnpc.so
|
||||
lib/libminiupnpc.so.1
|
||||
lib/libminiupnpc.so.2
|
||||
@dirrm include/miniupnpc
|
||||
|
|
Loading…
Reference in a new issue