Date: Sat, 27 Apr 2013 22:25:00 GMT From: Antoine Brodin <antoine@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: Yonatan <onatan@gmail.com> Subject: ports/178208: [patch] update security/mac-robber to 1.02 Message-ID: <201304272225.r3RMP04g009164@newdump.dreadbsd.org> Resent-Message-ID: <201304272230.r3RMU0xL081654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178208 >Category: ports >Synopsis: [patch] update security/mac-robber to 1.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 27 22:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 9.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD newdump.dreadbsd.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - update security/mac-robber to 1.02 - add LICENSE - install DOC >How-To-Repeat: >Fix: --- mac-robber.diff begins here --- Index: security/mac-robber/Makefile =================================================================== --- security/mac-robber/Makefile (revision 316660) +++ security/mac-robber/Makefile (working copy) @@ -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> Index: security/mac-robber/distinfo =================================================================== --- security/mac-robber/distinfo (revision 316660) +++ security/mac-robber/distinfo (working copy) @@ -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 Index: security/mac-robber/pkg-plist =================================================================== --- security/mac-robber/pkg-plist (revision 316660) +++ security/mac-robber/pkg-plist (working copy) @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/mac-robber --- mac-robber.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304272225.r3RMP04g009164>