[41137] trunk/dports/sysutils/bcwipe

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Oct 25 07:47:49 PDT 2008


Revision: 41137
          http://trac.macports.org/changeset/41137
Author:   macsforever2000 at macports.org
Date:     2008-10-25 07:47:48 -0700 (Sat, 25 Oct 2008)
Log Message:
-----------
Updated to version 1.7.7 (#16996)

Modified Paths:
--------------
    trunk/dports/sysutils/bcwipe/Portfile
    trunk/dports/sysutils/bcwipe/files/patch-Makefile.diff

Added Paths:
-----------
    trunk/dports/sysutils/bcwipe/files/patch-wipe.c.diff

Modified: trunk/dports/sysutils/bcwipe/Portfile
===================================================================
--- trunk/dports/sysutils/bcwipe/Portfile	2008-10-25 11:23:10 UTC (rev 41136)
+++ trunk/dports/sysutils/bcwipe/Portfile	2008-10-25 14:47:48 UTC (rev 41137)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name                    bcwipe
-version                 1.6-6
-distname                BCWipe-1.6-6
+version                 1.7-7
+distname                BCWipe-${version}
 categories              sysutils security
 maintainers             nomaintainer
 description             Securely erase data from magnetic and solid-state memory.
@@ -17,9 +18,9 @@
 homepage                http://www.jetico.com/
 platforms               darwin
 master_sites            http://www.jetico.com/linux/
-checksums               md5 5aedd5b4e6eddc924010d5a8ff30fc84
-worksrcdir              bcwipe
-patchfiles		patch-Makefile.diff
+checksums               md5 e6836db3d06500707db9d29f818ef125
+worksrcdir              bcwipe-${version}
+patchfiles		patch-Makefile.diff patch-wipe.c.diff
 
 configure {
 	reinplace "s|@@prefix@@|${prefix}|g" ${worksrcpath}/Makefile

Modified: trunk/dports/sysutils/bcwipe/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/bcwipe/files/patch-Makefile.diff	2008-10-25 11:23:10 UTC (rev 41136)
+++ trunk/dports/sysutils/bcwipe/files/patch-Makefile.diff	2008-10-25 14:47:48 UTC (rev 41137)
@@ -1,9 +1,9 @@
---- Makefile	2007-06-13 03:23:32.000000000 +0000
-+++ Makefile.new	2007-06-13 03:28:05.000000000 +0000
-@@ -68,9 +68,8 @@
+--- Makefile	2008-07-03 07:07:55.000000000 +0200
++++ Makefile.new	2008-10-25 14:04:33.000000000 +0200
+@@ -66,9 +66,8 @@
  	$(CC) $(CFLAGS) $(DEFS) -o bcwipe wipe.c $(BC_OBJ) 
  
- install:
+ install: bcwipe
 -	./install.sh $(root)
 -# $(INSTALL) -m 644 bcwipe.1      $(root)/$(MAN_PATH)/man1/
 -# $(INSTALL) -o root -m 755 -s bcwipe   $(root)/usr/bin/

Added: trunk/dports/sysutils/bcwipe/files/patch-wipe.c.diff
===================================================================
--- trunk/dports/sysutils/bcwipe/files/patch-wipe.c.diff	                        (rev 0)
+++ trunk/dports/sysutils/bcwipe/files/patch-wipe.c.diff	2008-10-25 14:47:48 UTC (rev 41137)
@@ -0,0 +1,9 @@
+--- wipe.c	2008-08-28 09:09:58.000000000 +0200
++++ wipe.c.new	2008-04-22 12:45:40.000000000 +0200
+@@ -34,7 +34,7 @@
+ #if (OS_AIX)
+ #define NAME_MAX FILENAME_MAX
+ #else
+-/*#include <sys/mount.h>*/
++#include <sys/mount.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081025/6ff41161/attachment.html>


More information about the macports-changes mailing list