diff options
author | pav <pav@FreeBSD.org> | 2005-07-27 06:42:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-27 06:42:39 +0800 |
commit | ceea30f2270ce44dadfadde679d4e4427e0451b4 (patch) | |
tree | 505201f072aecdaed65521aa55b53b1ecda03e89 /security | |
parent | 4769a9bc9e89d1fa82d0201747337864e7752d01 (diff) | |
download | freebsd-ports-gnome-ceea30f2270ce44dadfadde679d4e4427e0451b4.tar.gz freebsd-ports-gnome-ceea30f2270ce44dadfadde679d4e4427e0451b4.tar.zst freebsd-ports-gnome-ceea30f2270ce44dadfadde679d4e4427e0451b4.zip |
- Update to 1.2.8
PR: ports/84074
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: Keith J. Jones <kjones@realdigitalforensics.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/srm/Makefile | 6 | ||||
-rw-r--r-- | security/srm/distinfo | 4 | ||||
-rw-r--r-- | security/srm/files/patch-01 | 11 |
3 files changed, 6 insertions, 15 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile index cf7d6e94f511..c4233df5c940 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= srm -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.8 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= srm @@ -14,7 +14,9 @@ MASTER_SITE_SUBDIR= srm MAINTAINER= kjones@antihackertoolkit.com COMMENT= Secure rm, a utility which destroys file contents before unlinking -USE_LIBTOOL_VER=13 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL_VER= 15 MAN1= srm.1 PLIST_FILES= bin/srm diff --git a/security/srm/distinfo b/security/srm/distinfo index f8d913d00c82..8c37b9b85df7 100644 --- a/security/srm/distinfo +++ b/security/srm/distinfo @@ -1,2 +1,2 @@ -MD5 (srm-1.2.6.tar.gz) = d025b076ac95a88276f4f8616cb20698 -SIZE (srm-1.2.6.tar.gz) = 54269 +MD5 (srm-1.2.8.tar.gz) = 66ba49b1864a7c69763210dbc3efee33 +SIZE (srm-1.2.8.tar.gz) = 88067 diff --git a/security/srm/files/patch-01 b/security/srm/files/patch-01 deleted file mode 100644 index 24f72999dff4..000000000000 --- a/security/srm/files/patch-01 +++ /dev/null @@ -1,11 +0,0 @@ -diff -ru src/main.c src/main.c ---- src/main.c Thu Jun 22 16:18:03 2000 -+++ src/main.c Tue Oct 24 10:47:08 2000 -@@ -1,6 +1,6 @@ - #include <errno.h> - #include <fcntl.h> --#include <getopt.h> -+#include "../lib/getopt.h" - #include <stdio.h> - #include <stdlib.h> - #include <string.h> |