Update to 1.8 instead of 1.7 since 1.7 doesn't exist any more
PR: 30937 Submitted by: maintainer
This commit is contained in:
parent
743e8b0f63
commit
56ac5463a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48931
3 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pnet
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.8
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.southern-storm.com.au/download/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pnet-0.1.2.tar.gz) = 98e989a9eb5c33987ee232cd49a51794
|
||||
MD5 (pnet-0.1.8.tar.gz) = 1c115507ac57d51d20bd4b12f9b07198
|
||||
|
|
|
@ -5,10 +5,12 @@ bin/ilnative
|
|||
bin/ilfind
|
||||
bin/cscc
|
||||
bin/resgen
|
||||
include/pnet/il_coder.h
|
||||
include/pnet/il_config.h
|
||||
include/pnet/il_decimal.h
|
||||
include/pnet/il_dumpasm.h
|
||||
include/pnet/il_image.h
|
||||
include/pnet/il_jopcodes.h
|
||||
include/pnet/il_meta.h
|
||||
include/pnet/il_opcodes.h
|
||||
include/pnet/il_program.h
|
||||
|
@ -17,6 +19,7 @@ include/pnet/il_types.h
|
|||
include/pnet/il_utils.h
|
||||
include/pnet/il_values.h
|
||||
include/pnet/il_writer.h
|
||||
include/pnet/il_xml.h
|
||||
lib/libILSupport.a
|
||||
lib/libILImage.a
|
||||
lib/libILDumpAsm.a
|
||||
|
|
Loading…
Reference in a new issue