Bug 178208

Summary: [patch] update security/mac-robber to 1.02
Product: Ports & Packages Reporter: Antoine Brodin <antoine>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me CC: onatan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mac-robber.diff none

Description Antoine Brodin freebsd_committer freebsd_triage 2013-04-27 23:30:00 UTC
- update security/mac-robber to 1.02
- add LICENSE
- install DOC
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-27 23:30:07 UTC
Maintainer of security/mac-robber,

Please note that PR ports/178208 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178208

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-27 23:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2013-04-27 23:31:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->antoine

Take.
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2013-04-29 09:13:14 UTC
---------- Forwarded message ----------
From: Jonatan B <onatan@gmail.com>
Date: Mon, Apr 29, 2013 at 9:09 AM
Subject: Re: ports/178208: [patch] update security/mac-robber to 1.02
To: Antoine Brodin <antoine@freebsd.org>


Approved.
I have problems with the online GNATS tool. do you mind of I pass a
bunch of patches to my ports through you?
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-04-29 20:51:28 UTC
Author: antoine
Date: Mon Apr 29 19:51:19 2013
New Revision: 316842
URL: http://svnweb.freebsd.org/changeset/ports/316842

Log:
  Update mac-robber to 1.02
  
  PR:		ports/178208
  Approved by:	maintainer, eadler (mentor)

Deleted:
  head/security/mac-robber/pkg-plist
Modified:
  head/security/mac-robber/Makefile
  head/security/mac-robber/distinfo

Modified: head/security/mac-robber/Makefile
==============================================================================
--- head/security/mac-robber/Makefile	Mon Apr 29 19:42:45 2013	(r316841)
+++ head/security/mac-robber/Makefile	Mon Apr 29 19:51:19 2013	(r316842)
@@ -1,19 +1,31 @@
 # Created by: Yonatan <onatan@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	mac-robber
-PORTVERSION=	1.00
+PORTVERSION=	1.02
 CATEGORIES=	security
 MASTER_SITES=	SF
 
 MAINTAINER=	onatan@gmail.com
 COMMENT=	Tool for listing Modify, Access, Create timestamps from files
 
+LICENSE=	GPLv2
+
+PLIST_FILES=	bin/mac-robber
+PORTDOCS=	CHANGES README
+
 do-build:
 	cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
 
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+
 .include <bsd.port.mk>

Modified: head/security/mac-robber/distinfo
==============================================================================
--- head/security/mac-robber/distinfo	Mon Apr 29 19:42:45 2013	(r316841)
+++ head/security/mac-robber/distinfo	Mon Apr 29 19:51:19 2013	(r316842)
@@ -1,2 +1,2 @@
-SHA256 (mac-robber-1.00.tar.gz) = e84637457580cf0b823868138e9adde9f5f5f5d516595cdf8f9f95cbbe939869
-SIZE (mac-robber-1.00.tar.gz) = 11483
+SHA256 (mac-robber-1.02.tar.gz) = 5895d332ec8d87e15f21441c61545b7f68830a2ee2c967d381773bd08504806d
+SIZE (mac-robber-1.02.tar.gz) = 11708
_______________________________________________
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"
Comment 6 Antoine Brodin freebsd_committer freebsd_triage 2013-04-29 21:00:40 UTC
State Changed
From-To: feedback->closed

committed