Bug 38248 - pnet upgrade 0.3.4 -> 0.3.6
Summary: pnet upgrade 0.3.4 -> 0.3.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-18 18:40 UTC by Michael Johnson
Modified: 2002-05-22 22:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2002-05-18 18:40:01 UTC
diff -ruN lang/pnet.old/Makefile lang/pnet/Makefile
--- lang/pnet.old/Makefile	Sat May 18 12:56:48 2002
+++ lang/pnet/Makefile	Sat May 18 13:03:27 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pnet
-PORTVERSION=	0.3.4
+PORTVERSION=	0.3.6
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
@@ -17,6 +17,10 @@
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS=	--program-prefix=""
+
+pre-patch:
+	@${PERL} -pi -e 's|csdoc csant samples doc tests|csdoc csant doc|g ;'  \
+		${WRKSRC}/Makefile.*
 
 MAN1=		cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \
 		ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \
diff -ruN lang/pnet.old/distinfo lang/pnet/distinfo
--- lang/pnet.old/distinfo	Sat May 18 12:56:48 2002
+++ lang/pnet/distinfo	Sat May 18 13:03:39 2002
@@ -1 +1 @@
-MD5 (pnet-0.3.4.tar.gz) = d487b0e74cfca4c5dff5892b0f66f12c
+MD5 (pnet-0.3.6.tar.gz) = 8c442dbac728e8a69c37ab20b0d10230
diff -ruN lang/pnet.old/pkg-plist lang/pnet/pkg-plist
--- lang/pnet.old/pkg-plist	Sat May 18 12:56:48 2002
+++ lang/pnet/pkg-plist	Sat May 18 13:20:56 2002
@@ -1,22 +1,22 @@
-bin/csant
-bin/cscc
-bin/csdoc
-bin/csdoc2html
-bin/csdoc2stub
-bin/csdoc2texi
-bin/csdocvalil
-bin/ilalink
+bin/ilrun
+bin/ilverify
 bin/ilasm
-bin/ilcheck
 bin/ildasm
-bin/ildb
-bin/ildiff
-bin/ilfind
-bin/ilnative
-bin/ilrun
+bin/ilalink
 bin/ilsize
-bin/ilverify
+bin/ilnative
+bin/ilfind
+bin/ildiff
+bin/cscc
+bin/csdoc
 bin/resgen
+bin/ildb
+bin/csdoc2texi
+bin/csdoc2html
+bin/csdocvalil
+bin/csdoc2stub
+bin/csdoc2test
+bin/csant
 include/pnet/il_coder.h
 include/pnet/il_config.h
 include/pnet/il_crypt.h
@@ -33,6 +33,7 @@
 include/pnet/il_serialize.h
 include/pnet/il_sysio.h
 include/pnet/il_system.h
+include/pnet/il_thread.h
 include/pnet/il_types.h
 include/pnet/il_utils.h
 include/pnet/il_values.h
@@ -43,23 +44,15 @@
 info/pnettools.info-2
 info/pnettools.info-3
 info/pnettools.info-4
-lib/cscc/lib/I18N-handlers.def
-lib/cscc/lib/I18N.CJK.dll
-lib/cscc/lib/I18N.MidEast.dll
-lib/cscc/lib/I18N.Other.dll
-lib/cscc/lib/I18N.Rare.dll
-lib/cscc/lib/I18N.West.dll
-lib/cscc/lib/I18N.dll
-lib/cscc/lib/mscorlib.dll
-lib/cscc/plugins/cscc-cs
-lib/cscc/plugins/cscc-csharp
-lib/libILCodeGen.a
+lib/libILSupport.a
+lib/libILImage.a
 lib/libILDumpAsm.a
 lib/libILEngine.a
-lib/libILImage.a
 lib/libILLink.a
-lib/libILSupport.a
+lib/libILCodeGen.a
+lib/cscc/plugins/cscc-cs
+lib/cscc/plugins/cscc-csharp
+@dirrm include/pnet
 @dirrm lib/cscc/plugins
-@dirrm lib/cscc/lib
 @dirrm lib/cscc
-@dirrm include/pnet
Comment 1 dwcjr 2002-05-21 17:52:12 UTC
--------------------------
|diff -ruN lang/pnet.old/pkg-plist lang/pnet/pkg-plist
|--- lang/pnet.old/pkg-plist    Sat May 18 12:56:48 2002
|+++ lang/pnet/pkg-plist        Sat May 18 13:20:56 2002
--------------------------
Patching file pkg-plist using Plan A...
Hunk #1 succeeded at 1.
Hunk #2 succeeded at 33.
patch: **** malformed patch at line 109:


Also can you look at

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/37599
Comment 2 Patrick Li freebsd_committer freebsd_triage 2002-05-22 22:57:12 UTC
State Changed
From-To: open->closed

Committed, Thanks.