From owner-svn-ports-all@FreeBSD.ORG Fri May 15 12:19:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3351A9E1; Fri, 15 May 2015 12:19:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0887F1325; Fri, 15 May 2015 12:19:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FCJIVj007976; Fri, 15 May 2015 12:19:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FCJIGY007972; Fri, 15 May 2015 12:19:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201505151219.t4FCJIGY007972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 15 May 2015 12:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386402 - head/security/rifiuti2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 12:19:19 -0000 Author: antoine Date: Fri May 15 12:19:17 2015 New Revision: 386402 URL: https://svnweb.freebsd.org/changeset/ports/386402 Log: Update to 0.6.0 Modified: head/security/rifiuti2/Makefile head/security/rifiuti2/distinfo head/security/rifiuti2/pkg-descr Modified: head/security/rifiuti2/Makefile ============================================================================== --- head/security/rifiuti2/Makefile Fri May 15 12:18:39 2015 (r386401) +++ head/security/rifiuti2/Makefile Fri May 15 12:19:17 2015 (r386402) @@ -2,36 +2,34 @@ # $FreeBSD$ PORTNAME= rifiuti2 -DISTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/ MAINTAINER= antoine@FreeBSD.org COMMENT= Tool for analyzing Windows recycle bin LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/docs/LICENSE GNU_CONFIGURE= yes -USES= gettext pkgconfig +USES= gettext gmake pkgconfig tar:xz USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/rifiuti \ bin/rifiuti-vista \ man/man1/rifiuti.1.gz \ - man/man1/rifiuti-vista.1.gz -PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO + man/man1/rifiuti-vista.1.gz \ + share/locale/zh_HK/LC_MESSAGES/rifiuti.mo +PORTDOCS= NEWS.md README.md OPTIONS_DEFINE= DOCS -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/security/rifiuti2/distinfo ============================================================================== --- head/security/rifiuti2/distinfo Fri May 15 12:18:39 2015 (r386401) +++ head/security/rifiuti2/distinfo Fri May 15 12:19:17 2015 (r386402) @@ -1,2 +1,2 @@ -SHA256 (rifiuti2-0.5.1.tar.gz) = b8db7d9ff442d71794256a97103134200b286c19134f2fe30506f58035a380b2 -SIZE (rifiuti2-0.5.1.tar.gz) = 109598 +SHA256 (rifiuti2-0.6.0.tar.xz) = 0ad87ff67038fd57957cb84e752fc23b98017b0b421c2008165cb36448233ca4 +SIZE (rifiuti2-0.6.0.tar.xz) = 148316 Modified: head/security/rifiuti2/pkg-descr ============================================================================== --- head/security/rifiuti2/pkg-descr Fri May 15 12:18:39 2015 (r386401) +++ head/security/rifiuti2/pkg-descr Fri May 15 12:19:17 2015 (r386402) @@ -3,4 +3,4 @@ for analyzing Windows Recycle Bin INFO2 (last updated 2004) is restricted to English version of Windows (fail to analyze any non-latin character), thus this rewrite. -WWW: http://code.google.com/p/rifiuti2/ +WWW: https://github.com/abelcheung/rifiuti2