Date: Fri, 15 May 2015 12:19:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386402 - head/security/rifiuti2 Message-ID: <201505151219.t4FCJIGY007972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505151219.t4FCJIGY007972>