Bug 177914 - security/secure_delete: Update MASTER_SITES
Summary: security/secure_delete: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 19:10 UTC by tkato432
Modified: 2013-04-30 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.38 KB, patch)
2013-04-17 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-04-17 19:10:01 UTC
- Update MASTER_SITES
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-17 19:10:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-30 01:38:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-30 01:38:50 UTC
Author: miwi
Date: Tue Apr 30 00:38:41 2013
New Revision: 316857
URL: http://svnweb.freebsd.org/changeset/ports/316857

Log:
  - Update MASTER_SITES
  - Cleanup
  
  PR:		177914
  Submitted by:	ports fury

Modified:
  head/security/secure_delete/Makefile

Modified: head/security/secure_delete/Makefile
==============================================================================
--- head/security/secure_delete/Makefile	Tue Apr 30 00:37:16 2013	(r316856)
+++ head/security/secure_delete/Makefile	Tue Apr 30 00:38:41 2013	(r316857)
@@ -5,7 +5,8 @@ PORTNAME=	secure_delete
 PORTVERSION=	3.1
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	PACKETSTORM/group/thc
+MASTER_SITES=	PACKETSTORM/groups/thc \
+		http://freeworld.thc.org/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Secure data deletion toolkit
@@ -14,7 +15,7 @@ OPTIONS_DEFINE=	DOCS
 
 CONFLICTS=	srm-[0-9]*
 
-MAKE_JOBS_UNSAFE=yes
+MAKE_JOBS_UNSAFE=	yes
 
 SUB_FILES=	pkg-message
 
@@ -26,15 +27,13 @@ PLIST_FILES=	${BIN_PROGRAMS:S,^,bin/,} $
 BIN_PROGRAMS=	srm sfill sswap smem
 BIN_SCRIPTS=	the_cleaner.sh
 
-BROKEN=	does not fetch - master sites missing
-
 .include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-	's|^CC=|CC?=| ; \
-	s|-O2 |$$(CFLAGS) | ;\
-	/strip/s|^|#|' ${WRKSRC}/Makefile
+		's|^CC=|CC?=| ; \
+		 s|-O2 |$$(CFLAGS) | ;\
+		 /strip/s|^|#|' ${WRKSRC}/Makefile
 
 do-install:
 .for i in ${BIN_PROGRAMS}
@@ -44,16 +43,13 @@ do-install:
 .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
-
-	${LN} -sf srm ${PREFIX}/bin/sdel
-
-post-install:
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"