- update to 1.2
This commit is contained in:
parent
3a5cb7868c
commit
63326464cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221423
3 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= miniupnpc
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://miniupnp.free.fr/files/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (miniupnpc-1.1.tar.gz) = 297e3cec8385c3add27f196f2ba4430f
|
||||
SHA256 (miniupnpc-1.1.tar.gz) = 84dfaf6615f69d587e1362f931ae13108d48089c71697222aad44b46c311d1d1
|
||||
SIZE (miniupnpc-1.1.tar.gz) = 38235
|
||||
MD5 (miniupnpc-1.2.tar.gz) = 004864b69d2fbdb787e56c095607f6dd
|
||||
SHA256 (miniupnpc-1.2.tar.gz) = 389d678ecf399aa4afc7050f42f62bbae9c9b3ca4ac6e307ca37dd1670d6bad6
|
||||
SIZE (miniupnpc-1.2.tar.gz) = 38787
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/upnpc
|
||||
include/miniupnpc/declspec.h
|
||||
include/miniupnpc/igd_desc_parse.h
|
||||
include/miniupnpc/miniupnpc.h
|
||||
include/miniupnpc/miniwget.h
|
||||
|
@ -7,5 +8,5 @@ include/miniupnpc/upnpreplyparse.h
|
|||
include/miniupnpc/upnperrors.h
|
||||
lib/libminiupnpc.a
|
||||
lib/libminiupnpc.so
|
||||
lib/libminiupnpc.so.2
|
||||
lib/libminiupnpc.so.3
|
||||
@dirrm include/miniupnpc
|
||||
|
|
Loading…
Reference in a new issue