diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-15 18:17:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-15 18:17:20 +0800 |
commit | 0277cb78433dd18e8ce39f1e63518a68d914e85e (patch) | |
tree | bd608164156518d874fb0c52f5db3d889ad72049 /security | |
parent | 33d5df9c255cd27abca42c0da7bbe1388a3fe39c (diff) | |
download | freebsd-ports-gnome-0277cb78433dd18e8ce39f1e63518a68d914e85e.tar.gz freebsd-ports-gnome-0277cb78433dd18e8ce39f1e63518a68d914e85e.tar.zst freebsd-ports-gnome-0277cb78433dd18e8ce39f1e63518a68d914e85e.zip |
- Update to 1.5.4
- Remove deprecated USE_REINPLACE
PR: 93424
Submitted by: dako <dako@desa-hosting.de> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/bcwipe/Makefile | 9 | ||||
-rw-r--r-- | security/bcwipe/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index 767d30d6043c..d05b825341a1 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,16 +6,17 @@ # PORTNAME= bcwipe -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= security -MASTER_SITES= http://www.jetico.com/linux/ +MASTER_SITES= http://www.jetico.com/linux/ \ + http://bsd.desa-hosting.de/distfiles/security/ DISTNAME= BCWipe-${PORTVERSION:S/./-/g:S/-/./} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dako@desa-hosting.de COMMENT= BCWipe securely erases data from magnetic and solid-state memory NO_CDROM= yes -USE_REINPLACE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DOS_FreeBSD diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo index 39d79a72d701..3969a86b839d 100644 --- a/security/bcwipe/distinfo +++ b/security/bcwipe/distinfo @@ -1,3 +1,3 @@ -MD5 (BCWipe-1.5-3.tar.gz) = 1b99a6d12c2b3259fdbd527f484f03c3 -SHA256 (BCWipe-1.5-3.tar.gz) = 3f6055dfe05955d1d8735be08bd891e974cfd87cb0a0dfebb4dc58566e4201d5 -SIZE (BCWipe-1.5-3.tar.gz) = 21093 +MD5 (BCWipe-1.5-4.tar.gz) = 9e74e90ed5792edf22782a6a6d074660 +SHA256 (BCWipe-1.5-4.tar.gz) = d223d3a279124c17ef3d7b5f3d14446be83a6eeb3785bbc5b017504969a352c3 +SIZE (BCWipe-1.5-4.tar.gz) = 21373 |