svn commit: r501297 - head/security/rifiuti2
Antoine Brodin
antoine at FreeBSD.org
Sat May 11 19:37:07 UTC 2019
Author: antoine
Date: Sat May 11 19:37:04 2019
New Revision: 501297
URL: https://svnweb.freebsd.org/changeset/ports/501297
Log:
Update to 0.7.0
Modified:
head/security/rifiuti2/Makefile
head/security/rifiuti2/distinfo
Modified: head/security/rifiuti2/Makefile
==============================================================================
--- head/security/rifiuti2/Makefile Sat May 11 19:36:55 2019 (r501296)
+++ head/security/rifiuti2/Makefile Sat May 11 19:37:04 2019 (r501297)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rifiuti2
-PORTVERSION= 0.6.1
+PORTVERSION= 0.7.0
CATEGORIES= security
MASTER_SITES= https://github.com/abelcheung/rifiuti2/releases/download/${PORTVERSION}/
@@ -10,25 +10,23 @@ MAINTAINER= antoine at FreeBSD.org
COMMENT= Tool for analyzing Windows recycle bin
LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/docs/LICENSE
+LICENSE_FILE= ${WRKSRC}/docs/LICENSE.md
-GNU_CONFIGURE= yes
-USES= gettext gmake pkgconfig tar:xz
+USES= gettext gmake gnome localbase pkgconfig tar:xz
USE_GNOME= glib20
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib
+GNU_CONFIGURE= yes
PLIST_FILES= bin/rifiuti \
bin/rifiuti-vista \
man/man1/rifiuti.1.gz \
man/man1/rifiuti-vista.1.gz \
- share/locale/zh_HK/LC_MESSAGES/rifiuti.mo
+ share/locale/zh_HK/LC_MESSAGES/rifiuti2.mo
PORTDOCS= NEWS.md README.md
OPTIONS_DEFINE= DOCS
-post-install:
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
Modified: head/security/rifiuti2/distinfo
==============================================================================
--- head/security/rifiuti2/distinfo Sat May 11 19:36:55 2019 (r501296)
+++ head/security/rifiuti2/distinfo Sat May 11 19:37:04 2019 (r501297)
@@ -1,2 +1,3 @@
-SHA256 (rifiuti2-0.6.1.tar.xz) = 235c5a4af925e940b89644b9d15f5625d60a58beda1797310cf300e34faa7769
-SIZE (rifiuti2-0.6.1.tar.xz) = 149460
+TIMESTAMP = 1557393687
+SHA256 (rifiuti2-0.7.0.tar.xz) = c7bbf5e1f548dd1429556bd01957ffa463e9bbee15fa3b2e617f7931120d6323
+SIZE (rifiuti2-0.7.0.tar.xz) = 201008
More information about the svn-ports-head
mailing list