diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-15 12:50:57 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-15 12:50:57 +0000 |
commit | f9a407d1e617cc7c35ba51bdf957f78acc3f3184 (patch) | |
tree | 1c4e84852a16d1a6e3ab110cf9eedb74a23f4ff7 /security/bcwipe | |
parent | a5622884d7ef19e07cd038cf814228cb663db7a6 (diff) | |
download | ports-f9a407d1e617cc7c35ba51bdf957f78acc3f3184.tar.gz ports-f9a407d1e617cc7c35ba51bdf957f78acc3f3184.zip |
Notes
Diffstat (limited to 'security/bcwipe')
-rw-r--r-- | security/bcwipe/Makefile | 4 | ||||
-rw-r--r-- | security/bcwipe/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/bcwipe/Makefile b/security/bcwipe/Makefile index d05b825341a1..b913cd86a126 100644 --- a/security/bcwipe/Makefile +++ b/security/bcwipe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bcwipe -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 CATEGORIES= security MASTER_SITES= http://www.jetico.com/linux/ \ http://bsd.desa-hosting.de/distfiles/security/ @@ -19,12 +19,12 @@ NO_CDROM= yes WRKSRC= ${WRKDIR}/${PORTNAME} CFLAGS+= -DOS_FreeBSD +MAKE_ARGS+= CFLAGS="${CFLAGS}" MAN1= bcwipe.1 PLIST_FILES= bin/bcwipe post-patch: - @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,fprintf(stderr\,string),fprintf(stderr\,\"%s\"\,string),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,if (NULL == mktemp(result)),if (mkstemp(result) == -1),g" ${WRKSRC}/wipe.c @${REINPLACE_CMD} -e "s,mktemp,mkstemp,g" ${WRKSRC}/wipe.c diff --git a/security/bcwipe/distinfo b/security/bcwipe/distinfo index 3969a86b839d..b3ba3fb5acdd 100644 --- a/security/bcwipe/distinfo +++ b/security/bcwipe/distinfo @@ -1,3 +1,3 @@ -MD5 (BCWipe-1.5-4.tar.gz) = 9e74e90ed5792edf22782a6a6d074660 -SHA256 (BCWipe-1.5-4.tar.gz) = d223d3a279124c17ef3d7b5f3d14446be83a6eeb3785bbc5b017504969a352c3 -SIZE (BCWipe-1.5-4.tar.gz) = 21373 +MD5 (BCWipe-1.6-1.tar.gz) = 3ee1f865acda62a2721c595e8905d8bb +SHA256 (BCWipe-1.6-1.tar.gz) = 7135e79a2394f03bfa0b17c11db02f1bb479a2a85e2aad5c95ba00318cc68500 +SIZE (BCWipe-1.6-1.tar.gz) = 21674 |