aboutsummaryrefslogtreecommitdiff
path: root/security/rifiuti2
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-15 12:19:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-15 12:19:17 +0000
commitda776f3c1195f6dd1e0be8d85dc68cfabe90fef1 (patch)
treef115b85927e5c4dd9e50171dd3f2073ab73727a2 /security/rifiuti2
parent180dae19315abdddf0b7a51e3ae32ead26ae2f97 (diff)
downloadports-da776f3c1195f6dd1e0be8d85dc68cfabe90fef1.tar.gz
ports-da776f3c1195f6dd1e0be8d85dc68cfabe90fef1.zip
Update to 0.6.0
Notes
Notes: svn path=/head/; revision=386402
Diffstat (limited to 'security/rifiuti2')
-rw-r--r--security/rifiuti2/Makefile18
-rw-r--r--security/rifiuti2/distinfo4
-rw-r--r--security/rifiuti2/pkg-descr2
3 files changed, 11 insertions, 13 deletions
diff --git a/security/rifiuti2/Makefile b/security/rifiuti2/Makefile
index 90a4193222cf..705acc036a38 100644
--- a/security/rifiuti2/Makefile
+++ b/security/rifiuti2/Makefile
@@ -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>
diff --git a/security/rifiuti2/distinfo b/security/rifiuti2/distinfo
index b147817ac28e..f8a5e85a9870 100644
--- a/security/rifiuti2/distinfo
+++ b/security/rifiuti2/distinfo
@@ -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
diff --git a/security/rifiuti2/pkg-descr b/security/rifiuti2/pkg-descr
index ce29539e9e58..8bf686c58d41 100644
--- a/security/rifiuti2/pkg-descr
+++ b/security/rifiuti2/pkg-descr
@@ -3,4 +3,4 @@ for analyzing Windows Recycle Bin INFO2 file. But since rifiuti
(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