ports/148257: Port update: sysutils/evtviewer - Update to v0.5
Ganael Laplanche
ganael.laplanche at martymac.com
Wed Jun 30 08:20:06 UTC 2010
>Number: 148257
>Category: ports
>Synopsis: Port update: sysutils/evtviewer - Update to v0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 30 08:20:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Ganael Laplanche
>Release: 9.0-CURRENT
>Organization:
http://contribs.martymac.org
>Environment:
FreeBSD laptop.martymac.com 9.0-CURRENT FreeBSD 9.0-CURRENT #9 r209412: Tue Jun 22 14:21:19 UTC 2010 martymac at laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
This patch updates sysutils/evtviewer to v0.5.
Version 0.5 fixes issues with endianness handling on big-endian architectures.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -aurN evtviewer.orig/Makefile evtviewer/Makefile
--- evtviewer.orig/Makefile 2010-06-30 07:57:50.168460237 +0000
+++ evtviewer/Makefile 2010-06-30 07:58:20.951293809 +0000
@@ -6,10 +6,10 @@
#
PORTNAME= evtViewer
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \
- http://contribs.martymac.com/evtViewer/
+ http://contribs.martymac.org/evtViewer/
EXTRACT_SUFX= .tgz
@@ -21,7 +21,7 @@
PLIST_FILES= bin/evtViewer
-# Just copy the scripts
+# Just copy the script
do-install:
${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin
diff -aurN evtviewer.orig/distinfo evtviewer/distinfo
--- evtviewer.orig/distinfo 2010-06-30 07:57:50.170452669 +0000
+++ evtviewer/distinfo 2010-06-30 07:59:11.519617995 +0000
@@ -1,3 +1,3 @@
-MD5 (evtViewer-0.4.tgz) = a711171c15b862abb0e88a58e76d26da
-SHA256 (evtViewer-0.4.tgz) = 14c84638c9cebe94ccb4a1581dd94570ca01181b5ae4de94acbf36b703fbf8d7
-SIZE (evtViewer-0.4.tgz) = 15018
+MD5 (evtViewer-0.5.tgz) = 7e173cb43e87e6f8e953dc996f1e9198
+SHA256 (evtViewer-0.5.tgz) = e3044c508ade691b5c1eb398f24b19a6136e55a86acf44db6b7866720d8462a2
+SIZE (evtViewer-0.5.tgz) = 15583
diff -aurN evtviewer.orig/pkg-descr evtviewer/pkg-descr
--- evtviewer.orig/pkg-descr 2010-06-30 07:57:50.171453634 +0000
+++ evtviewer/pkg-descr 2010-06-30 07:58:58.614264382 +0000
@@ -2,4 +2,4 @@
evtViewer displays Ms event (*.evt) log files in a human-readable format.
-WWW: http://contribs.martymac.com
+WWW: http://contribs.martymac.org
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list