FreeBSD Bugzilla – Attachment 128179 Details for
Bug 172059
security/secure_delete: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.30 KB, created by
tkato432
on 2012-09-25 19:20:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-09-25 19:20:17 UTC
Size:
2.30 KB
patch
obsolete
>diff -urN /usr/ports/security/secure_delete/Makefile security/secure_delete/Makefile >--- /usr/ports/security/secure_delete/Makefile 2008-07-31 12:38:45.000000000 +0900 >+++ security/secure_delete/Makefile 2012-09-25 03:41:50.000000000 +0900 >@@ -1,26 +1,54 @@ >-# New ports collection makefile for: secure_delete >-# Date created: 24 Jul 2004 >-# Whom: Vaida Bogdan <vaida.bogdan@gmail.com> >-# >+# Created by: Vaida Bogdan <vaida.bogdan@gmail.com> > # $FreeBSD: ports/security/secure_delete/Makefile,v 1.3 2008/07/31 03:38:45 vs Exp $ >-# > > PORTNAME= secure_delete > PORTVERSION= 3.1 >+PORTREVISION= 1 > CATEGORIES= security >-MASTER_SITES= http://packetstormsecurity.org/groups/thc/ >+MASTER_SITES= PACKETSTORM/groups/thc > > MAINTAINER= ports@FreeBSD.org > COMMENT= Secure data deletion toolkit > >+OPTIONS_DEFINE= DOCS >+ > CONFLICTS= srm-[0-9]* > >-MANCOMPRESSED= no >-MAN1= srm.1 sfill.1 sswap.1 smem.1 >+MAKE_JOBS_UNSAFE= yes > > SUB_FILES= pkg-message > >-post-install: >+MLINKS= srm.1 sdel.1 >+MAN1= srm.1 sfill.1 sswap.1 smem.1 >+PORTDOCS= CHANGES FILES README secure_delete.doc usenix6-gutmann.doc >+PLIST_FILES= ${BIN_PROGRAMS:S,^,bin/,} ${BIN_SCRIPTS:S,^,bin/,} bin/sdel >+ >+BIN_PROGRAMS= srm sfill sswap smem >+BIN_SCRIPTS= the_cleaner.sh >+ >+.include <bsd.port.options.mk> >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^CC=|CC?=| ; \ >+ s|-O2 |$$(CFLAGS) | ;\ >+ /strip/s|^|#|' ${WRKSRC}/Makefile >+ >+do-install: >+.for i in ${BIN_PROGRAMS} >+ ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${MANPREFIX}/man/man1 >+.endfor >+.for i in ${BIN_SCRIPTS} >+ ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin >+.endfor >+ ${LN} -sf srm ${PREFIX}/bin/sdel >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${DOCSDIR} >+.for i in ${PORTDOCS} >+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} >+.endfor >+.endif > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -urN /usr/ports/security/secure_delete/pkg-plist security/secure_delete/pkg-plist >--- /usr/ports/security/secure_delete/pkg-plist 2005-03-08 07:43:09.000000000 +0900 >+++ security/secure_delete/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,12 +0,0 @@ >-bin/sdel >-bin/srm >-bin/sfill >-bin/sswap >-bin/smem >-bin/the_cleaner.sh >-%%DOCSDIR%%/CHANGES >-%%DOCSDIR%%/FILES >-%%DOCSDIR%%/README >-%%DOCSDIR%%/secure_delete.doc >-%%DOCSDIR%%/usenix6-gutmann.doc >-@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172059
: 128179